Home
last modified time | relevance | path

Searched refs:dmat4 (Results 1 – 21 of 21) sorted by relevance

/external/deqp-deps/glslang/Test/
D410.vert5 in dmat4 dm4;
D150.vert36 in dmat4 dmat4var;
D400.vert5 in dmat4 dm4; // ERROR, no doubles
DspecExamples.frag39 dmat4 highPrecisionMVP;
Dspv.400.frag202 dmat4 dmat4v = outerProduct(dvec4v, dvec4v);
D400.geom295 dmat4 dmat4v = outerProduct(dvec4v, dvec4v);
/external/angle/third_party/vulkan-deps/glslang/src/Test/
D410.vert5 in dmat4 dm4;
D150.vert36 in dmat4 dmat4var;
D400.vert5 in dmat4 dm4; // ERROR, no doubles
Dspv.400.frag202 dmat4 dmat4v = outerProduct(dvec4v, dvec4v);
DspecExamples.frag39 dmat4 highPrecisionMVP;
D400.geom295 dmat4 dmat4v = outerProduct(dvec4v, dvec4v);
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat.hpp717 typedef highp_dmat4x4 dmat4; typedef
/external/mesa3d/.gitlab-ci/piglit/
Dquick_shader.txt149 spec/arb_gpu_shader_fp64/execution/conversion/frag-conversion-explicit-dmat4-mat4: fail
162 spec/arb_gpu_shader_fp64/execution/conversion/geom-conversion-explicit-dmat4-mat4: fail
175 spec/arb_gpu_shader_fp64/execution/conversion/vert-conversion-explicit-dmat4-mat4: fail
387 spec/glsl-4.00/execution/conversion/frag-conversion-explicit-dmat4-mat4: fail
400 spec/glsl-4.00/execution/conversion/geom-conversion-explicit-dmat4-mat4: fail
413 spec/glsl-4.00/execution/conversion/vert-conversion-explicit-dmat4-mat4: fail
/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h79 DECL_TYPE(dmat4, GL_DOUBLE_MAT4, GLSL_TYPE_DOUBLE, 4, 4)
/external/mesa3d/src/compiler/glsl/
Dbuiltin_types.cpp167 T(dmat4, 400, 999)
Dglsl_lexer.ll681 dmat4 TYPE_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, glsl_type::dmat4_type);
/external/skqp/src/sksl/
DREADME22 mat2x3 and double4x4 instead of dmat4
/external/skia/src/sksl/
DREADME22 mat2x3 and double4x4 instead of dmat4
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp107 static const Type dmat4; member
Dgl4cEnhancedLayoutsTests.cpp148 const Type Type::dmat4 = Type::GetType(Type::Double, 4, 4); member in gl4cts::EnhancedLayouts::Utils::Type
5448 type = Utils::Type::dmat4; in getType()