Home
last modified time | relevance | path

Searched refs:SWIZZLE_W (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
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 …]
Dbrw_vec4_visitor.cpp821 pos_w.swizzle = BRW_SWIZZLE4(SWIZZLE_W, SWIZZLE_W, SWIZZLE_W, SWIZZLE_W); in emit_ndc_computation()
Dbrw_vec4_nir.cpp2284 swizzled.swizzle = BRW_SWIZZLE4(SWIZZLE_W, SWIZZLE_W, in nir_emit_texture()
2285 SWIZZLE_W, SWIZZLE_W); in nir_emit_texture()
/third_party/mesa3d/src/mesa/program/
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)
Dprog_parameter_layout.c47 swiz |= ((s <= SWIZZLE_W) ? GET_SWZ(base, s) : s) << (i * 3); in _mesa_combine_swizzles()
Dprogram_lexer.l120 return SWIZZLE_W; in swiz_from_char()
Dprogram_parse.y706 $$.swz = SWIZZLE_W;
723 $$.swz = SWIZZLE_W;
/third_party/mesa3d/src/mesa/main/
Dformat_parser.py140 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
Dformats.h140 SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W) ( \ argument
149 (((SWIZZLE_W) << 17) & MESA_ARRAY_FORMAT_SWIZZLE_W_MASK) | \
Dffvertex_prog.c345 #define W SWIZZLE_W
Dtexparam.c187 return SWIZZLE_W; in comp_to_swizzle()
/third_party/mesa3d/src/util/format/
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]
165 SWIZZLE_W: xyzw[chans - 4] if chans >= 4 else SWIZZLE_X,
346 'w': SWIZZLE_W,
Du_format_table.py73 SWIZZLE_W: "PIPE_SWIZZLE_W",
/third_party/mesa3d/src/mesa/state_tracker/
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()
Dst_nir_lower_builtin.c214 assert(swiz[i] <= SWIZZLE_W); in lower_builtin_instr()
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_int64.h879 …ir_swizzle *const r00C0 = swizzle(r00BF, MAKE_SWIZZLE4(SWIZZLE_Z, SWIZZLE_W, SWIZZLE_X, SWIZZLE_X)… in umod64()
1117 …ir_swizzle *const r00F7 = swizzle(r00F4, MAKE_SWIZZLE4(SWIZZLE_Z, SWIZZLE_W, SWIZZLE_X, SWIZZLE_X)… in imod64()
1127 …ir_swizzle *const r00FB = swizzle(r00F4, MAKE_SWIZZLE4(SWIZZLE_Z, SWIZZLE_W, SWIZZLE_X, SWIZZLE_X)… in imod64()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c193 if (src_comp == SWIZZLE_ONE || src_comp == SWIZZLE_W) { in crocus_populate_sampler_prog_key_data()