Home
last modified time | relevance | path

Searched defs:matType (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmCompositeInsertTests.cpp59 string matType = getMatrixType(cols, rows); in getMatrixDeclarations() local
106 string matType = getMatrixType(cols, rows); in getMatrixCompositeInserts() local
343 string matType = getMatrixType(cols, rows); in addComputeMatrixCompositeInsertTests() local
434 string matType = getMatrixType(cols, rows); in addGraphicsMatrixCompositeInsertTests() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/spirv/
H A DEmulateYUVBuiltIns.cpp117 const TType *matType = StaticType::GetBasic<EbtFloat, EbpMedium, 4, 3>(); in MakeMatrix() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp1165 std::string ShaderMatrixCase::genGLSLMatToVec3Reduction(const glu::DataType &matType, const char *v… in genGLSLMatToVec3Reduction()
1313 DataType matType = matrixTypes[matTypeNdx]; in init() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp2054 std::string ShaderMatrixCase::genGLSLMatToVec3Reduction(const glu::DataType &matType, const char *v… in genGLSLMatToVec3Reduction()
2257 DataType matType = matrixTypes[matTypeNdx]; in init() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp2271 std::string ShaderMatrixCase::genGLSLMatToVec3Reduction(const glu::DataType &matType, const char *v… in genGLSLMatToVec3Reduction()
2442 DataType matType = matrixTypes[matTypeNdx]; in init() local
/aosp_15_r20/external/skia/src/effects/imagefilters/
H A DSkLightingImageFilter.cpp228 Material::Type matType, in make_lighting_shader()