| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_builtin_builder.c | 32 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 D | nir_lower_tex.c | 523 * 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 D | nir_builtin_builder.c | 33 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 D | nir_lower_tex.c | 575 * 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 D | vtn_glsl450.c | 50 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 D | vtn_glsl450.c | 50 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 D | builtin_functions.cpp | 5861 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 D | builtin_functions.cpp | 5366 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)))));
|