Searched refs:dmat2x3 (Results 1 – 13 of 13) sorted by relevance
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_mat.hpp | 684 typedef lowp_dmat2x3 dmat2x3; typedef 694 typedef mediump_dmat2x3 dmat2x3; typedef 727 typedef highp_dmat2x3 dmat2x3; typedef
|
/external/deqp-deps/glslang/Test/ |
D | 150.vert | 37 in dmat2x3 dmat23var;
|
D | spv.400.frag | 203 dmat2x3 dmat2x3v = outerProduct(dvec3v, dvec2v);
|
D | 400.geom | 296 dmat2x3 dmat2x3v = outerProduct(dvec3v, dvec2v);
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | 150.vert | 37 in dmat2x3 dmat23var;
|
D | spv.400.frag | 203 dmat2x3 dmat2x3v = outerProduct(dvec3v, dvec2v);
|
D | 400.geom | 296 dmat2x3 dmat2x3v = outerProduct(dvec3v, dvec2v);
|
/external/mesa3d/.gitlab-ci/piglit/ |
D | quick_shader.txt | 144 spec/arb_gpu_shader_fp64/execution/conversion/frag-conversion-explicit-dmat2x3-mat2x3: fail 157 spec/arb_gpu_shader_fp64/execution/conversion/geom-conversion-explicit-dmat2x3-mat2x3: fail 170 spec/arb_gpu_shader_fp64/execution/conversion/vert-conversion-explicit-dmat2x3-mat2x3: fail 184 spec/arb_gpu_shader_fp64/execution/inout/vs-out-fs-in-s1-float-dmat2x3: crash 195 spec/arb_gpu_shader_fp64/execution/inout/vs-out-fs-in-s1-float/1-dmat2x3: crash 200 spec/arb_gpu_shader_fp64/execution/inout/vs-out-fs-in-s1-float/3-dmat2x3: crash 208 spec/arb_gpu_shader_fp64/execution/inout/vs-out-fs-in-s1-float/5-dmat2x3: crash 223 spec/arb_gpu_shader_fp64/execution/inout/vs-out-fs-in-s1-vec3-dmat2x3: crash 382 spec/glsl-4.00/execution/conversion/frag-conversion-explicit-dmat2x3-mat2x3: fail 395 spec/glsl-4.00/execution/conversion/geom-conversion-explicit-dmat2x3-mat2x3: fail [all …]
|
/external/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 81 DECL_TYPE(dmat2x3, GL_DOUBLE_MAT2x3, GLSL_TYPE_DOUBLE, 3, 2)
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_types.cpp | 168 T(dmat2x3, 400, 999)
|
D | glsl_lexer.ll | 683 dmat2x3 TYPE_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, glsl_type::dmat2x3_ty…
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.hpp | 100 static const Type dmat2x3; member
|
D | gl4cEnhancedLayoutsTests.cpp | 141 const Type Type::dmat2x3 = Type::GetType(Type::Double, 2, 3); member in gl4cts::EnhancedLayouts::Utils::Type 5433 type = Utils::Type::dmat2x3; in getType()
|