/external/skia/tests/sksl/shared/ |
D | ResizeMatrixNonsquare.glsl | 13 mat4 j = mat4(mat3x4(mat2x4(1.0))); 15 mat2x4 k = mat2x4(mat4x2(1.0)); 17 mat4x2 l = mat4x2(mat2x4(1.0));
|
D | MatricesNonsquare.glsl | 7 mat2x4 m24 = mat2x4(24.0); 22 mat2x4 _1_m24 = mat2x4(24.0);
|
/external/skia/tests/sksl/glsl/ |
D | TypePrecisionStandaloneSettings.glsl | 8 mat2x4 h24 = mat2x4(1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0);
|
D | TypePrecision.glsl | 10 mediump mat2x4 h24 = mat2x4(1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0);
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | spv.nonSquare.vert | 9 const mat2x4 m24 = mat2x4(3.0);
|
D | nonSquare.vert | 9 const mat2x4 m24 = mat2x4(3.0);
|
D | matrixError.vert | 7 const mat2x4 m24 = mat2x4(1.0, 2.0,
|
D | constErrors.frag | 32 mat2x4 m; 33 } s2 = S2(vec3(3.0), ivec2(3, constInt), mat2x4(1.0, 2.0, 3.0, inVar.x, 5.0, 6.0, 7.0, 8.0)); // E…
|
/external/deqp-deps/glslang/Test/ |
D | spv.nonSquare.vert | 9 const mat2x4 m24 = mat2x4(3.0);
|
D | nonSquare.vert | 9 const mat2x4 m24 = mat2x4(3.0);
|
D | matrixError.vert | 7 const mat2x4 m24 = mat2x4(1.0, 2.0,
|
D | constErrors.frag | 32 mat2x4 m; 33 } s2 = S2(vec3(3.0), ivec2(3, constInt), mat2x4(1.0, 2.0, 3.0, inVar.x, 5.0, 6.0, 7.0, 8.0)); // E…
|
/external/deqp/external/vulkancts/data/vulkan/glsl/es310/ |
D | conversions.test | 5163 …mat2x4 out0 = [ mat2x4(0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0) | mat2x4(1.0, 0.0, 0.0, 0.0, 0.0, 1… 5176 out0 = mat2x4(in0); 5379 …mat2x4 out0 = [ mat2x4(0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0) | mat2x4(1.0, 0.0, 0.0, 0.0, 0.0, 1… 5392 out0 = mat2x4(in0); 5595 …mat2x4 out0 = [ mat2x4(0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0) | mat2x4(2.0, 0.0, 0.0, 0.0, 0.0, 2… 5608 out0 = mat2x4(in0); 5811 …output mat2x4 out0 = [ mat2x4(1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0) | mat2x4(0.0, 0.0, 0.0, 0.0,… 5824 out0 = mat2x4(in0); 6031 …output mat2x4 out0 = [ mat2x4(1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0) | mat2x4(6.5, 32.0, 0.125, -… 6044 out0 = mat2x4(in0); [all …]
|
/external/deqp/data/gles3/shaders/ |
D | conversions.test | 6223 …mat2x4 out0 = [ mat2x4(0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0) | mat2x4(1.0, 0.0, 0.0, 0.0, 0.0, 1… 6236 out0 = mat2x4(in0); 6439 …mat2x4 out0 = [ mat2x4(0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0) | mat2x4(1.0, 0.0, 0.0, 0.0, 0.0, 1… 6452 out0 = mat2x4(in0); 6655 …mat2x4 out0 = [ mat2x4(0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0) | mat2x4(2.0, 0.0, 0.0, 0.0, 0.0, 2… 6668 out0 = mat2x4(in0); 6871 …output mat2x4 out0 = [ mat2x4(1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0) | mat2x4(0.0, 0.0, 0.0, 0.0,… 6884 out0 = mat2x4(in0); 7091 …output mat2x4 out0 = [ mat2x4(1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0) | mat2x4(6.5, 32.0, 0.125, -… 7104 out0 = mat2x4(in0); [all …]
|
/external/deqp/data/gles31/shaders/es31/ |
D | linkage_tessellation_uniform_types.test | 315 case mat2x4 317 desc "uniform of type mat2x4" 321 uniform mat2x4 val0 = [ mat2x4(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ]; 322 uniform mat2x4 val1 = [ mat2x4(1.0, 1.5, 2.5, -1.0, 2.0, 1.0, 3.0, 4.0) ]; 323 output mat2x4 out0 = [ mat2x4(0.75, 4.25, -4.5, -14.2, -21.65, -5.25, 20.21, -69.7) ]; 336 out mediump mat2x4 tc_out[]; 346 in mediump mat2x4 tc_out[]; 347 out mediump mat2x4 te_out; 358 in mat2x4 te_out;
|
D | linkage_tessellation_varying_types.test | 327 case mat2x4 329 desc "varying of type mat2x4" 333 input mat2x4 in0 = [ mat2x4(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ]; 334 output mat2x4 out0 = [ mat2x4(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ]; 339 out mediump mat2x4 vtx_var; 349 in mediump mat2x4 vtx_var[]; 350 out mediump mat2x4 tc_out[]; 360 in mediump mat2x4 tc_out[]; 361 out mediump mat2x4 te_out; 372 in mat2x4 te_out;
|
D | linkage_geometry_varying_types.test | 285 case mat2x4 287 desc "varying of type mat2x4" 291 input mat2x4 in0 = [ mat2x4(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ]; 292 output mat2x4 out0 = [ mat2x4(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ]; 297 out mediump mat2x4 vtx_var; 307 in mediump mat2x4 vtx_var[]; 308 out mediump mat2x4 geo_var; 323 in mat2x4 geo_var;
|
D | linkage_geometry_uniform_types.test | 267 case mat2x4 269 desc "uniform of type mat2x4" 273 uniform mat2x4 val = [ mat2x4(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ]; 274 output mat2x4 out0 = [ mat2x4(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ]; 287 out mediump mat2x4 geo_var; 302 in mat2x4 geo_var;
|
/external/deqp/data/gles31/shaders/es32/ |
D | linkage_tessellation_uniform_types.test | 327 case mat2x4 329 desc "uniform of type mat2x4" 332 uniform mat2x4 val0 = [ mat2x4(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ]; 333 uniform mat2x4 val1 = [ mat2x4(1.0, 1.5, 2.5, -1.0, 2.0, 1.0, 3.0, 4.0) ]; 334 output mat2x4 out0 = [ mat2x4(0.75, 4.25, -4.5, -14.2, -21.65, -5.25, 20.21, -69.7) ]; 347 out mediump mat2x4 tc_out[]; 357 in mediump mat2x4 tc_out[]; 358 out mediump mat2x4 te_out; 369 in mat2x4 te_out;
|
D | linkage_tessellation_varying_types.test | 339 case mat2x4 341 desc "varying of type mat2x4" 344 input mat2x4 in0 = [ mat2x4(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ]; 345 output mat2x4 out0 = [ mat2x4(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ]; 350 out mediump mat2x4 vtx_var; 360 in mediump mat2x4 vtx_var[]; 361 out mediump mat2x4 tc_out[]; 371 in mediump mat2x4 tc_out[]; 372 out mediump mat2x4 te_out; 383 in mat2x4 te_out;
|
D | linkage_geometry_uniform_types.test | 280 case mat2x4 282 desc "uniform of type mat2x4" 285 uniform mat2x4 val = [ mat2x4(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ]; 286 output mat2x4 out0 = [ mat2x4(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ]; 299 out mediump mat2x4 geo_var; 314 in mat2x4 geo_var;
|
D | linkage_geometry_varying_types.test | 297 case mat2x4 299 desc "varying of type mat2x4" 302 input mat2x4 in0 = [ mat2x4(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ]; 303 output mat2x4 out0 = [ mat2x4(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ]; 308 out mediump mat2x4 vtx_var; 318 in mediump mat2x4 vtx_var[]; 319 out mediump mat2x4 geo_var; 334 in mat2x4 geo_var;
|
D | linkage_tessellation_geometry_varying_types.test | 429 case mat2x4 431 desc "varying of type mat2x4" 434 input mat2x4 in0 = [ mat2x4(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ]; 435 output mat2x4 out0 = [ mat2x4(-1.25, 1.25, -9.5, -12.2, -25.65, -7.25, 14.21, -77.7) ]; 440 out mediump mat2x4 vtx_var; 450 in mediump mat2x4 vtx_var[]; 451 out mediump mat2x4 tc_out[]; 461 in mediump mat2x4 tc_out[]; 462 out mediump mat2x4 te_out; 472 in mediump mat2x4 te_out[]; [all …]
|
/external/deqp-deps/amber/tests/cases/ |
D | compute_mat2x4_row_major_col_major.amber | 22 layout(column_major) mat2x4 mcols; 23 layout(row_major) mat2x4 mrows;
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_mat.hpp | 338 typedef lowp_mat2x4 mat2x4; typedef 348 typedef mediump_mat2x4 mat2x4; typedef 369 typedef highp_mat2x4 mat2x4; typedef
|