| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| D | vktApiBufferAndImageAllocationUtil.cpp | 139 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()
|
| D | vktApiSmokeTests.cpp | 405 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()
|
| D | vktApiPipelineTests.cpp | 136 …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()
|
| D | vktApiGetMemoryCommitment.cpp | 162 VK_CHECK(vkd.bindImageMemory(device, *image, imageAlloc->getMemory(), imageAlloc->getOffset())); in iterate()
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkYCbCrImageWithMemory.cpp | 51 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocations.back()->getMemory(), m_allocations.bac… in YCbCrImageWithMemory()
|
| D | vkImageWithMemory.hpp | 47 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in ImageWithMemory()
|
| D | vkMemUtil.cpp | 421 VK_CHECK(vk.bindImageMemory(device, image, alloc->getMemory(), alloc->getOffset())); in bindImage()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
| D | vktComputeTestsUtil.cpp | 54 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in Image()
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
| D | Image.cpp | 42 device.bindImageMemory(image, imageMemory, 0); in Image()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/ |
| D | vktModifiersTests.cpp | 503 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/ |
| D | vktPipelineMakeUtil.cpp | 95 VK_CHECK(vkd.bindImageMemory(device, image, alloc->getMemory(), alloc->getOffset())); in bindImageDedicated()
|
| D | vktPipelineStencilTests.cpp | 392 …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()
|
| D | vktPipelinePushDescriptorTests.cpp | 316 …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()
|
| D | vktPipelineDepthTests.cpp | 351 …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/ |
| D | vktRenderPassUnusedAttachmentTests.cpp | 391 …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()
|
| D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 308 …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()
|
| D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 304 …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()
|
| D | vktRenderPassUnusedClearAttachmentTests.cpp | 496 …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()
|
| D | vktRenderPassSubpassDependencyTests.cpp | 570 …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/ |
| D | ClearImageBenchmarks.cpp | 50 device.bindImageMemory(image, memory, 0); in initialize()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
| D | vktGeometryTestsUtil.hpp | 94 …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/ |
| D | vktDrawAhbTests.cpp | 311 …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/ |
| D | vktSynchronizationUtil.hpp | 92 …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/ |
| D | vktRobustnessUtil.cpp | 350 …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/ |
| D | vkDeviceFunctionPointers.inl | 18 BindImageMemoryFunc bindImageMemory; variable
|