Searched refs:yzx (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_builtin_builder.c32 unsigned yzx[3] = { 1, 2, 0 }; local in function:nir_cross3
35 return nir_fsub(b, nir_fmul(b, nir_swizzle(b, x, yzx, 3, true),
38 nir_swizzle(b, y, yzx, 3, true)));
H A Dnir_lower_tex.c523 * Q = ir->coordinate.yzx;
524 * dQdx = ir->lod_info.grad.dPdx.yzx;
525 * dQdy = ir->lod_info.grad.dPdy.yzx;
586 unsigned yzx[3] = { 1, 2, 0 }; local in function:lower_gradient_cube_map
593 nir_swizzle(b, p, yzx, 3, false)));
599 nir_swizzle(b, dPdx, yzx, 3, false)));
605 nir_swizzle(b, dPdy, yzx, 3, false)));
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_builtin_builder.c33 unsigned yzx[3] = { 1, 2, 0 }; local in function:nir_cross3
36 return nir_ffma(b, nir_swizzle(b, x, yzx, 3),
39 nir_swizzle(b, y, yzx, 3))));
H A Dnir_lower_tex.c575 * Q = ir->coordinate.yzx;
576 * dQdx = ir->lod_info.grad.dPdx.yzx;
577 * dQdy = ir->lod_info.grad.dPdy.yzx;
638 unsigned yzx[3] = { 1, 2, 0 }; local in function:lower_gradient_cube_map
645 nir_swizzle(b, p, yzx, 3)));
651 nir_swizzle(b, dPdx, yzx, 3)));
657 nir_swizzle(b, dPdy, yzx, 3)));
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_glsl450.c50 unsigned yzx[3] = {1, 2, 0 }; local in function:build_mat3_det
55 nir_fmul(b, nir_swizzle(b, col[1], yzx, 3),
60 nir_swizzle(b, col[2], yzx, 3)));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_glsl450.c50 unsigned yzx[3] = {1, 2, 0 }; local in function:build_mat3_det
55 nir_fmul(b, nir_swizzle(b, col[1], yzx, 3, true),
60 nir_swizzle(b, col[2], yzx, 3, true)));
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp5861 int yzx = MAKE_SWIZZLE4(SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_X, 0); local in function:builtin_builder::_cross
5864 body.emit(ret(sub(mul(swizzle(a, yzx, 3), swizzle(b, zxy, 3)),
5865 mul(swizzle(a, zxy, 3), swizzle(b, yzx, 3)))));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp5366 int yzx = MAKE_SWIZZLE4(SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_X, 0); local in function:builtin_builder::_cross
5369 body.emit(ret(sub(mul(swizzle(a, yzx, 3), swizzle(b, zxy, 3)),
5370 mul(swizzle(a, zxy, 3), swizzle(b, yzx, 3)))));

Completed in 32 milliseconds