Home
last modified time | relevance | path

Searched defs:descriptorType (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/test/simple/
H A Dcore_fullscreen_pipeline.json7 …{ "binding": 0, "descriptorType": "uniform_buffer", "descriptorCount": 1, "shaderStageFlags": "fra… string
/ohos5.0/drivers/external_device_manager/frameworks/ddk/usb/
H A Dusb_config_desc_parser.cpp54 static int32_t GetDescriptorLength(UsbDdkDescriptorType descriptorType) in GetDescriptorLength()
70UsbDdkDescriptorType descriptorType, uint8_t *dest, uint32_t destLen, const uint8_t *source, int32… in ParseDescriptor()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dpipeline_descriptor_set_binder.cpp260 const DescriptorType descriptorType = bind.binding.descriptorType; in BindBuffer() local
350 const DescriptorType descriptorType = bind.binding.descriptorType; in BindImage() local
459 const DescriptorType descriptorType = bind.binding.descriptorType; in BindSampler() local
H A Dnode_context_descriptor_set_manager.cpp37 void ReduceAndValidateDescriptorCounts(const DescriptorType descriptorType, const uint32_t descript… in ReduceAndValidateDescriptorCounts()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_state_object_vk.cpp132 … const VkDescriptorType descriptorType = (VkDescriptorType)bindingRef.descriptorType; in GetDescriptorSetFillData() local
H A Dnode_context_descriptor_set_manager_vk.cpp501 const VkDescriptorType descriptorType = (VkDescriptorType)cpuBinding.binding.descriptorType; in CreateGpuDescriptorSet() local
H A Drender_backend_vk.cpp2027 … const VkDescriptorType descriptorType = (VkDescriptorType)ref.binding.descriptorType; in UpdateCommandListDescriptorSets() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp62 DescriptorType descriptorType { CORE_DESCRIPTOR_TYPE_MAX_ENUM }; member
87 constexpr RenderHandleType GetRenderHandleType(const DescriptorType descriptorType) in GetRenderHandleType()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp138 constexpr inline bool IsUniformBuffer(const DescriptorType descriptorType) in IsUniformBuffer()
143 constexpr inline bool IsStorageBuffer(const DescriptorType descriptorType) in IsStorageBuffer()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp447 DescriptorType descriptorType { DescriptorType::MAX_ENUM }; member