Searched refs:dmat4 (Results 1 – 21 of 21) sorted by relevance
/external/deqp-deps/glslang/Test/ |
D | 410.vert | 5 in dmat4 dm4;
|
D | 150.vert | 36 in dmat4 dmat4var;
|
D | 400.vert | 5 in dmat4 dm4; // ERROR, no doubles
|
D | specExamples.frag | 39 dmat4 highPrecisionMVP;
|
D | spv.400.frag | 202 dmat4 dmat4v = outerProduct(dvec4v, dvec4v);
|
D | 400.geom | 295 dmat4 dmat4v = outerProduct(dvec4v, dvec4v);
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | 410.vert | 5 in dmat4 dm4;
|
D | 150.vert | 36 in dmat4 dmat4var;
|
D | 400.vert | 5 in dmat4 dm4; // ERROR, no doubles
|
D | spv.400.frag | 202 dmat4 dmat4v = outerProduct(dvec4v, dvec4v);
|
D | specExamples.frag | 39 dmat4 highPrecisionMVP;
|
D | 400.geom | 295 dmat4 dmat4v = outerProduct(dvec4v, dvec4v);
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_mat.hpp | 717 typedef highp_dmat4x4 dmat4; typedef
|
/external/mesa3d/.gitlab-ci/piglit/ |
D | quick_shader.txt | 149 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/ |
D | builtin_type_macros.h | 79 DECL_TYPE(dmat4, GL_DOUBLE_MAT4, GLSL_TYPE_DOUBLE, 4, 4)
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_types.cpp | 167 T(dmat4, 400, 999)
|
D | glsl_lexer.ll | 681 dmat4 TYPE_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, glsl_type::dmat4_type);
|
/external/skqp/src/sksl/ |
D | README | 22 mat2x3 and double4x4 instead of dmat4
|
/external/skia/src/sksl/ |
D | README | 22 mat2x3 and double4x4 instead of dmat4
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.hpp | 107 static const Type dmat4; member
|
D | gl4cEnhancedLayoutsTests.cpp | 148 const Type Type::dmat4 = Type::GetType(Type::Double, 4, 4); member in gl4cts::EnhancedLayouts::Utils::Type 5448 type = Utils::Type::dmat4; in getType()
|