Searched refs:two_sided_color (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_context.h578 boolean two_sided_color; member in struct:r300_context
H A Dr300_state.c1342 boolean last_two_sided_color = r300->two_sided_color;
1354 r300->two_sided_color = rs->rs.light_twoside;
1361 r300->two_sided_color = FALSE;
1371 last_two_sided_color != r300->two_sided_color ||
H A Dr300_state_derived.c388 if (r300->two_sided_color) {
422 !(any_bcolor_used && r300->two_sided_color)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_context.h578 boolean two_sided_color; member in struct:r300_context
H A Dr300_state.c1336 boolean last_two_sided_color = r300->two_sided_color;
1348 r300->two_sided_color = rs->rs.light_twoside;
1355 r300->two_sided_color = FALSE;
1365 last_two_sided_color != r300->two_sided_color ||
H A Dr300_state_derived.c388 if (r300->two_sided_color) {
422 !(any_bcolor_used && r300->two_sided_color)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_state.c3256 bool two_sided_color,
3281 if (two_sided_color)
3254 iris_compute_sbe_urb_read_interval(uint64_t fs_input_slots,const struct brw_vue_map * last_vue_map,bool two_sided_color,unsigned * out_offset,unsigned * out_length) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c3950 bool two_sided_color,
3975 if (two_sided_color)
3948 iris_compute_sbe_urb_read_interval(uint64_t fs_input_slots,const struct brw_vue_map * last_vue_map,bool two_sided_color,unsigned * out_offset,unsigned * out_length) argument

Completed in 31 milliseconds