/external/skia/tests/sksl/fp/ |
D | GrGrSLTypesAreSupported.cpp | 33 const GrShaderVar test_f2x2_args[] = { GrShaderVar("a", kFloat2x2_GrSLType) }; in emitCode() 59 fragBuilder->emitFunction(kFloat2x2_GrSLType, test_f2x2_name.c_str(), {test_f2x2_args, 1}, in emitCode()
|
D | GrFunctionArgTypes.cpp | 25 …const GrShaderVar takes_float_matrix_args[] = { GrShaderVar("m2", kFloat2x2_GrSLType), GrShaderVar… in emitCode()
|
D | GrFunctionReturnTypes.cpp | 78 …fragBuilder->emitFunction(kFloat2x2_GrSLType, returns_float2x2_name.c_str(), {returns_float2x2_arg… in emitCode()
|
/external/skia/src/gpu/ |
D | GrSPIRVUniformHandler.cpp | 79 case kFloat2x2_GrSLType: in grsltype_to_alignment_mask() 160 case kFloat2x2_GrSLType: in grsltype_to_size() 190 if (arrayCount || type == kFloat2x2_GrSLType) { in get_ubo_offset()
|
D | GrSPIRVVaryingHandler.cpp | 52 case kFloat2x2_GrSLType: in grsltype_to_location_size()
|
D | GrUniformDataManager.cpp | 268 SkASSERT(uni.fType == kFloat2x2_GrSLType + (N - 2) || in setMatrices()
|
/external/skqp/src/gpu/vk/ |
D | GrVkUniformHandler.cpp | 72 case kFloat2x2_GrSLType: in grsltype_to_alignment_mask() 153 case kFloat2x2_GrSLType: in grsltype_to_vk_size() 185 if (arrayCount || type == kFloat2x2_GrSLType) { in get_ubo_aligned_offset()
|
D | GrVkVaryingHandler.cpp | 48 case kFloat2x2_GrSLType: in grsltype_to_location_size()
|
/external/skia/src/gpu/vk/ |
D | GrVkUniformHandler.cpp | 72 case kFloat2x2_GrSLType: in grsltype_to_alignment_mask() 158 case kFloat2x2_GrSLType: in grsltype_to_vk_size() 197 if (layout == GrVkUniformHandler::kStd140Layout && (arrayCount || type == kFloat2x2_GrSLType)) { in get_aligned_offset()
|
D | GrVkVaryingHandler.cpp | 49 case kFloat2x2_GrSLType: in grsltype_to_location_size()
|
D | GrVkPipelineStateDataManager.cpp | 144 SkASSERT(uni.fType == kFloat2x2_GrSLType || uni.fType == kHalf2x2_GrSLType); in setMatrix2fv()
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSL.cpp | 39 case kFloat2x2_GrSLType: in GrGLSLTypeString()
|
D | GrGLSLVarying.h | 22 case kFloat2x2_GrSLType: in is_matrix()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCQuadraticShader.h | 38 const GrShaderVar fQCoordMatrix{"qcoord_matrix", kFloat2x2_GrSLType};
|
/external/skia/src/gpu/glsl/ |
D | GrGLSL.cpp | 38 case kFloat2x2_GrSLType: return "float2x2"; in GrGLSLTypeString()
|
D | GrGLSLVarying.h | 22 case kFloat2x2_GrSLType: in is_matrix()
|
/external/skqp/include/private/ |
D | GrTypesPriv.h | 365 kFloat2x2_GrSLType, enumerator 447 case kFloat2x2_GrSLType: in GrSLTypeIsFloatType() 534 case kFloat2x2_GrSLType: in GrSLTypeVecLength() 589 case kFloat2x2_GrSLType: in GrSLTypeIsCombinedSamplerType() 657 case kFloat2x2_GrSLType: in GrSLTypeAcceptsPrecision() 689 case kFloat2x2_GrSLType: in GrSLTypeTemporarilyAcceptsPrecision()
|
/external/skia/include/private/ |
D | GrTypesPriv.h | 312 kFloat2x2_GrSLType, enumerator 380 case kFloat2x2_GrSLType: in GR_MAKE_BITFIELD_OPS() 465 case kFloat2x2_GrSLType: in GrSLTypeIsIntegralType() 546 case kFloat2x2_GrSLType: in GrSLTypeVecLength() 605 case kFloat2x2_GrSLType: in GrSLTypeIsCombinedSamplerType()
|
/external/skia/src/sksl/ |
D | SkSLUtil.cpp | 58 if (type == *context.fTypes.fFloat2x2) { *outType = kFloat2x2_GrSLType; return true; } in type_to_grsltype()
|
/external/skia/src/gpu/mtl/ |
D | GrMtlUniformHandler.mm | 76 case kFloat2x2_GrSLType: 160 case kFloat2x2_GrSLType:
|
D | GrMtlPipelineStateDataManager.mm | 98 SkASSERT(uni.fType == kFloat2x2_GrSLType || uni.fType == kHalf2x2_GrSLType);
|
/external/skqp/src/core/ |
D | SkNormalMapSource.cpp | 49 fXformUni = uniformHandler->addUniform(kFragment_GrShaderFlag, kFloat2x2_GrSLType, in emitCode()
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlUniformHandler.mm | 69 case kFloat2x2_GrSLType: 150 case kFloat2x2_GrSLType:
|
/external/skia/src/gpu/gl/ |
D | GrGLProgramDataManager.cpp | 255 SkASSERT(uni.fType == kFloat2x2_GrSLType + (N - 2) || in setMatrices()
|
/external/skqp/src/gpu/gl/ |
D | GrGLProgramDataManager.cpp | 274 SkASSERT(uni.fType == kFloat2x2_GrSLType + (N - 2) || in setMatrices()
|