Home
last modified time | relevance | path

Searched defs:bindImageMemory (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl18 BindImageMemoryFunc bindImageMemory; variable
DvkDeviceDriverImpl.inl75 VkResult DeviceDriver::bindImageMemory (VkDevice device, VkImage image, VkDeviceMemory memory, VkDe… function in DeviceDriver
DvkNullDriverImpl.inl592 VKAPI_ATTR VkResult VKAPI_CALL bindImageMemory (VkDevice device, VkImage image, VkDeviceMemory memo… function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp133 void bindImageMemory (const DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem… in bindImageMemory() function
DvktRenderPassTests.cpp357 void bindImageMemory (const DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem… in bindImageMemory() function
/third_party/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp1140 …VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::bindImageMemory( VULKAN_HPP_NAMESPACE::Image… in bindImageMemory() function in VULKAN_HPP_NAMESPACE::Device
1154 … Device::bindImageMemory( VULKAN_HPP_NAMESPACE::Image image, in bindImageMemory() function in VULKAN_HPP_NAMESPACE::Device
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_funcs.hpp1110 …VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::bindImageMemory( VULKAN_HPP_NAMESPACE::Image… in bindImageMemory() function in VULKAN_HPP_NAMESPACE::Device
1124 … Device::bindImageMemory( VULKAN_HPP_NAMESPACE::Image image, in bindImageMemory() function in VULKAN_HPP_NAMESPACE::Device
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp604 vk::Move<vk::VkDeviceMemory> bindImageMemory (const vk::InstanceInterface& vki, in bindImageMemory() function