Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/glslang/src/Test/
D420.tesc31 layout (location = 0) in dmat2x4 vs_tcs_first[];
32 layout (location = 12) in dmat2x4 vs_tcs_last[];
36 …if ((dmat2x4(dvec4(-0.625, -0.5, -0.375lf, -0.25), dvec4(-0.375, -0.25, -0.125, 0)) != vs_tcs_firs…
37 … (dmat2x4(dvec4(0.375, 0.5, 0.625, 0.75), dvec4(0.625, 0.75, 0.875, -0.625)) != vs_tcs_last[0]))
D150.vert38 in dmat2x4 dmat24var;
D310.comp170 dmat2x4 dm; // ERROR
Dspv.400.frag205 dmat2x4 dmat2x4v = outerProduct(dvec4v, dvec2v);
DspecExamples.frag40 dmat2x4 dm;
D400.geom298 dmat2x4 dmat2x4v = outerProduct(dvec4v, dvec2v);
/external/deqp-deps/glslang/Test/
D420.tesc31 layout (location = 0) in dmat2x4 vs_tcs_first[];
32 layout (location = 12) in dmat2x4 vs_tcs_last[];
36 …if ((dmat2x4(dvec4(-0.625, -0.5, -0.375lf, -0.25), dvec4(-0.375, -0.25, -0.125, 0)) != vs_tcs_firs…
37 … (dmat2x4(dvec4(0.375, 0.5, 0.625, 0.75), dvec4(0.625, 0.75, 0.875, -0.625)) != vs_tcs_last[0]))
D150.vert38 in dmat2x4 dmat24var;
D310.comp170 dmat2x4 dm; // ERROR
DspecExamples.frag40 dmat2x4 dm;
Dspv.400.frag205 dmat2x4 dmat2x4v = outerProduct(dvec4v, dvec2v);
D400.geom298 dmat2x4 dmat2x4v = outerProduct(dvec4v, dvec2v);
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat.hpp685 typedef lowp_dmat2x4 dmat2x4; typedef
695 typedef mediump_dmat2x4 dmat2x4; typedef
732 typedef highp_dmat2x4 dmat2x4; typedef
/external/mesa3d/.gitlab-ci/piglit/
Dquick_shader.txt145 spec/arb_gpu_shader_fp64/execution/conversion/frag-conversion-explicit-dmat2x4-mat2x4: fail
158 spec/arb_gpu_shader_fp64/execution/conversion/geom-conversion-explicit-dmat2x4-mat2x4: fail
171 spec/arb_gpu_shader_fp64/execution/conversion/vert-conversion-explicit-dmat2x4-mat2x4: fail
185 spec/arb_gpu_shader_fp64/execution/inout/vs-out-fs-in-s1-float-dmat2x4: crash
196 spec/arb_gpu_shader_fp64/execution/inout/vs-out-fs-in-s1-float/1-dmat2x4: crash
201 spec/arb_gpu_shader_fp64/execution/inout/vs-out-fs-in-s1-float/3-dmat2x4: crash
209 spec/arb_gpu_shader_fp64/execution/inout/vs-out-fs-in-s1-float/5-dmat2x4: crash
224 spec/arb_gpu_shader_fp64/execution/inout/vs-out-fs-in-s1-vec3-dmat2x4: crash
383 spec/glsl-4.00/execution/conversion/frag-conversion-explicit-dmat2x4-mat2x4: fail
396 spec/glsl-4.00/execution/conversion/geom-conversion-explicit-dmat2x4-mat2x4: fail
[all …]
/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h82 DECL_TYPE(dmat2x4, GL_DOUBLE_MAT2x4, GLSL_TYPE_DOUBLE, 4, 2)
/external/mesa3d/src/compiler/glsl/
Dbuiltin_types.cpp169 T(dmat2x4, 400, 999)
Dglsl_lexer.ll684 dmat2x4 TYPE_WITH_ALT(110, 100, 400, 0, yyextra->ARB_gpu_shader_fp64_enable, glsl_type::dmat2x4_ty…
/external/deqp-deps/glslang/Test/baseResults/
D310.comp.out53 ERROR: 0:170: 'dmat2x4' : Reserved word.
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
D310.comp.out53 ERROR: 0:170: 'dmat2x4' : Reserved word.
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp101 static const Type dmat2x4; member
Dgl4cEnhancedLayoutsTests.cpp142 const Type Type::dmat2x4 = Type::GetType(Type::Double, 2, 4); member in gl4cts::EnhancedLayouts::Utils::Type
5436 type = Utils::Type::dmat2x4; in getType()