Home
last modified time | relevance | path

Searched refs:has_bordercolor_mask (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c441 if (state->dirty_mask & state->has_bordercolor_mask) { in r600_sampler_states_dirty()
445 util_bitcount(state->dirty_mask & state->has_bordercolor_mask) * 11 + in r600_sampler_states_dirty()
446 util_bitcount(state->dirty_mask & ~state->has_bordercolor_mask) * 5; in r600_sampler_states_dirty()
482 dst->states.has_bordercolor_mask |= 1 << i; in r600_bind_sampler_states()
484 dst->states.has_bordercolor_mask &= ~(1 << i); in r600_bind_sampler_states()
501 dst->states.has_bordercolor_mask &= dst->states.enabled_mask; in r600_bind_sampler_states()
H A Dr600_pipe.h398 uint32_t has_bordercolor_mask; /* which states contain the border color */ member

Completed in 9 milliseconds