Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h304 …vertexSpacing(EvsNone), vertexOrder(EvoNone), interlockOrdering(EioNone), pointMode(false), earlyF…
734 void setPointMode() { pointMode = true; } in setPointMode()
735 bool getPointMode() const { return pointMode; } in getPointMode()
1005 bool pointMode; variable
DlinkValidate.cpp196 MERGE_TRUE(pointMode); in mergeModes()
DintermOut.cpp1497 if (pointMode) in output()
DParseHelper.cpp5108 publicType.shaderQualifiers.pointMode = true; in setLayoutQualifier()
6121 if (shaderQualifiers.pointMode) in checkNoShaderLayouts()
8297 if (publicType.shaderQualifiers.pointMode) { in updateStandaloneQualifierDefaults()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp1590 …ationOutputDescription (TessellationOutputType tessellationOutput, TessellationPointMode pointMode) in getTessellationOutputDescription() argument
1594 …case TESSELLATION_OUT_TRIANGLES: return (pointMode) ? ("points (triangles in point mode)") : ("tri… in getTessellationOutputDescription()
1595 …case TESSELLATION_OUT_QUADS: return (pointMode) ? ("points (quads in point mode)") : ("quads"… in getTessellationOutputDescription()
1596 …case TESSELLATION_OUT_ISOLINES: return (pointMode) ? ("points (isolines in point mode)") : ("iso… in getTessellationOutputDescription()
1603 …ometryInputDescription (TessellationOutputType tessellationOutput, TessellationPointMode pointMode) in getGeometryInputDescription() argument
1607 case TESSELLATION_OUT_TRIANGLES: return (pointMode) ? ("points") : ("triangles"); in getGeometryInputDescription()
1608 case TESSELLATION_OUT_QUADS: return (pointMode) ? ("points") : ("triangles"); in getGeometryInputDescription()
1609 case TESSELLATION_OUT_ISOLINES: return (pointMode) ? ("points") : ("lines"); in getGeometryInputDescription()
/third_party/glslang/glslang/Include/
DTypes.h1223 bool pointMode; member
1253 pointMode = false; in init()
1302 if (src.pointMode) in merge()
1303 pointMode = true; in merge()
/third_party/skia/fuzz/
DFuzzCanvas.cpp1186 SkCanvas::PointMode pointMode; in fuzz_canvas() local
1187 fuzz->nextRange(&pointMode, in fuzz_canvas()
1194 canvas->drawPoints(pointMode, count, pts, paint); in fuzz_canvas()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp4103 long Run(bool pointMode = false) in Run() argument
4108 …_program = CreateProgram(pointMode ? shaders::vshSimple_point<api>() : shaders::vshSimple<api>(), … in Run()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp9176 if (publicType.shaderQualifiers.pointMode) in updateStandaloneQualifierDefaults()