Home
last modified time | relevance | path

Searched refs:kHalf2x2 (Results 1 – 17 of 17) sorted by relevance

/external/skia/tests/graphite/
DUniformOffsetCalculatorTest.cpp103 EXPECT(SkSLType::kHalf2x2, /*alignment=*/4, /*size=*/8); in DEF_TEST()
144 EXPECT_ARRAY(SkSLType::kHalf2x2, /*alignment=*/4, /*stride=*/8, /*size=*/24); in DEF_TEST()
184 EXPECT(SkSLType::kHalf2x2, /*alignment=*/8, /*size=*/16); in DEF_TEST()
225 EXPECT_ARRAY(SkSLType::kHalf2x2, /*alignment=*/8, /*stride=*/16, /*size=*/48); in DEF_TEST()
265 EXPECT(SkSLType::kHalf2x2, /*alignment=*/8, /*size=*/16); in DEF_TEST()
306 EXPECT_ARRAY(SkSLType::kHalf2x2, /*alignment=*/16, /*stride=*/16, /*size=*/48); in DEF_TEST()
DUniformManagerTest.cpp30 SkSLType::kHalf2x2, SkSLType::kHalf3x3, SkSLType::kHalf4x4,
/external/skia/src/core/
DSkSLTypeShared.h41 kHalf2x2, enumerator
80 case SkSLType::kHalf2x2: in SkSLTypeIsFloatType()
149 case SkSLType::kHalf2x2: in SkSLTypeIsIntegralType()
210 case SkSLType::kHalf2x2: in SkSLTypeVecLength()
DSkSLTypeShared.cpp36 case SkSLType::kHalf2x2: return "half2x2"; in SkSLTypeString()
73 case SkSLType::kHalf2x2: in SkSLTypeIsFullPrecisionNumericType()
114 case SkSLType::kHalf2x2: in SkSLTypeMatrixSize()
184 case SkSLType::kHalf2x2: in SkSLTypeIsCombinedSamplerType()
/external/skia/src/gpu/ganesh/
DGrSPIRVUniformHandler.cpp67 case SkSLType::kHalf2x2: // fall through in sksltype_to_alignment_mask()
136 case SkSLType::kHalf2x2: // fall through in sksltype_to_size()
169 if (arrayCount || type == SkSLType::kFloat2x2 || type == SkSLType::kHalf2x2) { in get_ubo_offset()
DGrUniformDataManager.cpp42 case SkSLType::kHalf2x2: in copyUniforms()
206 this->setMatrices<2, SkSLType::kFloat2x2, SkSLType::kHalf2x2>(u, 1, matrix); in setMatrix2f()
210 this->setMatrices<2, SkSLType::kFloat2x2, SkSLType::kHalf2x2>(u, arrayCount, m); in setMatrix2fv()
DGrSPIRVVaryingHandler.cpp47 case SkSLType::kHalf2x2: in sksltype_to_location_size()
/external/skia/src/gpu/ganesh/vk/
DGrVkUniformHandler.cpp61 case SkSLType::kHalf2x2: // fall through in sksltype_to_alignment_mask()
131 case SkSLType::kHalf2x2: // fall through in sksltype_to_vk_size()
174 (arrayCount || type == SkSLType::kFloat2x2 || type == SkSLType::kHalf2x2)) { in get_aligned_offset()
DGrVkVaryingHandler.cpp44 case SkSLType::kHalf2x2: in sksltype_to_location_size()
DGrVkPipelineStateDataManager.cpp145 SkASSERT(uni.fType == SkSLType::kFloat2x2 || uni.fType == SkSLType::kHalf2x2); in setMatrix2fv()
/external/skia/src/gpu/graphite/
DUniformManager.cpp304 case SkSLType::kHalf2x2: in WriteUniform()
384 case SkSLType::kHalf2x2: in sksltype_to_alignment_mask()
445 case SkSLType::kHalf2x2: return SkSLType::kFloat2x2; in getUniformTypeForLayout()
DShaderCodeDictionary.cpp1018 case Type::kFloat2x2: return SkSLType::kHalf2x2; in uniform_type_to_sksl_type()
/external/skia/src/gpu/ganesh/glsl/
DGrGLSLVarying.h25 case SkSLType::kHalf2x2: in is_matrix()
/external/skia/src/sksl/
DSkSLUtil.cpp74 if (type.matches(*context.fTypes.fHalf2x2 )) { *outType = SkSLType::kHalf2x2; return true; } in type_to_sksltype()
/external/skia/src/gpu/ganesh/mtl/
DGrMtlUniformHandler.mm65 case SkSLType::kHalf2x2:
131 case SkSLType::kHalf2x2:
DGrMtlPipelineStateDataManager.mm101 SkASSERT(uni.fType == SkSLType::kFloat2x2 || uni.fType == SkSLType::kHalf2x2);
/external/skia/src/gpu/ganesh/gl/
DGrGLProgramDataManager.cpp256 static_cast<int>(uni.fType) == static_cast<int>(SkSLType::kHalf2x2) + (N - 2)); in setMatrices()