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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf.c 76 c.vue_map.vert_result_to_slot[BRW_VERT_RESULT_PNTC] = c.vue_map.num_slots;
77 c.vue_map.slot_to_vert_result[c.vue_map.num_slots++] = BRW_VERT_RESULT_PNTC;
brw_sf_emit.c 388 if (vert_result1 == BRW_VERT_RESULT_PNTC)
397 if (vert_result2 == BRW_VERT_RESULT_PNTC)
brw_context.h 338 BRW_VERT_RESULT_PNTC,
    [all...]

Completed in 92 milliseconds