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

  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsMakeUtil.hpp 45 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 178 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement)
vktFragmentOperationsEarlyFragmentTests.cpp 344 const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, MemoryRequirement::Any));
367 const UniquePtr<Allocation> testImageAlloc (bindImage(vk, device, allocator, *testImage, MemoryRequirement::Any));
vktFragmentOperationsScissorMultiViewportTests.cpp 344 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any);
vktFragmentOperationsScissorTests.cpp 365 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any);
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMakeUtil.cpp 54 , m_allocation (bindImage(vk, device, allocator, *m_image, memoryRequirement))
203 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement)
vktPipelineMakeUtil.hpp 87 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 199 de::MovePtr<Allocation> bindImage (const InstanceInterface& vki,
212 return ::vkt::pipeline::bindImage(vkd, device, allocator, image, requirement);
    [all...]
vktPipelineStencilExportTests.cpp 517 MovePtr<Allocation> stencilImageAlloc = bindImage (vk, device, allocator, *stencilImage, MemoryRequirement::Any);
522 MovePtr<Allocation> colorImageAlloc = bindImage (vk, device, allocator, *colorImage, MemoryRequirement::Any);
vktPipelineFramebufferAttachmentTests.cpp 450 colorImageAlloc = bindImage(vk, device, allocator, *colorImage, MemoryRequirement::Any);
458 msColorImageAlloc = bindImage(vk, device, allocator, *msColorImage, MemoryRequirement::Any);
    [all...]
vktPipelineMultisampleImageTests.cpp     [all...]
vktPipelineMultisampleSampleLocationsExtTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.hpp 177 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 161 const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, MemoryRequirement::Any));
vktGeometryLayeredRenderingTests.cpp     [all...]
vktGeometryTestsUtil.cpp 538 de::MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement)
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.hpp 177 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk,
vktSparseResourcesShaderIntrinsicsBase.cpp 475 const de::UniquePtr<Allocation> imageTexelsAlloc (bindImage(deviceInterface, getDevice(), getAllocator(), *imageTexels, MemoryRequirement::Any));
482 const de::UniquePtr<Allocation> imageResidencyAlloc (bindImage(deviceInterface, getDevice(), getAllocator(), *imageResidency, MemoryRequirement::Any));
vktSparseResourcesTestsUtil.cpp 393 de::MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement)
vktSparseResourcesBufferTests.cpp 500 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrImageQueryTests.cpp 296 void bindImage (const DeviceInterface& vkd,
434 bindImage(vkd, device, *descSet, testImages[imageNdx]->getImageView(), *sampler);
632 bindImage(vkd, device, *descSet, testImages[imageNdx]->getImageView(), *sampler);
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawShaderLayerTests.cpp 191 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement)
786 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any);
    [all...]
vktDrawShaderViewportIndexTests.cpp 157 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement)
703 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageMutableTests.cpp 797 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement)
    [all...]

Completed in 2723 milliseconds