Home
last modified time | relevance | path

Searched refs:mat2x2 (Results 1 – 25 of 38) sorted by relevance

12

/external/deqp-deps/glslang/Test/
D420.tese3 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
Dreflection.options.vert41 mat2x2 c;
Dreflection.vert12 mat2x2 m22[9];
33 mat2x2 m22[7];
D120.frag127 mat2x2 m22;
DspecExamples.frag184 //mat2x2 d = { 1.0, 0.0, 0.0, 1.0 }; // illegal, can't flatten nesting
/external/deqp-deps/amber/docs/
Dmemory_layout.md112 | 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/
Dcompute_mat2x2.amber39 BUFFER buf0 DATA_TYPE mat2x2<float> DATA
46 BUFFER buf1 DATA_TYPE mat2x2<float> DATA
Dcompute_mat2x2float.vkscript37 # Fill mat2x2 using float
Dcompute_push_const_mat2x2.vkscript37 # Fill mat2x2 using mat2
Dcompute_push_const_mat2x2float.vkscript38 # Fill mat2x2 using float
Dcompute_mat2x2.vkscript38 # Fill mat2x2 using mat2
Dmatrices_uniform_draw.amber846 BUFFER m22 DATA_TYPE mat2x2<float> STD140 DATA
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat.hpp336 typedef lowp_mat2x2 mat2x2; typedef
346 typedef mediump_mat2x2 mat2x2; typedef
359 typedef highp_mat2x2 mat2x2; typedef
406 typedef mat2x2 mat2;
Dtype_mat2x2.inl89 // -- mat2x2 matrix conversions --
/external/eigen/doc/
DAsciiQuickReference.txt193 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/
Dformat_test.cc896 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/
DUniformBlockToStructuredBufferTranslation.md99 | mat2x2 (column_major) | float2x4 (row_major) |
105 | mat2x2 (row_major) | float4x2 (column_major) |
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dtype_aligned.hpp755 GLM_ALIGNED_TYPEDEF(mat2x2, aligned_mat2x2, 16);
/external/deqp/data/gles3/shaders/
Dkeywords.test564 case mat2x2
577 float mat2x2 = 1.0;
/external/mesa3d/src/compiler/glsl/
Dglsl_lexer.ll429 mat2x2 TYPE(120, 300, 120, 300, glsl_type::mat2_type);
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/
Dgles3-master.txt37527 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/
Dgles3-master-PASS.txt7 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 …]
Dgles3-master.txt36815 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/
Dgles3-master-2020-03-01.txt36815 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/
Dgles3-master.txt37506 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 …]

12