Searched refs:SWIZZLE_X (Results 1 - 25 of 55) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_instruction.h49 #define SWIZZLE_X 0 macro
65 #define SWIZZLE_XYZW MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W)
66 #define SWIZZLE_XXXX MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X, SWIZZLE_X, SWIZZLE_X)
H A Dprogram_lexer.l111 return SWIZZLE_X;
447 yylval->swiz_mask.swizzle = MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X,
448 SWIZZLE_X, SWIZZLE_X);
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_instruction.h49 #define SWIZZLE_X 0 macro
65 #define SWIZZLE_XYZW MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W)
66 #define SWIZZLE_XXXX MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X, SWIZZLE_X, SWIZZLE_X)
H A Dprogram_lexer.l111 return SWIZZLE_X;
447 yylval->swiz_mask.swizzle = MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X,
448 SWIZZLE_X, SWIZZLE_X);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_sampler_view.c285 case SWIZZLE_X:
299 swz[i] = SWIZZLE_X;
333 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_ONE);
335 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_ZERO, SWIZZLE_ONE);
337 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_ZERO,
343 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X, SWIZZLE_X, SWIZZLE_ONE);
345 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X, SWIZZLE_
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dtest_vec4_copy_propagation.cpp135 SWIZZLE_X))));
141 SWIZZLE_X)));
149 SWIZZLE_X,
159 v->emit(v->MOV(b, swizzle(src_reg(a), BRW_SWIZZLE4(SWIZZLE_X,
161 SWIZZLE_X,
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dtest_vec4_copy_propagation.cpp146 SWIZZLE_X))));
152 SWIZZLE_X)));
160 SWIZZLE_X,
170 v->emit(v->MOV(b, swizzle(src_reg(a), BRW_SWIZZLE4(SWIZZLE_X,
172 SWIZZLE_X,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_sampler_view.c323 case SWIZZLE_X:
337 swz[i] = SWIZZLE_X;
371 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_ONE);
373 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_ZERO, SWIZZLE_ONE);
375 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_ZERO,
381 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X, SWIZZLE_X, SWIZZLE_ONE);
383 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X, SWIZZLE_
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_parse.py36 SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W, SWIZZLE_0, SWIZZLE_1, SWIZZLE_NONE, = range(7) variable
161 xyzw = [SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W]
162 chan_map = {SWIZZLE_X: xyzw[chans - 1] if chans >= 1 else SWIZZLE_X,
163 SWIZZLE_Y: xyzw[chans - 2] if chans >= 2 else SWIZZLE_X,
164 SWIZZLE_Z: xyzw[chans - 3] if chans >= 3 else SWIZZLE_X,
165 SWIZZLE_W: xyzw[chans - 4] if chans >= 4 else SWIZZLE_X,
343 'x': SWIZZLE_X,
H A Du_format_table.py70 SWIZZLE_X: "PIPE_SWIZZLE_X",
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_wm_surface_state.c333 SWIZZLE_X,
361 swizzles[3] = SWIZZLE_X;
364 swizzles[0] = SWIZZLE_X;
365 swizzles[1] = SWIZZLE_X;
366 swizzles[2] = SWIZZLE_X;
370 swizzles[0] = SWIZZLE_X;
371 swizzles[1] = SWIZZLE_X;
372 swizzles[2] = SWIZZLE_X;
373 swizzles[3] = SWIZZLE_X;
376 swizzles[0] = SWIZZLE_X;
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_wm_surface_state.c330 SWIZZLE_X,
358 swizzles[3] = SWIZZLE_X;
361 swizzles[0] = SWIZZLE_X;
362 swizzles[1] = SWIZZLE_X;
363 swizzles[2] = SWIZZLE_X;
367 swizzles[0] = SWIZZLE_X;
368 swizzles[1] = SWIZZLE_X;
369 swizzles[2] = SWIZZLE_X;
370 swizzles[3] = SWIZZLE_X;
373 swizzles[0] = SWIZZLE_X;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dvk_format_table.py70 SWIZZLE_X: "VK_SWIZZLE_X",
H A Dvk_format_parse.py34 SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W, SWIZZLE_0, SWIZZLE_1, SWIZZLE_NONE, = range(7) variable
270 'x': SWIZZLE_X,
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dvk_format_table.py70 SWIZZLE_X: "VK_SWIZZLE_X",
H A Dvk_format_parse.py34 SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W, SWIZZLE_0, SWIZZLE_1, SWIZZLE_NONE, = range(7) variable
278 'x': SWIZZLE_X,
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_vectorize.cpp226 case WRITEMASK_X: return SWIZZLE_X;
241 return ((write_mask == WRITEMASK_X && swz->mask.x == SWIZZLE_X) ||
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_vectorize.cpp226 case WRITEMASK_X: return SWIZZLE_X;
241 return ((write_mask == WRITEMASK_X && swz->mask.x == SWIZZLE_X) ||
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_table.py72 SWIZZLE_X: "PIPE_SWIZZLE_X",
H A Du_format_parse.py37 SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W, SWIZZLE_0, SWIZZLE_1, SWIZZLE_NONE, = range(7) variable
286 'x': SWIZZLE_X,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformats.h131 SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W) ( \
137 (((SWIZZLE_X) << 8 ) & MESA_ARRAY_FORMAT_SWIZZLE_X_MASK) | \
H A Dformat_parser.py116 * SWIZZLE_X: The first channel in the source format
137 SWIZZLE_X = 0 variable in class:Swizzle
180 assert idx >= Swizzle.SWIZZLE_X and idx <= Swizzle.SWIZZLE_NONE
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c50 #if SWIZZLE_X != VSF_IN_COMPONENT_X || \
645 SWIZZLE_X, SWIZZLE_Y,
667 SWIZZLE_X, SWIZZLE_Y,
772 SWIZZLE_X, SWIZZLE_X, SWIZZLE_X, SWIZZLE_X,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c50 #if SWIZZLE_X != VSF_IN_COMPONENT_X || \
645 SWIZZLE_X, SWIZZLE_Y,
667 SWIZZLE_X, SWIZZLE_Y,
772 SWIZZLE_X, SWIZZLE_X, SWIZZLE_X, SWIZZLE_X,
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dformat_parser.py116 * SWIZZLE_X: The first channel in the source format
137 SWIZZLE_X = 0 variable in class:Swizzle
180 assert idx >= Swizzle.SWIZZLE_X and idx <= Swizzle.SWIZZLE_NONE

Completed in 24 milliseconds

123