/third_party/mesa3d/src/intel/compiler/ |
D | test_vec4_copy_propagation.cpp | 145 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 …]
|
D | brw_vec4_visitor.cpp | 821 pos_w.swizzle = BRW_SWIZZLE4(SWIZZLE_W, SWIZZLE_W, SWIZZLE_W, SWIZZLE_W); in emit_ndc_computation()
|
D | brw_vec4_nir.cpp | 2284 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/ |
D | prog_instruction.h | 52 #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)
|
D | prog_parameter_layout.c | 47 swiz |= ((s <= SWIZZLE_W) ? GET_SWZ(base, s) : s) << (i * 3); in _mesa_combine_swizzles()
|
D | program_lexer.l | 120 return SWIZZLE_W; in swiz_from_char()
|
D | program_parse.y | 706 $$.swz = SWIZZLE_W; 723 $$.swz = SWIZZLE_W;
|
/third_party/mesa3d/src/mesa/main/ |
D | format_parser.py | 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
|
D | formats.h | 140 SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W) ( \ argument 149 (((SWIZZLE_W) << 17) & MESA_ARRAY_FORMAT_SWIZZLE_W_MASK) | \
|
D | ffvertex_prog.c | 345 #define W SWIZZLE_W
|
D | texparam.c | 187 return SWIZZLE_W; in comp_to_swizzle()
|
/third_party/mesa3d/src/util/format/ |
D | u_format_parse.py | 36 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,
|
D | u_format_table.py | 73 SWIZZLE_W: "PIPE_SWIZZLE_W",
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_sampler_view.c | 327 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()
|
D | st_nir_lower_builtin.c | 214 assert(swiz[i] <= SWIZZLE_W); in lower_builtin_instr()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_int64.h | 879 …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/ |
D | crocus_program.c | 193 if (src_comp == SWIZZLE_ONE || src_comp == SWIZZLE_W) { in crocus_populate_sampler_prog_key_data()
|