/external/deqp-deps/glslang/Test/ |
D | 420.tese | 3 const mat2x2 a = mat2( vec2( 1.0, 0.0 ), vec2( 0.0, 1.0 ) ); 4 mat2x2 b = { vec2( 1.0, 0.0 ), vec2( 0.0, 1.0 ) }; 5 const mat2x2 c = { { 1.0, 0.0, }, { 0.0, 1.0 } }; 10 mat2x2 d = { 1.0, 0.0, 0.0, 1.0 }; // illegal, can't flatten nesting 29 vec4 b4[2] = vec4[2](vec4(0.0), mat2x2(1.0)); // illegal
|
D | reflection.options.vert | 41 mat2x2 c;
|
D | reflection.vert | 12 mat2x2 m22[9]; 33 mat2x2 m22[7];
|
D | 120.frag | 127 mat2x2 m22;
|
D | specExamples.frag | 184 //mat2x2 d = { 1.0, 0.0, 0.0, 1.0 }; // illegal, can't flatten nesting
|
/external/deqp-deps/amber/docs/ |
D | memory_layout.md | 112 | mat2x2\<int8> | <kbd>[bb--][----][----][----]<br/>[bb--][----][----][----]</kbd> | 113 | mat2x2\<fp16> | <kbd>[bbbb][----][----][----]<br/>[bbbb][----][----][----]</kbd> | 114 | mat2x2\<float> | <kbd>[bbbb][bbbb][----][----]<br/>[bbbb][bbbb][----][----]</kbd> | 124 | mat2x2\<fp16> | <kbd>[bbbb]<br/>[bbbb]</kbd> | 125 | mat2x2\<float> | <kbd>[bbbb][bbbb]<br/>[bbbb][bbbb]</kbd> | 128 | mat2x2\<int8> | <kbd>[bb]<br/>[bb]</kbd> | 143 | mat2x2\<int8>[] | <kbd>[bb--][----][----][----]<br/>[bb--][----][----][----]</kbd> | 144 | mat2x2\<fp16>[] | <kbd>[bbbb][----][----][----]<br/>[bbbb][----][----][----]</kbd> | 145 | mat2x2\<float>[] | <kbd>[bbbb][bbbb][----][----]<br/>[bbbb][bbbb][----][----]</kbd> | 155 | mat2x2\<fp16>[] | <kbd>[bbbb]<br/>[bbbb]</kbd> | [all …]
|
/external/deqp-deps/amber/tests/cases/ |
D | compute_mat2x2.amber | 39 BUFFER buf0 DATA_TYPE mat2x2<float> DATA 46 BUFFER buf1 DATA_TYPE mat2x2<float> DATA
|
D | compute_mat2x2float.vkscript | 37 # Fill mat2x2 using float
|
D | compute_push_const_mat2x2.vkscript | 37 # Fill mat2x2 using mat2
|
D | compute_push_const_mat2x2float.vkscript | 38 # Fill mat2x2 using float
|
D | compute_mat2x2.vkscript | 38 # Fill mat2x2 using mat2
|
D | matrices_uniform_draw.amber | 846 BUFFER m22 DATA_TYPE mat2x2<float> STD140 DATA
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_mat.hpp | 336 typedef lowp_mat2x2 mat2x2; typedef 346 typedef mediump_mat2x2 mat2x2; typedef 359 typedef highp_mat2x2 mat2x2; typedef 406 typedef mat2x2 mat2;
|
D | type_mat2x2.inl | 89 // -- mat2x2 matrix conversions --
|
/external/eigen/doc/ |
D | AsciiQuickReference.txt | 193 Matrix2i mat2x2(data); // copies data into mat2x2 194 Matrix2i::Map(data) = 2*mat2x2; // overwrite elements of data with 2*mat2x2 195 MatrixXi::Map(data, 2, 2) += mat2x2; // adds mat2x2 to elements of data (alternative syntax if…
|
/external/deqp-deps/amber/src/ |
D | format_test.cc | 896 auto mat2x2 = type::Number::Float(32); in TEST_F() local 897 mat2x2->SetRowCount(2); in TEST_F() 898 mat2x2->SetColumnCount(2); in TEST_F() 901 s->AddMember(mat2x2.get()); in TEST_F() 941 auto mat2x2 = type::Number::Float(32); in TEST_F() local 942 mat2x2->SetRowCount(2); in TEST_F() 943 mat2x2->SetColumnCount(2); in TEST_F() 946 s->AddMember(mat2x2.get()); in TEST_F()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | UniformBlockToStructuredBufferTranslation.md | 99 | mat2x2 (column_major) | float2x4 (row_major) | 105 | mat2x2 (row_major) | float4x2 (column_major) |
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | type_aligned.hpp | 755 GLM_ALIGNED_TYPEDEF(mat2x2, aligned_mat2x2, 16);
|
/external/deqp/data/gles3/shaders/ |
D | keywords.test | 564 case mat2x2 577 float mat2x2 = 1.0;
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_lexer.ll | 429 mat2x2 TYPE(120, 300, 120, 300, glsl_type::mat2_type);
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/ |
D | gles3-master.txt | 37527 dEQP-GLES3.functional.attribute_location.bind.mat2x2 37551 dEQP-GLES3.functional.attribute_location.bind_max_attributes.mat2x2 37599 dEQP-GLES3.functional.attribute_location.bind_hole.mat2x2 37628 dEQP-GLES3.functional.attribute_location.layout.mat2x2 37652 dEQP-GLES3.functional.attribute_location.layout_max_attributes.mat2x2 37676 dEQP-GLES3.functional.attribute_location.layout_hole.mat2x2 37700 dEQP-GLES3.functional.attribute_location.mixed.mat2x2 37724 dEQP-GLES3.functional.attribute_location.mixed_max_attributes.mat2x2 37753 dEQP-GLES3.functional.attribute_location.mixed_hole.mat2x2 37777 dEQP-GLES3.functional.attribute_location.bind_relink_hole.mat2x2 [all …]
|
/external/swiftshader/tests/regres/testlists/ |
D | gles3-master-PASS.txt | 7 dEQP-GLES3.functional.attribute_location.bind.mat2x2 31 dEQP-GLES3.functional.attribute_location.bind_hole.mat2x2 55 dEQP-GLES3.functional.attribute_location.bind_max_attributes.mat2x2 79 dEQP-GLES3.functional.attribute_location.bind_relink_hole.mat2x2 108 dEQP-GLES3.functional.attribute_location.layout.mat2x2 132 dEQP-GLES3.functional.attribute_location.layout_hole.mat2x2 156 dEQP-GLES3.functional.attribute_location.layout_max_attributes.mat2x2 180 dEQP-GLES3.functional.attribute_location.mixed.mat2x2 204 dEQP-GLES3.functional.attribute_location.mixed_hole.mat2x2 228 dEQP-GLES3.functional.attribute_location.mixed_max_attributes.mat2x2 [all …]
|
D | gles3-master.txt | 36815 dEQP-GLES3.functional.attribute_location.bind.mat2x2 36839 dEQP-GLES3.functional.attribute_location.bind_max_attributes.mat2x2 36863 dEQP-GLES3.functional.attribute_location.bind_hole.mat2x2 36892 dEQP-GLES3.functional.attribute_location.layout.mat2x2 36916 dEQP-GLES3.functional.attribute_location.layout_max_attributes.mat2x2 36940 dEQP-GLES3.functional.attribute_location.layout_hole.mat2x2 36964 dEQP-GLES3.functional.attribute_location.mixed.mat2x2 36988 dEQP-GLES3.functional.attribute_location.mixed_max_attributes.mat2x2 37017 dEQP-GLES3.functional.attribute_location.mixed_hole.mat2x2 37041 dEQP-GLES3.functional.attribute_location.bind_relink_hole.mat2x2 [all …]
|
/external/deqp/android/cts/master/src/ |
D | gles3-master-2020-03-01.txt | 36815 dEQP-GLES3.functional.attribute_location.bind.mat2x2 36839 dEQP-GLES3.functional.attribute_location.bind_max_attributes.mat2x2 36863 dEQP-GLES3.functional.attribute_location.bind_hole.mat2x2 36892 dEQP-GLES3.functional.attribute_location.layout.mat2x2 36916 dEQP-GLES3.functional.attribute_location.layout_max_attributes.mat2x2 36940 dEQP-GLES3.functional.attribute_location.layout_hole.mat2x2 36964 dEQP-GLES3.functional.attribute_location.mixed.mat2x2 36988 dEQP-GLES3.functional.attribute_location.mixed_max_attributes.mat2x2 37017 dEQP-GLES3.functional.attribute_location.mixed_hole.mat2x2 37041 dEQP-GLES3.functional.attribute_location.bind_relink_hole.mat2x2 [all …]
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/ |
D | gles3-master.txt | 37506 dEQP-GLES3.functional.attribute_location.bind.mat2x2 37530 dEQP-GLES3.functional.attribute_location.bind_max_attributes.mat2x2 37578 dEQP-GLES3.functional.attribute_location.bind_hole.mat2x2 37607 dEQP-GLES3.functional.attribute_location.layout.mat2x2 37631 dEQP-GLES3.functional.attribute_location.layout_max_attributes.mat2x2 37655 dEQP-GLES3.functional.attribute_location.layout_hole.mat2x2 37679 dEQP-GLES3.functional.attribute_location.mixed.mat2x2 37703 dEQP-GLES3.functional.attribute_location.mixed_max_attributes.mat2x2 37732 dEQP-GLES3.functional.attribute_location.mixed_hole.mat2x2 37756 dEQP-GLES3.functional.attribute_location.bind_relink_hole.mat2x2 [all …]
|