Searched refs:dynamicOffsetDescriptorSetIndices (Results 1 – 1 of 1) sorted by relevance
2147 uint32_t dynamicOffsetDescriptorSetIndices = 0; in RenderCommand() local2156 dynamicOffsetDescriptorSetIndices |= (dynamicDescriptorCount > 0) ? (1 << idx) : 0; in RenderCommand()2182 if ((1 << idx) & dynamicOffsetDescriptorSetIndices) { in RenderCommand()