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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip_util.c 48 struct brw_reg get_tmp( struct brw_clip_compile *c ) function
111 struct brw_reg tmp = get_tmp(c);
141 struct brw_reg tmp = get_tmp(c);
351 struct brw_reg tmp = retype(vec1(get_tmp(c)), BRW_REGISTER_TYPE_UD);
brw_vs_emit.c 80 static struct brw_reg get_tmp( struct brw_vs_compile *c ) function
438 struct brw_reg tmp = brw_writemask(get_tmp(c), dst.dw1.bits.writemask);
464 struct brw_reg tmp = brw_writemask(get_tmp(c), dst.dw1.bits.writemask);
493 struct brw_reg tmp = brw_writemask(get_tmp(c), dst.dw1.bits.writemask);
668 tmp = get_tmp(c);
698 tmp_src = get_tmp(c);
699 tmp_dst = get_tmp(c);
751 tmp = get_tmp(c);
779 tmp_src0 = get_tmp(c);
780 tmp_src1 = get_tmp(c)
    [all...]

Completed in 651 milliseconds