Home
last modified time | relevance | path

Searched refs:enabled_samplers_mask_ps (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_state.h309 uint16_t enabled_samplers_mask_ps; member
Dnine_state.c1000 const uint16_t ps_mask = sampler_mask | context->enabled_samplers_mask_ps; in update_textures_and_samplers()
1004 u_foreach_bit(i, context->enabled_samplers_mask_ps) { in update_textures_and_samplers()
1017 u_foreach_bit(i, sampler_mask & ~context->enabled_samplers_mask_ps) { in update_textures_and_samplers()
1466 context->enabled_samplers_mask_ps |= BITFIELD_BIT(stage - NINE_SAMPLER_PS(0)); in CSMT_ITEM_NO_WAIT()
1471 context->enabled_samplers_mask_ps &= ~BITFIELD_BIT(stage - NINE_SAMPLER_PS(0)); in CSMT_ITEM_NO_WAIT()