Searched defs:bindImageMemory (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceFunctionPointers.inl | 18 BindImageMemoryFunc bindImageMemory; variable
|
D | vkDeviceDriverImpl.inl | 75 VkResult DeviceDriver::bindImageMemory (VkDevice device, VkImage image, VkDeviceMemory memory, VkDe… function in DeviceDriver
|
D | vkNullDriverImpl.inl | 592 VKAPI_ATTR VkResult VKAPI_CALL bindImageMemory (VkDevice device, VkImage image, VkDeviceMemory memo… function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleTests.cpp | 133 void bindImageMemory (const DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem… in bindImageMemory() function
|
D | vktRenderPassTests.cpp | 357 void bindImageMemory (const DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem… in bindImageMemory() function
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_funcs.hpp | 1140 …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/ |
D | vulkan_funcs.hpp | 1110 …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/ |
D | vktMemoryPipelineBarrierTests.cpp | 604 vk::Move<vk::VkDeviceMemory> bindImageMemory (const vk::InstanceInterface& vki, in bindImageMemory() function
|