HomeSort by relevance Sort by last modified time
    Searched refs:ResetDescriptorPool (Results 1 - 21 of 21) sorted by null

  /external/skia/src/gpu/vk/
GrVkDescriptorPool.cpp 44 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), ResetDescriptorPool(gpu->device(), fDescPool, 0));
GrVkInterface.cpp 128 ACQUIRE_PROC(ResetDescriptorPool, VK_NULL_HANDLE, device);
  /external/skqp/src/gpu/vk/
GrVkDescriptorPool.cpp 44 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), ResetDescriptorPool(gpu->device(), fDescPool, 0));
GrVkInterface.cpp 128 ACQUIRE_PROC(ResetDescriptorPool, VK_NULL_HANDLE, device);
  /frameworks/native/vulkan/libvulkan/
api_gen.h 126 PFN_vkResetDescriptorPool ResetDescriptorPool;
api_gen.cpp 256 INIT_PROC(true, dev, ResetDescriptorPool);
421 VKAPI_ATTR VkResult ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vk_layer.h 99 PFN_vkResetDescriptorPool ResetDescriptorPool;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_dispatch_table_helper.h 93 table->ResetDescriptorPool = (PFN_vkResetDescriptorPool) gpa(device, "vkResetDescriptorPool");
thread_check.h     [all...]
unique_objects_wrappers.h     [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 228 {"vkResetDescriptorPool", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkResetDescriptorPool>(ResetDescriptorPool))},
null_driver_gen.h 107 VKAPI_ATTR VkResult ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags);
null_driver.cpp     [all...]
  /external/vulkan-validation-layers/layers/
object_tracker_utils.cpp 515 VKAPI_ATTR VkResult VKAPI_CALL ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool,
538 VkResult result = get_dispatch_table(ot_device_table_map, device)->ResetDescriptorPool(device, descriptorPool, flags);
    [all...]
core_validation.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
object_tracker.cpp     [all...]
parameter_validation.cpp     [all...]
core_validation.cpp     [all...]
  /external/vulkan-validation-layers/loader/
trampoline.c     [all...]
  /external/vulkan-validation-layers/tests/layers/
wrap_objects.cpp 600 VkResult result = device_dispatch_table(device)->ResetDescriptorPool(device, descriptorPool, flags);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/layers/
wrap_objects.cpp 598 VkResult result = device_dispatch_table(device)->ResetDescriptorPool(device, descriptorPool, flags);
    [all...]

Completed in 1377 milliseconds