Home
last modified time | relevance | path

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

1234

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferAndImageAllocationUtil.cpp143 VK_CHECK(vk.bindImageMemory(vkDevice, *image, memory->getMemory(), memory->getOffset())); in createTestImage()
191 VK_CHECK(vk.bindImageMemory(vkDevice, *image, memory->getMemory(), memory->getOffset())); in createTestImage()
DvktApiPipelineTests.cpp123 …VK_CHECK(vk.bindImageMemory(device, *attachmentImage, attachmentImageMemory->getMemory(), attachme… in renderpassLifetimeTest()
560 …VK_CHECK(vk.bindImageMemory(device, *attachmentImage, attachmentImageMemory->getMemory(), attachme… in framebufferCompatibleRenderPassTest()
915 …VK_CHECK(vk.bindImageMemory(device, *attachmentImage, attachmentImageMemory->getMemory(), attachme… in pipelineLayoutLifetimeGraphicsTest()
DvktApiSmokeTests.cpp405 VK_CHECK(vk.bindImageMemory(vkDevice, *image, imageMemory->getMemory(), imageMemory->getOffset())); in renderTriangleTest()
668 VK_CHECK(vk.bindImageMemory(vkDevice, *image, imageMemory->getMemory(), imageMemory->getOffset())); in renderTriangleUnusedResolveAttachmentTest()
DvktApiGetMemoryCommitment.cpp146 VK_CHECK(vkd.bindImageMemory(device, *image, imageAlloc->getMemory(), imageAlloc->getOffset())); in iterate()
DvktApiGranularityTests.cpp191 VK_CHECK(vk.bindImageMemory(device, *image, imageAlloc->getMemory(), imageAlloc->getOffset())); in initImages()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp206 VK_CHECK(vk.bindImageMemory(device, image, alloc->getMemory(), alloc->getOffset())); in bindImage()
220 VK_CHECK(vkd.bindImageMemory(device, image, alloc->getMemory(), alloc->getOffset())); in bindImageDedicated()
DvktPipelineStencilTests.cpp348 …VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageA… in StencilTestInstance()
380 …VK_CHECK(vk.bindImageMemory(vkDevice, *m_stencilImage, m_stencilImageAlloc->getMemory(), m_stencil… in StencilTestInstance()
DvktPipelineDepthTests.cpp310 …VK_CHECK(vk.bindImageMemory(vkDevice, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageA… in DepthTestInstance()
342 …VK_CHECK(vk.bindImageMemory(vkDevice, *m_depthImage, m_depthImageAlloc->getMemory(), m_depthImageA… in DepthTestInstance()
DvktPipelinePushDescriptorTests.cpp305 …VK_CHECK(m_vkd.bindImageMemory(*m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorIm… in init()
1109 …VK_CHECK(m_vkd.bindImageMemory(*m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorIm… in init()
1161 …VK_CHECK(m_vkd.bindImageMemory(*m_device, **m_textureImages.back(), m_textureImageAllocs.back()->g… in init()
1958 …VK_CHECK(m_vkd.bindImageMemory(*m_device, **m_textureImages.back(), m_textureImageAllocs.back()->g… in init()
2719 …VK_CHECK(m_vkd.bindImageMemory(*m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorIm… in init()
3568 …VK_CHECK(m_vkd.bindImageMemory(*m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorIm… in init()
3616 …VK_CHECK(m_vkd.bindImageMemory(*m_device, **m_inputImages.back(), m_inputImageAllocs.back()->getMe… in init()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageWithMemory.hpp47 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in ImageWithMemory()
DvkYCbCrImageWithMemory.cpp57 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocations.back()->getMemory(), m_allocations.bac… in YCbCrImageWithMemory()
DvkDeviceFunctionPointers.inl18 BindImageMemoryFunc bindImageMemory; variable
DvkInitDeviceFunctionPointers.inl18 m_vk.bindImageMemory = (BindImageMemoryFunc) GET_PROC_ADDR("vkBindImageMemory");
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsMakeUtil.cpp181 VK_CHECK(vk.bindImageMemory(device, image, alloc->getMemory(), alloc->getOffset())); in bindImage()
/external/deqp/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()
DvktRenderPassMultisampleResolveTests.cpp140 void bindImageMemory (const DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem… in bindImageMemory() function
142 VK_CHECK(vk.bindImageMemory(device, image, mem, memOffset)); in bindImageMemory()
161 bindImageMemory(vk, device, image, allocation->getMemory(), allocation->getOffset()); in createImageMemory()
DvktRenderPassMultisampleTests.cpp128 void bindImageMemory (const DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem… in bindImageMemory() function
130 VK_CHECK(vk.bindImageMemory(device, image, mem, memOffset)); in bindImageMemory()
149 bindImageMemory(vk, device, image, allocation->getMemory(), allocation->getOffset()); in createImageMemory()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeTestsUtil.cpp54 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in Image()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.hpp93 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in Image()
DvktGeometryTestsUtil.cpp541 VK_CHECK(vk.bindImageMemory(device, image, alloc->getMemory(), alloc->getOffset())); in bindImage()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.hpp84 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in Image()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp310 …VK_CHECK(vk.bindImageMemory(m_device, *m_colorImage, m_colorImageAlloc->getMemory(), m_colorImageA… in GraphicsEnvironment()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp408 …VK_CHECK(vk.bindImageMemory(device, *depthResolveImage, depthResolveAllocation->getMemory(), depth… in iterate()
468 …VK_CHECK(vk.bindImageMemory(device, *markerImage, markerImageAllocation->getMemory(), markerImageA… in iterate()
554 …VK_CHECK(vk.bindImageMemory(device, *depthImage, depthImageAllocation->getMemory(), depthImageAllo… in iterate()
1089 …vk.bindImageMemory(device, *outputImage, outputImageAllocation->getMemory(), outputImageAllocation… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp413 …VK_CHECK(vkd.bindImageMemory(vkDevice, *m_textureImage, m_textureImageMemory->getMemory(), m_textu… in updateTextureData()
528 …VK_CHECK(vkd.bindImageMemory(vkDevice, *m_image, m_imageMemory->getMemory(), m_imageMemory->getOff… in TextureRenderer()
593 …VK_CHECK(vkd.bindImageMemory(vkDevice, *m_resolvedImage, m_resolvedImageMemory->getMemory(), m_res… in TextureRenderer()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.hpp87 …VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()… in Image()

1234