Searched refs:WINDING_CCW (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_rect.c | 724 WINDING_CCW, enumerator 744 return WINDING_CCW; in winding() 791 if (winding0 == WINDING_CCW && in setup_rect_ccw() 792 winding1 == WINDING_CCW) { in setup_rect_ccw() 794 } else if (winding0 == WINDING_CCW) { in setup_rect_ccw() 797 } else if (winding1 == WINDING_CCW) { in setup_rect_ccw() 840 } else if (winding0 == WINDING_CCW) { in setup_rect_both()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrRenderState.hpp | 50 WINDING_CCW = 0, //!< Counter-clockwise winding enumerator 78 : winding (WINDING_CCW) in RasterizationState()
|
D | rrRasterizer.cpp | 481 if (m_winding == WINDING_CCW) in init() 497 const bool positiveArea = (m_winding == WINDING_CCW) ? (s > 0) : (s < 0); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationUtil.hpp | 131 WINDING_CCW = 0, enumerator 215 return (winding == WINDING_CCW ? "triangle_ccw" : "triangle_cw"); in getOutputTopologyName() 259 case WINDING_CCW: return "ccw"; in getWindingShaderName()
|
D | vktTessellationWindingTests.cpp | 71 case WINDING_CCW: return VK_FRONT_FACE_COUNTER_CLOCKWISE; in mapFrontFace() 472 { WINDING_CCW, *pipelineCounterClockwise }, in iterate()
|
D | vktTessellationInvarianceTests.cpp | 78 const WindingUsage usage = winding == WINDING_CCW ? WINDING_USAGE_CCW : in getWindingUsage() 90 cases.push_back(WINDING_CCW); in getWindingCases() 96 cases.push_back(WINDING_CCW); in getWindingCases()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
D | vktTessellationUtil.hpp | 131 WINDING_CCW = 0, enumerator 215 return (winding == WINDING_CCW ? "triangle_ccw" : "triangle_cw"); in getOutputTopologyName() 259 case WINDING_CCW: return "ccw"; in getWindingShaderName()
|
D | vktTessellationWindingTests.cpp | 71 case WINDING_CCW: return VK_FRONT_FACE_COUNTER_CLOCKWISE; in mapFrontFace() 472 { WINDING_CCW, *pipelineCounterClockwise }, in iterate()
|
D | vktTessellationInvarianceTests.cpp | 78 const WindingUsage usage = winding == WINDING_CCW ? WINDING_USAGE_CCW : in getWindingUsage() 90 cases.push_back(WINDING_CCW); in getWindingCases() 96 cases.push_back(WINDING_CCW); in getWindingCases()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 432 WINDING_CCW = 0, enumerator 468 case WINDING_CCW: return "ccw"; in getWindingShaderName() 3695 case WINDINGUSAGE_CCW: windings.push_back(WINDING_CCW); break; in init() 3697 case WINDINGUSAGE_VARY: windings.push_back(WINDING_CCW); in init() 3922 …ontext, name, description, primType, spacing, usePointMode, winding == WINDING_CCW ? WINDINGUSAGE_… in InvariantPrimitiveSetCase()
|