/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | test_vec4_copy_propagation.cpp | 135 SWIZZLE_W, in TEST_F() 141 SWIZZLE_W, in TEST_F() 149 SWIZZLE_W, in TEST_F() 168 v->MOV(c, swizzle(src_reg(b), BRW_SWIZZLE4(SWIZZLE_W, in TEST_F() 169 SWIZZLE_W, in TEST_F() 170 SWIZZLE_W, in TEST_F() 171 SWIZZLE_W))); in TEST_F() 178 EXPECT_EQ(test_mov->src[0].swizzle, BRW_SWIZZLE4(SWIZZLE_W, in TEST_F() 179 SWIZZLE_W, in TEST_F() 180 SWIZZLE_W, in TEST_F() [all …]
|
D | brw_vec4_visitor.cpp | 1112 swizzled.swizzle = BRW_SWIZZLE4(SWIZZLE_W, SWIZZLE_W, in emit_texture() 1113 SWIZZLE_W, SWIZZLE_W); in emit_texture() 1175 pos_w.swizzle = BRW_SWIZZLE4(SWIZZLE_W, SWIZZLE_W, SWIZZLE_W, SWIZZLE_W); in emit_ndc_computation()
|
D | brw_wm.c | 356 if (src_comp == SWIZZLE_ONE || src_comp == SWIZZLE_W) { in brw_populate_sampler_prog_key_data()
|
D | brw_wm_surface_state.c | 305 SWIZZLE_W, in brw_get_texture_swizzle() 380 swizzles[3] = SWIZZLE_W; in brw_get_texture_swizzle()
|
/external/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_optimize.c | 108 if (channel_mask & (1 << comp) && coord <= SWIZZLE_W) in get_src_arg_mask() 150 return GET_SWZ(swz,0) <= SWIZZLE_W && in is_swizzle_regular() 151 GET_SWZ(swz,1) <= SWIZZLE_W && in is_swizzle_regular() 152 GET_SWZ(swz,2) <= SWIZZLE_W && in is_swizzle_regular() 153 GET_SWZ(swz,3) <= SWIZZLE_W; in is_swizzle_regular() 278 if (swz <= SWIZZLE_W) { in _mesa_remove_dead_code_global()
|
D | prog_instruction.c | 229 if (swizzle <= SWIZZLE_W && in _mesa_check_soa_dependencies()
|
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 | 115 return SWIZZLE_W; in swiz_from_char()
|
D | program_parse.y | 695 $$.swz = SWIZZLE_W; 712 $$.swz = SWIZZLE_W;
|
/external/mesa3d/src/mesa/main/ |
D | format_parser.py | 135 SWIZZLE_W = 3 variable in Swizzle 176 if idx <= Swizzle.SWIZZLE_W: 453 return self.swizzle['a'] <= Swizzle.SWIZZLE_W 457 return self.swizzle[name] <= Swizzle.SWIZZLE_W
|
D | formats.h | 131 SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W) ( \ argument 140 (((SWIZZLE_W) << 17) & MESA_ARRAY_FORMAT_SWIZZLE_W_MASK) | \
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.c | 51 SWIZZLE_W != VSF_IN_COMPONENT_W || \ 607 if (GET_SWZ(src[i].Swizzle, j) == SWIZZLE_W) { in r200_translate_vertex_program() 608 src[i].Swizzle &= ~(SWIZZLE_W << (j*3)); in r200_translate_vertex_program() 616 if (GET_SWZ(src[i].Swizzle, j) == SWIZZLE_W) { in r200_translate_vertex_program() 617 src[i].Swizzle &= ~(SWIZZLE_W << (j*3)); in r200_translate_vertex_program() 625 if (GET_SWZ(src[i].Swizzle, j) == SWIZZLE_W) { in r200_translate_vertex_program() 626 src[i].Swizzle &= ~(SWIZZLE_W << (j*3)); in r200_translate_vertex_program() 631 src[i].Swizzle &= ~(SWIZZLE_W << (j*3)); in r200_translate_vertex_program() 647 SWIZZLE_Z, SWIZZLE_W, in r200_translate_vertex_program() 669 SWIZZLE_Z, SWIZZLE_W, in r200_translate_vertex_program()
|
/external/mesa3d/src/compiler/glsl/ |
D | opt_vectorize.cpp | 229 case WRITEMASK_W: return SWIZZLE_W; in write_mask_to_swizzle() 244 (write_mask == WRITEMASK_W && swz->mask.x == SWIZZLE_W)); in write_mask_matches_swizzle()
|
D | lower_packed_varyings.cpp | 311 #define SWIZZLE_ZWZW MAKE_SWIZZLE4(SWIZZLE_Z, SWIZZLE_W, SWIZZLE_Z, SWIZZLE_W)
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_sampler_view.c | 152 case SWIZZLE_W: in swizzle_swizzle() 216 SWIZZLE_ZERO, SWIZZLE_W); in compute_texture_format_swizzle() 226 return MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_X, SWIZZLE_X, SWIZZLE_W); in compute_texture_format_swizzle()
|
D | st_nir_lower_builtin.c | 206 assert(swiz[i] <= SWIZZLE_W); in lower_builtin_block()
|
D | st_glsl_to_tgsi.cpp | 601 MAKE_SWIZZLE4(SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W), in swizzle_for_size() 849 dinst->src[j].swizzle = MAKE_SWIZZLE4(SWIZZLE_Z, SWIZZLE_W, SWIZZLE_Z, SWIZZLE_W); in emit_asm() 3639 coord.swizzle |= SWIZZLE_W << 9; in visit_image_intrinsic() 4471 if (dst.writemask & (1 << comp) && coord <= SWIZZLE_W) in get_src_arg_mask()
|
/external/mesa3d/src/amd/vulkan/ |
D | vk_format_table.py | 73 SWIZZLE_W: "VK_SWIZZLE_W",
|
D | vk_format_parse.py | 35 SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W, SWIZZLE_0, SWIZZLE_1, SWIZZLE_NONE, = range(7) variable 269 'w': SWIZZLE_W,
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_parse.py | 35 SWIZZLE_X, SWIZZLE_Y, SWIZZLE_Z, SWIZZLE_W, SWIZZLE_0, SWIZZLE_1, SWIZZLE_NONE, = range(7) variable 261 'w': SWIZZLE_W,
|
D | u_format_table.py | 75 SWIZZLE_W: "PIPE_SWIZZLE_W",
|
/external/mesa3d/src/mesa/swrast/ |
D | s_fragprog.c | 64 vector[SWIZZLE_W] = texel[3]; in swizzle_texel()
|
D | s_texcombine.c | 573 vector[SWIZZLE_W] = texels[i][3]; in swizzle_texels()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_fragprog.c | 349 if (field <= SWIZZLE_W) in calc_live_regs()
|