Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c1366 boolean last_two_sided_color = r300->two_sided_color; in r300_bind_rs_state()
1378 r300->two_sided_color = rs->rs.light_twoside; in r300_bind_rs_state()
1385 r300->two_sided_color = FALSE; in r300_bind_rs_state()
1395 last_two_sided_color != r300->two_sided_color || in r300_bind_rs_state()
H A Dr300_context.h582 boolean two_sided_color; member
H A Dr300_state_derived.c388 if (r300->two_sided_color) { in r300_update_rs_block()
422 !(any_bcolor_used && r300->two_sided_color)) { in r300_update_rs_block()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c4104 bool two_sided_color, in iris_compute_sbe_urb_read_interval()
4129 if (two_sided_color) in iris_compute_sbe_urb_read_interval()
4102 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) iris_compute_sbe_urb_read_interval() argument

Completed in 18 milliseconds