Searched refs:packedBinding (Results 1 – 1 of 1) sorted by relevance
2740 PackedDescriptorSetBinding &packedBinding = mPackedDescriptorSetLayout[bindingIndex]; in update() local2742 SetBitField(packedBinding.type, type); in update()2743 SetBitField(packedBinding.count, count); in update()2744 SetBitField(packedBinding.stages, stages); in update()2745 packedBinding.immutableSampler = VK_NULL_HANDLE; in update()2746 packedBinding.pad = 0; in update()2751 packedBinding.immutableSampler = immutableSampler->getHandle(); in update()2760 const PackedDescriptorSetBinding &packedBinding = mPackedDescriptorSetLayout[bindingIndex]; in unpackBindings() local2761 if (packedBinding.count == 0) in unpackBindings()2766 binding.descriptorCount = packedBinding.count; in unpackBindings()[all …]