Home
last modified time | relevance | path

Searched refs:fNonsquareMatrixSupport (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/
DGrShaderCaps.h45 bool nonsquareMatrixSupport() const { return fNonsquareMatrixSupport; } in nonsquareMatrixSupport()
106 return fShaderDerivativeSupport && fNonsquareMatrixSupport && fIntegerSupport && in supportsSkSLES3()
277 bool fNonsquareMatrixSupport : 1; variable
DGrShaderCaps.cpp21 fNonsquareMatrixSupport = false; in GrShaderCaps()
94 writer->appendBool("Nonsquare Matrix Support", fNonsquareMatrixSupport); in dumpJSON()
/third_party/skia/src/sksl/
DSkSLUtil.h162 bool fNonsquareMatrixSupport = false; variable
164 return fNonsquareMatrixSupport; in nonsquareMatrixSupport()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp243 shaderCaps->fNonsquareMatrixSupport = true; in initShaderCaps()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp391 shaderCaps->fNonsquareMatrixSupport = ctxInfo.glslGeneration() >= k130_GrGLSLGeneration; in init()
401 shaderCaps->fNonsquareMatrixSupport = ctxInfo.glslGeneration() >= k330_GrGLSLGeneration; in init()
408 shaderCaps->fNonsquareMatrixSupport = ctxInfo.glslGeneration() >= k330_GrGLSLGeneration; in init()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp725 shaderCaps->fNonsquareMatrixSupport = true; in initShaderCaps()
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm514 shaderCaps->fNonsquareMatrixSupport = true;