Home
last modified time | relevance | path

Searched refs:kFloat3x3_GrSLType (Results 1 – 25 of 30) sorted by relevance

12

/external/skqp/src/gpu/glsl/
DGrGLSLGeometryProcessor.cpp76 kFloat3x3_GrSLType, in emitTransforms()
134 kFloat3x3_GrSLType, in writeOutputPosition()
DGrGLSL.cpp41 case kFloat3x3_GrSLType: in GrGLSLTypeString()
DGrGLSLVarying.h23 case kFloat3x3_GrSLType: in is_matrix()
/external/skia/gm/
Dtessellation.cpp71 nullptr, kVertex_GrShaderFlag, kFloat3x3_GrSLType, "view_matrix", &viewMatrix); in onEmitCode()
181 nullptr, kVertex_GrShaderFlag, kFloat3x3_GrSLType, "view_matrix", &viewMatrix); in onEmitCode()
183 GrShaderVar("M_", kFloat3x3_GrSLType, GrShaderVar::TypeModifier::Out)); in onEmitCode()
/external/skqp/src/gpu/ccpr/
DGrCCConicShader.h38 const GrShaderVar fKLMMatrix{"klm_matrix", kFloat3x3_GrSLType};
DGrCCCubicShader.h39 const GrShaderVar fKLMMatrix{"klm_matrix", kFloat3x3_GrSLType};
/external/skia/src/gpu/glsl/
DGrGLSL.cpp39 case kFloat3x3_GrSLType: return "float3x3"; in GrGLSLTypeString()
DGrGLSLVarying.h23 case kFloat3x3_GrSLType: in is_matrix()
DGrGLSLGeometryProcessor.cpp198 SkASSERT(uniform.getType() == kFloat3x3_GrSLType); in emitTransformCode()
325 : kFloat3x3_GrSLType, in write_vertex_position()
DGrGLSLFragmentProcessor.cpp99 SkASSERT(uniform.getType() == kFloat3x3_GrSLType); in invokeChildWithMatrix()
/external/skqp/include/private/
DGrTypesPriv.h366 kFloat3x3_GrSLType, enumerator
448 case kFloat3x3_GrSLType: in GrSLTypeIsFloatType()
535 case kFloat3x3_GrSLType: in GrSLTypeVecLength()
590 case kFloat3x3_GrSLType: in GrSLTypeIsCombinedSamplerType()
658 case kFloat3x3_GrSLType: in GrSLTypeAcceptsPrecision()
690 case kFloat3x3_GrSLType: in GrSLTypeTemporarilyAcceptsPrecision()
/external/skia/src/gpu/tessellate/
DGrStencilPathShader.cpp77 nullptr, kVertex_GrShaderFlag, kFloat3x3_GrSLType, "view_matrix", &viewMatrix); in onEmitCode()
393 nullptr, kVertex_GrShaderFlag, kFloat3x3_GrSLType, "view_matrix", &viewMatrix); in onEmitCode()
DGrFillPathShader.cpp22 nullptr, kVertex_GrShaderFlag, kFloat3x3_GrSLType, "view_matrix", &viewMatrix); in onEmitCode()
/external/skqp/src/gpu/vk/
DGrVkVaryingHandler.cpp51 case kFloat3x3_GrSLType: in grsltype_to_location_size()
DGrVkUniformHandler.cpp75 case kFloat3x3_GrSLType: in grsltype_to_alignment_mask()
157 case kFloat3x3_GrSLType: in grsltype_to_vk_size()
/external/skia/src/gpu/
DGrSPIRVVaryingHandler.cpp55 case kFloat3x3_GrSLType: in grsltype_to_location_size()
DGrSPIRVUniformHandler.cpp82 case kFloat3x3_GrSLType: in grsltype_to_alignment_mask()
164 case kFloat3x3_GrSLType: in grsltype_to_size()
/external/skia/src/gpu/vk/
DGrVkVaryingHandler.cpp52 case kFloat3x3_GrSLType: in grsltype_to_location_size()
DGrVkUniformHandler.cpp75 case kFloat3x3_GrSLType: in grsltype_to_alignment_mask()
165 case kFloat3x3_GrSLType: in grsltype_to_vk_size()
/external/skia/src/gpu/effects/
DGrMatrixEffect.cpp23 kFloat3x3_GrSLType, "matrix"); in emitCode()
/external/skia/include/private/
DGrTypesPriv.h313 kFloat3x3_GrSLType, enumerator
381 case kFloat3x3_GrSLType: in GR_MAKE_BITFIELD_OPS()
466 case kFloat3x3_GrSLType: in GrSLTypeIsIntegralType()
547 case kFloat3x3_GrSLType: in GrSLTypeVecLength()
606 case kFloat3x3_GrSLType: in GrSLTypeIsCombinedSamplerType()
/external/skia/tests/sksl/fp/
DGrFunctionArgTypes.cpp25 …rgs[] = { GrShaderVar("m2", kFloat2x2_GrSLType), GrShaderVar("m3", kFloat3x3_GrSLType), GrShaderVa… in emitCode()
DGrFunctionReturnTypes.cpp81 …fragBuilder->emitFunction(kFloat3x3_GrSLType, returns_float3x3_name.c_str(), {returns_float3x3_arg… in emitCode()
/external/skia/src/sksl/
DSkSLUtil.cpp59 if (type == *context.fTypes.fFloat3x3) { *outType = kFloat3x3_GrSLType; return true; } in type_to_grsltype()
/external/skqp/gm/
Dfwidth_squircle.cpp65 uniforms->addUniform(kVertex_GrShaderFlag, kFloat3x3_GrSLType, "viewmatrix"); in onEmitCode()

12