/third_party/vk-gl-cts/modules/glshared/ |
D | glsInteractionTestUtil.hpp | 81 struct RenderState struct 102 RenderState (void) in RenderState() argument 118 RenderState state; 121 void computeRandomRenderState (de::Random& rnd, RenderState& state, glu::ApiType apiType, int tar…
|
D | glsFragOpInteractionCase.cpp | 65 using gls::InteractionTestUtil::RenderState; 177 RenderState state; 224 static void setRenderState (sglr::Context& ctx, const RenderState& state) in setRenderState()
|
D | glsInteractionTestUtil.cpp | 54 void computeRandomRenderState (de::Random& rnd, RenderState& state, glu::ApiType apiType, int targe… in computeRandomRenderState()
|
D | glsTextureBufferCase.cpp | 675 …const rr::RenderState renderState(rr::ViewportState(rr::WindowRectangle(0, 0, target.getWidth()… in renderReference()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrRenderer.hpp | 112 …DrawCommand (const RenderState& state_, const RenderTarget& renderTarget_, const Program& program_… in DrawCommand() 122 const RenderState& state;
|
D | rrRenderState.hpp | 369 struct RenderState struct 371 …explicit RenderState (const ViewportState& viewport_, const int subpixelBits_, ViewportOrientation… in RenderState() argument
|
D | rrRenderer.cpp | 812 void transformVertexClipCoordsToWindowCoords (const RenderState& state, VertexPacket& packet) in transformVertexClipCoordsToWindowCoords() 839 void transformPrimitiveClipCoordsToWindowCoords (const RenderState& state, pa::Triangle& target) in transformPrimitiveClipCoordsToWindowCoords() 846 void transformPrimitiveClipCoordsToWindowCoords (const RenderState& state, pa::Line& target) in transformPrimitiveClipCoordsToWindowCoords() 852 void transformPrimitiveClipCoordsToWindowCoords (const RenderState& state, pa::Point& target) in transformPrimitiveClipCoordsToWindowCoords() 858 void transformClipCoordsToWindowCoords (const RenderState& state, ContainerType& list) in transformClipCoordsToWindowCoords() 1029 void writeFragmentPackets (const RenderState& state, in writeFragmentPackets() 1104 void rasterizePrimitive (const RenderState& state, in rasterizePrimitive() 1172 void rasterizePrimitive (const RenderState& state, in rasterizePrimitive() 1225 void rasterizePrimitive (const RenderState& state, in rasterizePrimitive() 1291 void rasterize (const RenderState& state, in rasterize() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineReferenceRenderer.hpp | 330 void draw (const rr::RenderState& renderState, 334 void draw (const rr::RenderState& renderState, 338 void draw (const rr::RenderState& renderState,
|
D | vktPipelineReferenceRenderer.cpp | 263 void ReferenceRenderer::draw (const rr::RenderState& renderState, in draw() 294 void ReferenceRenderer::draw (const rr::RenderState& renderState, in draw() 332 void ReferenceRenderer::draw (const rr::RenderState& renderState, in draw()
|
D | vktPipelinePushDescriptorTests.cpp | 591 …refRenderer.draw(rr::RenderState(refRenderer.getViewportState(), m_context.getDeviceProperties().l… in verifyImage() 1736 …refRenderer.draw(rr::RenderState(refRenderer.getViewportState(), m_context.getDeviceProperties().l… in verifyImage() 3045 …refRenderer.draw(rr::RenderState(refRenderer.getViewportState(), m_context.getDeviceProperties().l… in verifyImage() 4105 …refRenderer.draw(rr::RenderState(refRenderer.getViewportState(), m_context.getDeviceProperties().l… in verifyImage()
|
D | vktPipelineStencilTests.cpp | 761 …rr::RenderState renderState(refRenderer.getViewportState(), m_context.getDeviceProperties().limits… in verifyImage()
|
D | vktPipelineBlendTests.cpp | 1086 …rr::RenderState renderState (refRenderer.getViewportState(), m_context.getDeviceProperties().l… in verifyImage() 1497 …rr::RenderState renderState (refRenderer.getViewportState(), m_context.getDeviceProperties().l… in verifyImage()
|
D | vktPipelineDepthTests.cpp | 728 …rr::RenderState renderState(refRenderer.getViewportState(), m_context.getDeviceProperties().limits… in verifyImage()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fRandomFragmentOpTests.cpp | 95 void translateState (const RenderState& src, rr::FragmentOperationState& dst, const tcu::RenderTarg… in translateState() 153 static void setGLState (glu::CallLogWrapper& wrapper, const RenderState& state, int viewportX, int … in setGLState()
|
D | es3fPolygonOffsetTests.cpp | 426 …rr::RenderState state((rr::ViewportState)(rr::WindowRectangle(0, 0, m_targetSize, m_targetSize)),… in testPolygonOffset() 691 …rr::RenderState state((rr::ViewportState)(rr::WindowRectangle(0, 0, m_targetSize, m_targetSize)),… in testPolygonOffset()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fRandomFragmentOpTests.cpp | 95 void translateState (const RenderState& src, rr::FragmentOperationState& dst, const tcu::RenderTarg… in translateState() 153 static void setGLState (glu::CallLogWrapper& wrapper, const RenderState& state, int viewportX, int … in setGLState()
|
D | es2fPolygonOffsetTests.cpp | 423 …rr::RenderState state((rr::ViewportState)(rr::WindowRectangle(0, 0, m_targetSize, m_targetSize)),… in testPolygonOffset() 689 …rr::RenderState state((rr::ViewportState)(rr::WindowRectangle(0, 0, m_targetSize, m_targetSize)),… in testPolygonOffset()
|
/third_party/vk-gl-cts/modules/internal/ |
D | ditFrameworkTests.cpp | 780 rr::RenderState state (viewport, rr::RenderState::DEFAULT_SUBPIXEL_BITS); in runCase()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglRenderTests.cpp | 287 void toReferenceRenderState (rr::RenderState& state, const DrawPrimitiveOp& drawOp) in toReferenceRenderState() 465 …rr::RenderState renderState((rr::ViewportState)(rr::MultisamplePixelBufferAccess::fromMultisampleA… in renderReference()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 651 rr::RenderState createRenderState (const BlendState& preCommonBlendState, const BlendState& postCom… in createRenderState() 654 …rr::RenderState state (rr::ViewportState(rr::WindowRectangle(0, 0, size.x(), size.y())), subpixelB… in createRenderState() 835 …const rr::RenderState renderState (createRenderState(preCommonBlendState, postCommonBlendState, d… in renderRefQuad()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.cpp | 155 …const rr::RenderState renderState((rr::ViewportState(referenceColorBuffer)), m_pipelineStates[… in draw()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawAhbTests.cpp | 164 …const rr::RenderState renderState ((rr::ViewportState(colorBuffer)), m_context.getDevicePrope… in generateRefImage()
|
D | vktDrawInstancedTests.cpp | 718 …const rr::RenderState renderState ((rr::ViewportState(colorBuffer)), m_context.getDevicePrope… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiSmokeTests.cpp | 317 …const rr::RenderState renderState ((rr::ViewportState(colorBuffer)), subpixelBits, rr::VIEWPO… in renderReferenceTriangle()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceContext.hpp | 566 , subpixelBits (rr::RenderState::DEFAULT_SUBPIXEL_BITS) in ReferenceContextLimits()
|