Searched refs:comp_w (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.h | 126 #define MAKE_VSF_SOURCE(in_reg_index, comp_x, comp_y, comp_z, comp_w, class, negate) \ argument 131 | ((comp_w)<<R200_VPI_IN_W_SHIFT) \ 134 #define EASY_VSF_SOURCE(in_reg_index, comp_x, comp_y, comp_z, comp_w, class, negate) \ argument 139 VSF_IN_COMPONENT_##comp_w, \
|
/external/mesa3d/src/gallium/drivers/ilo/core/ |
D | ilo_state_vf.c | 81 enum gen_vf_component comp_w) in get_gen6_component_controls() argument 88 comp_w << GEN6_VE_DW1_COMP3__SHIFT; in get_gen6_component_controls()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_reg.h | 2957 #define PVS_SRC_OPERAND(in_reg_index, comp_x, comp_y, comp_z, comp_w, reg_class, negate) \ argument 2962 | ((comp_w & PVS_SRC_SWIZZLE_W_MASK) << PVS_SRC_SWIZZLE_W_SHIFT) \
|