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 D | r300_context.h | 578 boolean two_sided_color; member in struct:r300_context
|
| H A D | r300_state.c | 1342 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 D | r300_state_derived.c | 388 if (r300->two_sided_color) { 422 !(any_bcolor_used && r300->two_sided_color)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_context.h | 578 boolean two_sided_color; member in struct:r300_context
|
| H A D | r300_state.c | 1336 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 D | r300_state_derived.c | 388 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 D | iris_state.c | 3256 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 D | iris_state.c | 3950 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