Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicControlPoints.cpp272 auto mappedFormat = mapVkFormat(imageFormat); in iterate() local
317 auto outBuffer = makeBufferForImage(vkd, device, alloc, mappedFormat, imageExtent); in iterate()
411 tcu::ConstPixelBufferAccess outPixels(mappedFormat, imageDim, outBufferData); in iterate()
416 tcu::TextureLevel referenceLevel(mappedFormat, imageExtent.height, imageExtent.height); in iterate()