Home
last modified time | relevance | path

Searched defs:yzx (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c46 unsigned yzx[4] = {1, 2, 0, 0}; in build_mat3_det() local
495 unsigned yzx[4] = { 1, 2, 0, 0 }; in handle_glsl450_alu() local
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c442 unsigned yzx[4] = { 1, 2, 0, 0 }; in lower_gradient_cube_map() local
/external/swiftshader/src/Reactor/
DReactor.hpp1440 Swizzle4<Vector4, 0x09> yzx; member
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp4016 int yzx = MAKE_SWIZZLE4(SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_X, 0); in _cross() local