Home
last modified time | relevance | path

Searched defs:renderTargetSize (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp694 const tcu::IVec2 renderTargetSize = in init() local
4556 …const tcu::IVec2 renderTargetSize(m_context.getRenderTarget().getWidth(), m_context.getRenderTarge… in iterate() local
4675 …const tcu::IVec2 renderTargetSize(m_context.getRenderTarget().getWidth(), m_context.getRenderTarge… in renderTo() local
H A Des31fCopyImageTests.cpp1216 … const IVec2 renderTargetSize = IVec2(renderTarget.getWidth(), renderTarget.getHeight()); in renderTexture() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustness1VertexAccessTests.cpp201 static const auto renderTargetSize = IVec2(12, 12); variable