Searched defs:SWIZ (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_formats.c | 63 #define SWIZ(x,y,z,w) { \ macro [all...] |
H A D | vc4_uniforms.c | 100 #define SWIZ(x,y,z,w) { \ macro
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_format_table.c | 31 #define SWIZ(x,y,z,w) { \ macro [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_formats.c | 31 #define SWIZ(x,y,z,w) { \ macro [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_format.c | 80 #define SWIZ(x,y,z,w) { \ macro [all...] |
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_to_nir.c | 65 #define SWIZ(X, Y, Z, W) \ macro
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_lowering.c | 100 #define SWIZ(x,y,z,w) TGSI_SWIZZLE_ ## x, TGSI_SWIZZLE_ ## y, \ macro [all...] |
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | tgsi_to_nir.c | 45 #define SWIZ(X, Y, Z, W) (unsigned[4]){ \ macro
|
Completed in 9 milliseconds