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

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMakeUtil.cpp 54 , m_allocation (bindImage(vk, device, allocator, *m_image, memoryRequirement))
282 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement)
vktPipelineMakeUtil.hpp 89 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk, const vk::VkDevice device, vk::Allocator& allocator, const vk::VkImage image, const vk::MemoryRequirement requirement);
vktPipelineRenderToImageTests.cpp 198 de::MovePtr<Allocation> bindImage (const InstanceInterface& vki,
211 return ::vkt::pipeline::bindImage(vkd, device, allocator, image, requirement);
    [all...]
vktPipelineMultisampleImageTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsMakeUtil.hpp 47 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk, const vk::VkDevice device, vk::Allocator& allocator, const vk::VkImage image, const vk::MemoryRequirement requirement);
vktFragmentOperationsMakeUtil.cpp 256 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement)
vktFragmentOperationsEarlyFragmentTests.cpp 595 const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, MemoryRequirement::Any));
618 const UniquePtr<Allocation> testImageAlloc (bindImage(vk, device, allocator, *testImage, MemoryRequirement::Any));
    [all...]
vktFragmentOperationsScissorMultiViewportTests.cpp 570 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any);
    [all...]
vktFragmentOperationsScissorTests.cpp 549 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrImageQueryTests.cpp 286 void bindImage (const DeviceInterface& vkd,
428 bindImage(vkd, device, *descSet, testImages[imageNdx]->getImageView(), *sampler);
622 bindImage(vkd, device, *descSet, testImages[imageNdx]->getImageView(), *sampler);
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.hpp 179 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk, const vk::VkDevice device, vk::Allocator& allocator, const vk::VkImage image, const vk::MemoryRequirement requirement);
vktGeometryInstancedRenderingTests.cpp 359 const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, MemoryRequirement::Any));
vktGeometryTestsUtil.cpp 695 de::MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement)
vktGeometryLayeredRenderingTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageMutableTests.cpp 841 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.hpp 183 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk,
vktSparseResourcesShaderIntrinsicsBase.cpp 484 const de::UniquePtr<Allocation> imageTexelsAlloc (bindImage(deviceInterface, getDevice(), getAllocator(), *imageTexels, MemoryRequirement::Any));
491 const de::UniquePtr<Allocation> imageResidencyAlloc (bindImage(deviceInterface, getDevice(), getAllocator(), *imageResidency, MemoryRequirement::Any));
vktSparseResourcesTestsUtil.cpp 474 de::MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement)
vktSparseResourcesBufferTests.cpp 547 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any);
    [all...]

Completed in 1113 milliseconds