HomeSort by relevance Sort by last modified time
    Searched full:allocatedescriptorsets (Results 1 - 25 of 46) sorted by null

1 2

  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceFunctionPointers.inl 64 AllocateDescriptorSetsFunc allocateDescriptorSets;
vkRefUtil.cpp 65 VK_CHECK(vk.allocateDescriptorSets(device, pAllocateInfo, &object));
vkInitDeviceFunctionPointers.inl 64 m_vk.allocateDescriptorSets = (AllocateDescriptorSetsFunc) GET_PROC_ADDR("vkAllocateDescriptorSets");
vkDeviceDriverImpl.inl 305 VkResult DeviceDriver::allocateDescriptorSets (VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets) const
307 return m_vk.allocateDescriptorSets(device, pAllocateInfo, pDescriptorSets);
    [all...]
vkConcreteDeviceInterface.inl 64 virtual VkResult allocateDescriptorSets (VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets) const;
vkVirtualDeviceInterface.inl 64 virtual VkResult allocateDescriptorSets (VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets) const = 0;
vkNullDriver.cpp 877 VKAPI_ATTR VkResult VKAPI_CALL allocateDescriptorSets (VkDevice, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets)
    [all...]
  /frameworks/native/vulkan/libvulkan/
api_gen.h 115 PFN_vkAllocateDescriptorSets AllocateDescriptorSets;
api_gen.cpp 215 INIT_PROC(true, dev, AllocateDescriptorSets);
359 VKAPI_ATTR VkResult AllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiDescriptorPoolTests.cpp 135 VK_CHECK(vkd.allocateDescriptorSets(device, &descriptorSetInfo, &testSets[0]));
238 const VkResult result = vkd.allocateDescriptorSets(device, &descriptorSetAllocateInfo, &rawDescriptorSets[0]);
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 100 PFN_vkAllocateDescriptorSets AllocateDescriptorSets;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vk_layer.h 100 PFN_vkAllocateDescriptorSets AllocateDescriptorSets;
  /external/skia/src/gpu/vk/
GrVkDescriptorSetManager.cpp 287 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), AllocateDescriptorSets(gpu->device(),
GrVkInterface.cpp 101 GET_DEV_PROC(AllocateDescriptorSets);
GrVkPipelineState.cpp 456 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), AllocateDescriptorSets(gpu->device(),
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 59 {"vkAllocateDescriptorSets", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkAllocateDescriptorSets>(AllocateDescriptorSets))},
null_driver_gen.h 108 VKAPI_ATTR VkResult AllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets);
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_dispatch_table_helper.h 93 table->AllocateDescriptorSets = (PFN_vkAllocateDescriptorSets) gpa(device, "vkAllocateDescriptorSets");
thread_check.h     [all...]
  /external/vulkan-validation-layers/loader/
table_ops.h 149 table->AllocateDescriptorSets =
422 if (!strcmp(name, "AllocateDescriptorSets"))
423 return (void *)table->AllocateDescriptorSets;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/jniLibs/armeabi-v7a/
libVkLayer_unique_objects.so 
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/jniLibs/x86/
libVkLayer_unique_objects.so 
  /external/vulkan-validation-layers/tests/layers/
wrap_objects.cpp 605 VkResult result = device_dispatch_table(device)->AllocateDescriptorSets(device, pAllocateInfo, pDescriptorSets);
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 544 vk::assert_success(vk::AllocateDescriptorSets(dev_, &set_info, desc_sets.data()));
generate-dispatch-table.py 171 Command(name='AllocateDescriptorSets', dispatch='VkDevice'),

Completed in 1085 milliseconds

1 2