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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_state.h302 uint16_t bound_samplers_mask_ps; member in struct:nine_context
H A Dnine_state.c673 if ((context->bound_samplers_mask_ps & ps->sampler_mask) != ps->sampler_mask)
973 context->bound_samplers_mask_ps = 0;
1011 context->bound_samplers_mask_ps |= (1 << s);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_state.h308 uint16_t bound_samplers_mask_ps; member in struct:nine_context
H A Dnine_state.c700 if ((context->bound_samplers_mask_ps & ps->sampler_mask) != ps->sampler_mask)
1002 context->bound_samplers_mask_ps = ps_mask;

Completed in 13 milliseconds