Home
last modified time | relevance | path

Searched refs:imagePixels (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineEarlyDestroyTests.cpp306 …const tcu::ConstPixelBufferAccess imagePixels (textureFormat, framebufferWidth, framebuffer… in testEarlyDestroy() local
308 for (int z = 0; z < imagePixels.getDepth(); ++z) in testEarlyDestroy()
309 for (int y = 0; y < imagePixels.getHeight(); ++y) in testEarlyDestroy()
310 for (int x = 0; x < imagePixels.getWidth(); ++x) in testEarlyDestroy()
312 const auto pixel = imagePixels.getPixel(x, y, z); in testEarlyDestroy()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp880 std::vector<de::MovePtr<tcu::TextureLevel>> imagePixels; in iterate() local
882imagePixels.emplace_back(pipeline::readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allo… in iterate()
885 for (size_t i = 0; i < imagePixels.size(); ++i) in iterate()
887 const tcu::ConstPixelBufferAccess& imageAccess = imagePixels[i]->getAccess(); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp3748 …tcu::PixelBufferAccess imagePixels(texFormat, extent.width, extent.height, extent.depth, &m_data[0… in Implementation() local
3749 clearPixelBuffer(imagePixels, m_clearValue); in Implementation()
3958 …tcu::PixelBufferAccess imagePixels(mapVkFormat(m_colorFormat), m_attachmentExtent.width, m_attachm… in Implementation() local
3959 clearPixelBuffer(imagePixels, makeClearValue(m_colorFormat)); in Implementation()
4186 …tcu::PixelBufferAccess imagePixels(texFormat, extent.width, extent.height, extent.depth, &m_data[0… in Implementation() local
4187 clearPixelBuffer(imagePixels, m_clearValue); in Implementation()