Searched defs:descriptorType (Results 1 – 10 of 10) sorted by relevance
7 …{ "binding": 0, "descriptorType": "uniform_buffer", "descriptorCount": 1, "shaderStageFlags": "fra… string
54 static int32_t GetDescriptorLength(UsbDdkDescriptorType descriptorType) in GetDescriptorLength()70 …UsbDdkDescriptorType descriptorType, uint8_t *dest, uint32_t destLen, const uint8_t *source, int32… in ParseDescriptor()
260 const DescriptorType descriptorType = bind.binding.descriptorType; in BindBuffer() local350 const DescriptorType descriptorType = bind.binding.descriptorType; in BindImage() local459 const DescriptorType descriptorType = bind.binding.descriptorType; in BindSampler() local
37 void ReduceAndValidateDescriptorCounts(const DescriptorType descriptorType, const uint32_t descript… in ReduceAndValidateDescriptorCounts()
132 … const VkDescriptorType descriptorType = (VkDescriptorType)bindingRef.descriptorType; in GetDescriptorSetFillData() local
501 const VkDescriptorType descriptorType = (VkDescriptorType)cpuBinding.binding.descriptorType; in CreateGpuDescriptorSet() local
2027 … const VkDescriptorType descriptorType = (VkDescriptorType)ref.binding.descriptorType; in UpdateCommandListDescriptorSets() local
62 DescriptorType descriptorType { CORE_DESCRIPTOR_TYPE_MAX_ENUM }; member87 constexpr RenderHandleType GetRenderHandleType(const DescriptorType descriptorType) in GetRenderHandleType()
138 constexpr inline bool IsUniformBuffer(const DescriptorType descriptorType) in IsUniformBuffer()143 constexpr inline bool IsStorageBuffer(const DescriptorType descriptorType) in IsStorageBuffer()
447 DescriptorType descriptorType { DescriptorType::MAX_ENUM }; member