Home
last modified time | relevance | path

Searched refs:SWIZZLE_ZERO (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c52 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/
Dbrw_wm_fp.c441 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()
Dbrw_vs_constval.c80 case SWIZZLE_ZERO: in get_active_component()
Dbrw_wm_surface_state.c670 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()
Dbrw_vs_emit.c1253 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()
Dbrw_wm_pass0.c272 if (component == SWIZZLE_ZERO) in get_fp_src_reg_ref()
Dgen7_wm_surface_state.c54 case SWIZZLE_ZERO: in swizzle_to_scs()
Dbrw_fs_visitor.cpp1380 if (swiz == SWIZZLE_ZERO) { in swizzle_result()
Dbrw_vec4_visitor.cpp2030 case SWIZZLE_ZERO: in swizzle_result()
/external/mesa3d/src/mesa/main/
Dnvprogram.c543 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()
Dtexparam.c200 return SWIZZLE_ZERO; in comp_to_swizzle()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_texture.c101 swiz[i] = SWIZZLE_ZERO; in apply_depthmode()
109 swiz[i] = SWIZZLE_ZERO; in apply_depthmode()
Dst_mesa_to_tgsi.c412 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/
Dprog_instruction.h53 #define SWIZZLE_ZERO 4 /**< For SWZ instruction only */ macro
Dprog_execute.c1633 if (swz == SWIZZLE_ZERO) in _mesa_execute_program()
Dprogram_parse.y713 $$.swz = ($1 == 0) ? SWIZZLE_ZERO : SWIZZLE_ONE;
Dir_to_mesa.cpp1000 components[i] = SWIZZLE_ZERO; in emit_swz()
/external/mesa3d/src/mesa/swrast/
Ds_fragprog.c64 vector[SWIZZLE_ZERO] = 0.0F; in swizzle_texel()
Ds_texcombine.c576 vector[SWIZZLE_ZERO] = 0; in swizzle_texels()