Home
last modified time | relevance | path

Searched refs:SWIZZLE_W (Results 1 - 16 of 16) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dtest_vec4_copy_propagation.cpp145 SWIZZLE_W, in TEST_F()
151 SWIZZLE_W, in TEST_F()
159 SWIZZLE_W, in TEST_F()
178 v->MOV(c, swizzle(src_reg(b), BRW_SWIZZLE4(SWIZZLE_W, in TEST_F()
179 SWIZZLE_W, in TEST_F()
180 SWIZZLE_W, in TEST_F()
181 SWIZZLE_W))); in TEST_F()
188 EXPECT_EQ(test_mov->src[0].swizzle, BRW_SWIZZLE4(SWIZZLE_W, in TEST_F()
189 SWIZZLE_W, in TEST_F()
190 SWIZZLE_W, in TEST_F()
[all...]
H A Dbrw_vec4_visitor.cpp821 pos_w.swizzle = BRW_SWIZZLE4(SWIZZLE_W, SWIZZLE_W, SWIZZLE_W, SWIZZLE_W); in emit_ndc_computation()
H A Dbrw_vec4_nir.cpp2284 swizzled.swizzle = BRW_SWIZZLE4(SWIZZLE_W, SWIZZLE_W,
2285 SWIZZLE_W, SWIZZLE_W);
/third_party/mesa3d/src/mesa/program/
H A Dprog_instruction.h52 #define SWIZZLE_W 3 macro
65 #define SWIZZLE_XYZW MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W)
69 #define SWIZZLE_WWWW MAKE_SWIZZLE4(SWIZZLE_W, SWIZZLE_W, SWIZZLE_W, SWIZZLE_W)
H A Dprog_parameter_layout.c47 swiz |= ((s <= SWIZZLE_W) ? GET_SWZ(base, s) : s) << (i * 3); in _mesa_combine_swizzles()
H A Dprogram_parse.y706 $$.swz = SWIZZLE_W;
723 $$.swz = SWIZZLE_W;
/third_party/mesa3d/src/mesa/main/
H A Dformat_parser.py119 * SWIZZLE_W: The fourth channel in the source format
140 SWIZZLE_W = 3 variable in Swizzle
181 if idx <= Swizzle.SWIZZLE_W:
458 return self.swizzle['a'] <= Swizzle.SWIZZLE_W
462 return self.swizzle[name] <= Swizzle.SWIZZLE_W
H A Dformats.h140 SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W) ( \
149 (((SWIZZLE_W) << 17) & MESA_ARRAY_FORMAT_SWIZZLE_W_MASK) | \
H A Dffvertex_prog.c345 #define W SWIZZLE_W
H A Dtexparam.c187 return SWIZZLE_W; in comp_to_swizzle()
/third_party/mesa3d/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)
161 xyzw = [SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W]
165 SWIZZLE_W: xyzw[chans - 4] if chans >= 4 else SWIZZLE_X,
346 'w': SWIZZLE_W,
H A Du_format_table.py73 SWIZZLE_W: "PIPE_SWIZZLE_W",
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_sampler_view.c327 case SWIZZLE_W: in swizzle_swizzle()
380 SWIZZLE_ZERO, SWIZZLE_W); in compute_texture_format_swizzle()
384 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X, SWIZZLE_X, SWIZZLE_W); in compute_texture_format_swizzle()
H A Dst_nir_lower_builtin.c214 assert(swiz[i] <= SWIZZLE_W); in lower_builtin_instr()
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_int64.h879 ir_swizzle *const r00C0 = swizzle(r00BF, MAKE_SWIZZLE4(SWIZZLE_Z, SWIZZLE_W, SWIZZLE_X, SWIZZLE_X), 2); in umod64()
1117 ir_swizzle *const r00F7 = swizzle(r00F4, MAKE_SWIZZLE4(SWIZZLE_Z, SWIZZLE_W, SWIZZLE_X, SWIZZLE_X), 2); in imod64()
1127 ir_swizzle *const r00FB = swizzle(r00F4, MAKE_SWIZZLE4(SWIZZLE_Z, SWIZZLE_W, SWIZZLE_X, SWIZZLE_X), 2); in imod64()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c193 if (src_comp == SWIZZLE_ONE || src_comp == SWIZZLE_W) { in crocus_populate_sampler_prog_key_data()

Completed in 25 milliseconds