Home
last modified time | relevance | path

Searched refs:comp_x (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.h126 #define MAKE_VSF_SOURCE(in_reg_index, comp_x, comp_y, comp_z, comp_w, class, negate) \ argument
128 | ((comp_x)<<R200_VPI_IN_X_SHIFT) \
134 #define EASY_VSF_SOURCE(in_reg_index, comp_x, comp_y, comp_z, comp_w, class, negate) \ argument
136 VSF_IN_COMPONENT_##comp_x, \
/external/mesa3d/src/gallium/drivers/r300/
Dr300_reg.h2957 #define PVS_SRC_OPERAND(in_reg_index, comp_x, comp_y, comp_z, comp_w, reg_class, negate) \ argument
2959 | ((comp_x & PVS_SRC_SWIZZLE_X_MASK) << PVS_SRC_SWIZZLE_X_SHIFT) \