Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLUtil.h230 bool fGSInvocationsSupport = true; variable
232 return fGSInvocationsSupport; in gsInvocationsSupport()
374 result->fGSInvocationsSupport = true; in GeometryShaderExtensionString()
382 result->fGSInvocationsSupport = true; in GeometryShaderSupport()
390 result->fGSInvocationsSupport = true; in GSInvocationsExtensionString()
420 result->fGSInvocationsSupport = false; in NoGSInvocationsSupport()
/external/skqp/src/sksl/
DSkSLUtil.h297 result->fGSInvocationsSupport = true; in GeometryShaderSupport()
305 result->fGSInvocationsSupport = false; in NoGSInvocationsSupport()
314 result->fGSInvocationsSupport = true; in GeometryShaderExtensionString()
322 result->fGSInvocationsSupport = true; in GSInvocationsExtensionString()
/external/skqp/src/gpu/
DGrShaderCaps.cpp20 fGSInvocationsSupport = false; in GrShaderCaps()
79 writer->appendBool("Geometry Shader Invocations Support", fGSInvocationsSupport); in dumpJSON()
DGrShaderCaps.h46 bool gsInvocationsSupport() const { return fGSInvocationsSupport; } in gsInvocationsSupport()
240 bool fGSInvocationsSupport : 1; variable
/external/skia/src/gpu/
DGrShaderCaps.h46 bool gsInvocationsSupport() const { return fGSInvocationsSupport; } in gsInvocationsSupport()
278 bool fGSInvocationsSupport : 1; variable
DGrShaderCaps.cpp20 fGSInvocationsSupport = false; in GrShaderCaps()
91 writer->appendBool("Geometry Shader Invocations Support", fGSInvocationsSupport); in dumpJSON()
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp338 shaderCaps->fGSInvocationsSupport = true; in init()
340 shaderCaps->fGSInvocationsSupport = true; in init()
366 shaderCaps->fGSInvocationsSupport = shaderCaps->fGeometryShaderSupport; in init()
2429 shaderCaps->fGSInvocationsSupport = false; in applyDriverCorrectnessWorkarounds()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp345 shaderCaps->fGSInvocationsSupport = true; in init()
347 shaderCaps->fGSInvocationsSupport = true; in init()
375 shaderCaps->fGSInvocationsSupport = shaderCaps->fGeometryShaderSupport; in init()
3471 shaderCaps->fGSInvocationsSupport = false; in applyDriverCorrectnessWorkarounds()
/external/skia/src/gpu/d3d/
DGrD3DCaps.cpp238 shaderCaps->fGeometryShaderSupport = shaderCaps->fGSInvocationsSupport = true; in initShaderCaps()