Home
last modified time | relevance | path

Searched refs:bindImageMemory (Results 1 – 25 of 96) sorted by relevance

1234

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferAndImageAllocationUtil.cpp139 VK_CHECK(vk.bindImageMemory(vkDevice, *image, memory->getMemory(), memory->getOffset())); in createTestImage()
183 VK_CHECK(vk.bindImageMemory(vkDevice, *image, memory->getMemory(), memory->getOffset())); in createTestImage()
DvktApiSmokeTests.cpp405 VK_CHECK(vk.bindImageMemory(vkDevice, *image, imageMemory->getMemory(), imageMemory->getOffset())); in renderTriangleTest()
673 VK_CHECK(vk.bindImageMemory(vkDevice, *image, imageMemory->getMemory(), imageMemory->getOffset())); in renderTriangleDummyExtStructTest()
1263 VK_CHECK(vk.bindImageMemory(vkDevice, *image, imageMemory->getMemory(), imageMemory->getOffset())); in renderTriangleUnusedResolveAttachmentTest()
DvktApiPipelineTests.cpp136 …VK_CHECK(vk.bindImageMemory(device, *attachmentImage, attachmentImageMemory->getMemory(), attachme… in drawTriangleTest()
597 …VK_CHECK(vk.bindImageMemory(device, *attachmentImage, attachmentImageMemory->getMemory(), attachme… in framebufferCompatibleRenderPassTest()
940 …VK_CHECK(vk.bindImageMemory(device, *attachmentImage, attachmentImageMemory->getMemory(), attachme… in pipelineLayoutLifetimeTest()
DvktApiGetMemoryCommitment.cpp162 VK_CHECK(vkd.bindImageMemory(device, *image, imageAlloc->getMemory(), imageAlloc->getOffset())); in iterate()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkYCbCrImageWithMemory.cpp51 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocations.back()->getMemory(), m_allocations.bac… in YCbCrImageWithMemory()
DvkImageWithMemory.hpp47 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in ImageWithMemory()
DvkMemUtil.cpp421 VK_CHECK(vk.bindImageMemory(device, image, alloc->getMemory(), alloc->getOffset())); in bindImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeTestsUtil.cpp54 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in Image()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DImage.cpp42 device.bindImageMemory(image, imageMemory, 0); in Image()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/
DvktModifiersTests.cpp503 VK_CHECK(vkd.bindImageMemory(device, *srcImage, *srcMemory, 0)); in exportImportMemoryExplicitModifiersCase()
540 VK_CHECK(vkd.bindImageMemory(device, *dstImage, *dstMemory, 0)); in exportImportMemoryExplicitModifiersCase()
612 VK_CHECK(vkd.bindImageMemory(device, *importedSrcImage, *importedMemory, 0)); in exportImportMemoryExplicitModifiersCase()
627 VK_CHECK(vkd.bindImageMemory(device, *outImage, *outMemory, 0)); in exportImportMemoryExplicitModifiersCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp95 VK_CHECK(vkd.bindImageMemory(device, image, alloc->getMemory(), alloc->getOffset())); in bindImageDedicated()
DvktPipelineStencilTests.cpp392 …VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageA… in StencilTestInstance()
422 …VK_CHECK(vk.bindImageMemory(vkDevice, *m_stencilImage, m_stencilImageAlloc->getMemory(), m_stencil… in StencilTestInstance()
DvktPipelinePushDescriptorTests.cpp316 …VK_CHECK(m_vkd.bindImageMemory(*m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorIm… in init()
1126 …VK_CHECK(m_vkd.bindImageMemory(*m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorIm… in init()
1178 …VK_CHECK(m_vkd.bindImageMemory(*m_device, **m_textureImages.back(), m_textureImageAllocs.back()->g… in init()
1980 …VK_CHECK(m_vkd.bindImageMemory(*m_device, **m_textureImages.back(), m_textureImageAllocs.back()->g… in init()
2764 …VK_CHECK(m_vkd.bindImageMemory(*m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorIm… in init()
3623 …VK_CHECK(m_vkd.bindImageMemory(*m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorIm… in init()
3671 …VK_CHECK(m_vkd.bindImageMemory(*m_device, **m_inputImages.back(), m_inputImageAllocs.back()->getMe… in init()
DvktPipelineDepthTests.cpp351 …VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageA… in DepthTestInstance()
380 …VK_CHECK(vk.bindImageMemory(vkDevice, *m_depthImage, m_depthImageAlloc->getMemory(), m_depthImageA… in DepthTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp391 …VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageA… in UnusedAttachmentTestInstance()
422 …VK_CHECK(vk.bindImageMemory(vkDevice, *m_unusedImage, m_unusedImageAlloc->getMemory(), m_unusedIma… in UnusedAttachmentTestInstance()
525 …VK_CHECK(vk.bindImageMemory(vkDevice, *m_inputImage, m_inputImageAlloc->getMemory(), m_inputImageA… in UnusedAttachmentTestInstance()
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp308 …VK_CHECK(vk.bindImageMemory(vkDevice, **inputImage, inputImageAlloc->getMemory(), inputImageAlloc-… in InputAttachmentSparseFillingTestInstance()
342 …VK_CHECK(vk.bindImageMemory(vkDevice, **m_outputImage, m_outputImageMemory->getMemory(), m_outputI… in InputAttachmentSparseFillingTestInstance()
DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp304 …VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImageA, m_colorImageAllocA->getMemory(), m_colorImag… in MultipleSubpassesMultipleCommandBuffersTestInstance()
308 …VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImageB, m_colorImageAllocB->getMemory(), m_colorImag… in MultipleSubpassesMultipleCommandBuffersTestInstance()
DvktRenderPassUnusedClearAttachmentTests.cpp496 …VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImages.back(), m_colorImageAllocs.back()->getMemory(… in UnusedClearAttachmentTestInstance()
595 …VK_CHECK(vk.bindImageMemory(vkDevice, *m_depthImage, m_depthImageAlloc->getMemory(), m_depthImageA… in UnusedClearAttachmentTestInstance()
DvktRenderPassSubpassDependencyTests.cpp570 …VK_CHECK(vk.bindImageMemory(device, **images[imageNdx], imageMemories[imageNdx]->getMemory(), imag… in createAndAllocateImages()
1182 …VK_CHECK(vk.bindImageMemory(device, **images[imageNdx], imageMemories[imageNdx]->getMemory(), imag… in createAndAllocateImages()
1935 …VK_CHECK(vkd.bindImageMemory(device, *outputImage, outputImageAllocation->getMemory(), outputImage… in iterateInternal()
2406 …VK_CHECK(vkd.bindImageMemory(device, *colorImage, colorImageAllocation->getMemory(), colorImageAll… in iterateInternal()
2437 …VK_CHECK(vkd.bindImageMemory(device, *dsImage, dsImageAllocation->getMemory(), dsImageAllocation->… in iterateInternal()
2999 …VK_CHECK(vkd.bindImageMemory(device, *colorImage, colorImageAllocation->getMemory(), colorImageAll… in iterateInternal()
3029 …VK_CHECK(vkd.bindImageMemory(device, *resultImage, resultImageAllocation->getMemory(), resultImage… in iterateInternal()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
DClearImageBenchmarks.cpp50 device.bindImageMemory(image, memory, 0); in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.hpp94 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in Image()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawAhbTests.cpp311 …VK_CHECK(vk.bindImageMemory(device, *colorTargetImage, m_colorImageAllocation->getMemory(), m_colo… in iterate()
369 VK_CHECK(vk.bindImageMemory(device, *colorTargetImage, *colorImageMemory, 0u)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.hpp92 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in Image()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp350 …VK_CHECK(vk.bindImageMemory(m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageA… in GraphicsEnvironment()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl18 BindImageMemoryFunc bindImageMemory; variable

1234