Searched refs:descriptorPool (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyDescriptorPool.java | 58 …descriptorPool = (RubyDescriptorPool) cDescriptorPool.newInstance(runtime.getCurrentContext(), Blo… in createRubyDescriptorPool() 108 return descriptorPool; in generatedPool() 164 private static RubyDescriptorPool descriptorPool; field in RubyDescriptorPool
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 106 VKAPI_ATTR void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAll… 107 VKAPI_ATTR VkResult ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescrip… 109 VKAPI_ATTR VkResult FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t d…
|
D | null_driver.cpp | 1301 void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCall… in DestroyDescriptorPool() argument 1304 VkResult ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolRese… in ResetDescriptorPool() argument 1313 VkResult FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t count, const… in FreeDescriptorSets() argument
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 420 VKAPI_ATTR void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAll… 421 VKAPI_ATTR VkResult ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescrip… 423 VKAPI_ATTR VkResult FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t d… 1068 VKAPI_ATTR void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAll… in DestroyDescriptorPool() argument 1069 GetData(device).dispatch.DestroyDescriptorPool(device, descriptorPool, pAllocator); in DestroyDescriptorPool() 1072 VKAPI_ATTR VkResult ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescrip… in ResetDescriptorPool() argument 1073 return GetData(device).dispatch.ResetDescriptorPool(device, descriptorPool, flags); in ResetDescriptorPool() 1080 VKAPI_ATTR VkResult FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t d… in FreeDescriptorSets() argument 1081 …return GetData(device).dispatch.FreeDescriptorSets(device, descriptorPool, descriptorSetCount, pDe… in FreeDescriptorSets() 1878 VKAPI_ATTR void vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkA… in vkDestroyDescriptorPool() argument [all …]
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 4101 VkDescriptorPool descriptorPool 8989 descriptorPool := ? 8990 pDescriptorPool[0] = descriptorPool 8991 State.DescriptorPools[descriptorPool] = new!DescriptorPoolObject(device: device) 8999 VkDescriptorPool descriptorPool, 9002 descriptorPoolObject := GetDescriptorPool(descriptorPool) 9005 State.DescriptorPools[descriptorPool] = null 9011 VkDescriptorPool descriptorPool, 9014 descriptorPoolObject := GetDescriptorPool(descriptorPool) 9027 descriptorPoolObject := GetDescriptorPool(allocInfo.descriptorPool) [all …]
|
/frameworks/rs/rsov/driver/ |
D | rsovScript.cpp | 478 .descriptorPool = mDescPool, in InitDescriptorSet()
|
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/ |
D | cube.c | 2199 .descriptorPool = demo->desc_pool, in demo_prepare_descriptor_set()
|