HomeSort by relevance Sort by last modified time
    Searched full:bindimagememory2 (Results 1 - 15 of 15) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceFunctionPointers.inl 125 BindImageMemory2Func bindImageMemory2;
vkInitDeviceFunctionPointers.inl 127 m_vk.bindImageMemory2 = (BindImageMemory2Func) GET_PROC_ADDR("vkBindImageMemory2");
128 if (!m_vk.bindImageMemory2)
129 m_vk.bindImageMemory2 = (BindImageMemory2Func) GET_PROC_ADDR("vkBindImageMemory2KHR");
vkMemUtil.cpp 349 VK_CHECK(vkd.bindImageMemory2(device, 1u, &coreInfo));
vkNullDriverImpl.inl     [all...]
vkConcreteDeviceInterface.inl 125 virtual VkResult bindImageMemory2 (VkDevice device, deUint32 bindInfoCount, const VkBindImageMemoryInfo* pBindInfos) const;
vkDeviceDriverImpl.inl 610 VkResult DeviceDriver::bindImageMemory2 (VkDevice device, deUint32 bindInfoCount, const VkBindImageMemoryInfo* pBindInfos) const
612 return m_vk.bindImageMemory2(device, bindInfoCount, pBindInfos);
    [all...]
vkVirtualDeviceInterface.inl 125 virtual VkResult bindImageMemory2 (VkDevice device, deUint32 bindInfoCount, const VkBindImageMemoryInfo* pBindInfos) const = 0;
  /frameworks/native/vulkan/libvulkan/
api_gen.h 188 PFN_vkBindImageMemory2 BindImageMemory2;
api_gen.cpp 318 INIT_PROC(false, dev, BindImageMemory2);
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 66 {"vkBindImageMemory2", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkBindImageMemory2>(BindImageMemory2))},
null_driver_gen.h 170 VKAPI_ATTR VkResult BindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos);
null_driver.cpp     [all...]
  /external/skqp/tests/
VkHardwareBufferTest.cpp 494 DECLARE_VK_PROC(BindImageMemory2);
764 ACQUIRE_DEVICE_VK_PROC(BindImageMemory2);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryBindingTests.cpp 624 VK_CHECK(vk.bindImageMemory2(vkDevice, count, &bindMemoryInfos.front()));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/device_group/
vktDeviceGroupRendering.cpp     [all...]

Completed in 579 milliseconds