Searched refs:kFloat3x3_GrSLType (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/gm/ |
D | tessellation.cpp | 80 nullptr, kVertex_GrShaderFlag, kFloat3x3_GrSLType, "view_matrix", &viewMatrix); in onEmitCode() 198 nullptr, kVertex_GrShaderFlag, kFloat3x3_GrSLType, "view_matrix", &viewMatrix); in onEmitCode() 200 GrShaderVar("M_", kFloat3x3_GrSLType, GrShaderVar::TypeModifier::Out)); in onEmitCode()
|
D | fwidth_squircle.cpp | 106 kFloat3x3_GrSLType, in makeProgramImpl()
|
D | fp_sample_chaining.cpp | 47 kFloat3x3_GrSLType, in onMakeProgramImpl()
|
/third_party/skia/src/gpu/glsl/ |
D | GrGLSL.cpp | 31 case kFloat3x3_GrSLType: return "float3x3"; in GrGLSLTypeString()
|
D | GrGLSLVarying.h | 23 case kFloat3x3_GrSLType: in is_matrix()
|
/third_party/skia/src/gpu/ |
D | GrSPIRVUniformHandler.cpp | 71 case kFloat3x3_GrSLType: in grsltype_to_alignment_mask() 141 case kFloat3x3_GrSLType: in grsltype_to_size()
|
D | GrSPIRVVaryingHandler.cpp | 49 case kFloat3x3_GrSLType: in grsltype_to_location_size()
|
D | GrUniformDataManager.cpp | 214 this->setMatrices<3, kFloat3x3_GrSLType, kHalf3x3_GrSLType>(u, 1, matrix); in setMatrix3f() 218 this->setMatrices<3, kFloat3x3_GrSLType, kHalf3x3_GrSLType>(u, arrayCount, m); in setMatrix3fv()
|
D | GrGeometryProcessor.cpp | 383 : kFloat3x3_GrSLType, in write_vertex_position()
|
D | GrFragmentProcessor.cpp | 928 SkASSERT(uniform.getType() == kFloat3x3_GrSLType); in invokeChildWithMatrix()
|
/third_party/skia/include/private/ |
D | GrTypesPriv.h | 313 kFloat3x3_GrSLType, enumerator 379 case kFloat3x3_GrSLType: in SK_MAKE_BITFIELD_OPS() 448 case kFloat3x3_GrSLType: in GrSLTypeIsIntegralType() 521 case kFloat3x3_GrSLType: in GrSLTypeVecLength() 580 case kFloat3x3_GrSLType: in GrSLTypeIsCombinedSamplerType()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkVaryingHandler.cpp | 46 case kFloat3x3_GrSLType: in grsltype_to_location_size()
|
D | GrVkUniformHandler.cpp | 64 case kFloat3x3_GrSLType: in grsltype_to_alignment_mask() 138 case kFloat3x3_GrSLType: in grsltype_to_vk_size()
|
/third_party/skia/src/gpu/effects/ |
D | GrMatrixEffect.cpp | 36 kFloat3x3_GrSLType, in onMakeProgramImpl()
|
/third_party/skia/src/sksl/ |
D | SkSLUtil.cpp | 57 if (type == *context.fTypes.fFloat3x3) { *outType = kFloat3x3_GrSLType; return true; } in type_to_grsltype()
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlUniformHandler.mm | 43 case kFloat3x3_GrSLType: 109 case kFloat3x3_GrSLType:
|