Home
last modified time | relevance | path

Searched refs:pv_first (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_ff_gs.c104 key->pv_first = (ctx->Light.ProvokingVertex == GL_FIRST_VERTEX_CONVENTION); in brw_ff_gs_populate_key()
109 key->pv_first = true; in brw_ff_gs_populate_key()
Dbrw_clip.c112 key.pv_first = (ctx->Light.ProvokingVertex == GL_FIRST_VERTEX_CONVENTION); in brw_upload_clip_prog()
/third_party/mesa3d/src/intel/compiler/
Dbrw_compile_ff_gs.c284 if (key->pv_first) { in brw_ff_gs_quads()
320 if (key->pv_first) { in brw_ff_gs_quad_strip()
433 brw_imm_v(key->pv_first ? 0x00010200 /* (0, 2, 1) */ in gfx6_sol_program()
Dbrw_compiler.h437 bool pv_first:1; member
517 unsigned pv_first:1; member
1377 GLuint pv_first:1; member
Dbrw_clip_line.c299 if (c->key.pv_first) in brw_emit_line_clip()
Dbrw_clip_tri.c193 if (c->key.pv_first) { in brw_clip_tri_flat_shade()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c2089 key.pv_first = rs_state->flatshade_first; in crocus_update_compiled_clip()
2341 key.pv_first = rs_state->flatshade_first; in crocus_update_compiled_ff_gs()
2347 key.pv_first = true; in crocus_update_compiled_ff_gs()