Searched refs:packedBinding (Results 1 – 1 of 1) sorted by relevance
2805 PackedDescriptorSetBinding &packedBinding = mPackedDescriptorSetLayout[bindingIndex]; in update() local2807 SetBitField(packedBinding.type, type); in update()2808 SetBitField(packedBinding.count, count); in update()2809 SetBitField(packedBinding.stages, stages); in update()2810 packedBinding.immutableSampler = VK_NULL_HANDLE; in update()2811 packedBinding.pad = 0; in update()2816 packedBinding.immutableSampler = immutableSampler->getHandle(); in update()2825 const PackedDescriptorSetBinding &packedBinding = mPackedDescriptorSetLayout[bindingIndex]; in unpackBindings() local2826 if (packedBinding.count == 0) in unpackBindings()2831 binding.descriptorCount = packedBinding.count; in unpackBindings()[all …]