Searched refs:comp_y (Results 1 – 2 of 2) 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 129 | ((comp_y)<<R200_VPI_IN_Y_SHIFT) \ 134 #define EASY_VSF_SOURCE(in_reg_index, comp_x, comp_y, comp_z, comp_w, class, negate) \ argument 137 VSF_IN_COMPONENT_##comp_y, \
|
/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 2960 | ((comp_y & PVS_SRC_SWIZZLE_Y_MASK) << PVS_SRC_SWIZZLE_Y_SHIFT) \
|