Home
last modified time | relevance | path

Searched refs:BindImageMemory (Results 1 – 10 of 10) sorted by relevance

/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h55 PFN_vkBindImageMemory BindImageMemory; member
/external/vulkan-validation-layers/loader/
Dtable_ops.h77 table->BindImageMemory = in loader_init_device_dispatch_table()
335 return (void *)table->BindImageMemory; in loader_lookup_device_dispatch_table()
Dtrampoline.c1084 return disp->BindImageMemory(device, image, mem, offset);
/external/skia/src/gpu/vk/
DGrVkInterface.cpp82 ACQUIRE_PROC(BindImageMemory, VK_NULL_HANDLE, device); in GrVkInterface()
DGrVkMemory.cpp202 VkResult err = GR_VK_CALL(iface, BindImageMemory(device, image, in AllocAndBindImageMemory()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1696 class BindImageMemory : public Command class
1699 BindImageMemory (void) {} in BindImageMemory() function in vkt::memory::__anone897a1840111::BindImageMemory
1700 ~BindImageMemory (void) {} in ~BindImageMemory()
1707 void BindImageMemory::logPrepare (TestLog& log, size_t commandIndex) const in logPrepare()
1712 void BindImageMemory::prepare (PrepareContext& context) in prepare()
8747 case OP_IMAGE_BINDMEMORY: return de::MovePtr<Command>(new BindImageMemory()); in createHostCommand()
/external/vulkan-validation-layers/layers/
Dobject_tracker.cpp722 VKAPI_ATTR VkResult VKAPI_CALL BindImageMemory(VkDevice device, VkImage image, VkDeviceMemory memor… in BindImageMemory() function
733 …VkResult result = get_dispatch_table(ot_device_table_map, device)->BindImageMemory(device, image, … in BindImageMemory()
3794 return (PFN_vkVoidFunction)BindImageMemory; in InterceptCoreDeviceCommand()
Dparameter_validation.cpp1965 VKAPI_ATTR VkResult VKAPI_CALL BindImageMemory(VkDevice device, VkImage image, VkDeviceMemory memor… in BindImageMemory() function
1974 …result = get_dispatch_table(pc_device_table_map, device)->BindImageMemory(device, image, memory, m… in BindImageMemory()
5308 {"vkBindImageMemory", reinterpret_cast<PFN_vkVoidFunction>(BindImageMemory)}, in intercept_core_device_command()
Dcore_validation.cpp11081 VKAPI_ATTR VkResult VKAPI_CALL BindImageMemory(VkDevice device, VkImage image, VkDeviceMemory mem, … in BindImageMemory() function
11107 result = dev_data->dispatch_table.BindImageMemory(device, image, mem, memoryOffset); in BindImageMemory()
12045 {"vkBindImageMemory", reinterpret_cast<PFN_vkVoidFunction>(BindImageMemory)}, in intercept_core_device_command()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp296 …VkResult result = device_dispatch_table(device)->BindImageMemory(device, image, memory, memoryOffs… in vkBindImageMemory()