Searched refs:SWIZZLE_ZERO (Results 1 – 19 of 19) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.c | 52 SWIZZLE_ZERO != VSF_IN_COMPONENT_ZERO || \ 628 src[i].Swizzle |= SWIZZLE_ZERO << (j*3); in r200_translate_vertex_program() 642 src[i].Swizzle |= SWIZZLE_ZERO << (j*3); in r200_translate_vertex_program() 715 SWIZZLE_ZERO, in r200_translate_vertex_program() 717 SWIZZLE_ZERO, in r200_translate_vertex_program() 729 SWIZZLE_ZERO, SWIZZLE_ZERO, SWIZZLE_ZERO, in r200_translate_vertex_program() 733 SWIZZLE_ZERO, SWIZZLE_ZERO, in r200_translate_vertex_program() 734 t_swizzle(GET_SWZ(src[1].Swizzle, 0)), SWIZZLE_ZERO, in r200_translate_vertex_program() 809 SWIZZLE_ZERO, in r200_translate_vertex_program() 817 SWIZZLE_ZERO, in r200_translate_vertex_program()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm_fp.c | 441 SWIZZLE_ZERO, in emit_interp() 442 SWIZZLE_ZERO, in emit_interp() 443 SWIZZLE_ZERO, in emit_interp() 474 SWIZZLE_ZERO, in emit_interp() 475 SWIZZLE_ZERO, in emit_interp() 476 SWIZZLE_ZERO, in emit_interp()
|
D | brw_vs_constval.c | 80 case SWIZZLE_ZERO: in get_active_component()
|
D | brw_wm_surface_state.c | 670 SWIZZLE_ZERO, in brw_get_texture_swizzle() 679 swizzles[0] = SWIZZLE_ZERO; in brw_get_texture_swizzle() 680 swizzles[1] = SWIZZLE_ZERO; in brw_get_texture_swizzle() 681 swizzles[2] = SWIZZLE_ZERO; in brw_get_texture_swizzle() 698 swizzles[1] = SWIZZLE_ZERO; in brw_get_texture_swizzle() 699 swizzles[2] = SWIZZLE_ZERO; in brw_get_texture_swizzle()
|
D | brw_vs_emit.c | 1253 if (src->Swizzle == MAKE_SWIZZLE4(SWIZZLE_ZERO, in get_src_reg() 1254 SWIZZLE_ZERO, in get_src_reg() 1255 SWIZZLE_ZERO, in get_src_reg() 1256 SWIZZLE_ZERO)) { in get_src_reg() 1450 case SWIZZLE_ZERO: in emit_swz()
|
D | brw_wm_pass0.c | 272 if (component == SWIZZLE_ZERO) in get_fp_src_reg_ref()
|
D | gen7_wm_surface_state.c | 54 case SWIZZLE_ZERO: in swizzle_to_scs()
|
D | brw_fs_visitor.cpp | 1380 if (swiz == SWIZZLE_ZERO) { in swizzle_result()
|
D | brw_vec4_visitor.cpp | 2030 case SWIZZLE_ZERO: in swizzle_result()
|
/external/mesa3d/src/mesa/main/ |
D | nvprogram.c | 543 inst->SrcReg[0].Swizzle = MAKE_SWIZZLE4(SWIZZLE_ZERO, in _mesa_emit_nv_temp_initialization() 544 SWIZZLE_ZERO, in _mesa_emit_nv_temp_initialization() 545 SWIZZLE_ZERO, in _mesa_emit_nv_temp_initialization() 546 SWIZZLE_ZERO); in _mesa_emit_nv_temp_initialization()
|
D | texparam.c | 200 return SWIZZLE_ZERO; in comp_to_swizzle()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_texture.c | 101 swiz[i] = SWIZZLE_ZERO; in apply_depthmode() 109 swiz[i] = SWIZZLE_ZERO; in apply_depthmode()
|
D | st_mesa_to_tgsi.c | 412 unsigned zero_mask = ((GET_SWZ(SrcReg->Swizzle, 0) == SWIZZLE_ZERO) << 0 | in emit_swz() 413 (GET_SWZ(SrcReg->Swizzle, 1) == SWIZZLE_ZERO) << 1 | in emit_swz() 414 (GET_SWZ(SrcReg->Swizzle, 2) == SWIZZLE_ZERO) << 2 | in emit_swz() 415 (GET_SWZ(SrcReg->Swizzle, 3) == SWIZZLE_ZERO) << 3); in emit_swz()
|
/external/mesa3d/src/mesa/program/ |
D | prog_instruction.h | 53 #define SWIZZLE_ZERO 4 /**< For SWZ instruction only */ macro
|
D | prog_execute.c | 1633 if (swz == SWIZZLE_ZERO) in _mesa_execute_program()
|
D | program_parse.y | 713 $$.swz = ($1 == 0) ? SWIZZLE_ZERO : SWIZZLE_ONE;
|
D | ir_to_mesa.cpp | 1000 components[i] = SWIZZLE_ZERO; in emit_swz()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_fragprog.c | 64 vector[SWIZZLE_ZERO] = 0.0F; in swizzle_texel()
|
D | s_texcombine.c | 576 vector[SWIZZLE_ZERO] = 0; in swizzle_texels()
|