HomeSort by relevance Sort by last modified time
    Searched refs:MAKE_VSF_SOURCE (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 281 return MAKE_VSF_SOURCE(t_src_index(vp, src),
293 return MAKE_VSF_SOURCE(t_src_index(vp, src),
645 o_inst->src0 = MAKE_VSF_SOURCE(t_src_index(vp, &src[2]),
667 o_inst->src0 = MAKE_VSF_SOURCE(t_src_index(vp, &src[0]),
703 o_inst->src0 = MAKE_VSF_SOURCE(t_src_index(vp, &src[0]),
717 o_inst->src0 = MAKE_VSF_SOURCE(t_src_index(vp, &src[0]),
722 o_inst->src1 = MAKE_VSF_SOURCE(t_src_index(vp, &src[1]),
732 o_inst->src0 = MAKE_VSF_SOURCE(u_temp_i,
772 o_inst->src1 = MAKE_VSF_SOURCE(t_src_index(vp, &src[1]),
776 o_inst->src2 = MAKE_VSF_SOURCE(t_src_index(vp, &src[1])
    [all...]
r200_vertprog.h 126 #define MAKE_VSF_SOURCE(in_reg_index, comp_x, comp_y, comp_z, comp_w, class, negate) \
135 MAKE_VSF_SOURCE(in_reg_index, \

Completed in 56 milliseconds