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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_state.h301 uint8_t bound_samplers_mask_vs; member in struct:nine_context
H A Dnine_state.c642 if ((context->bound_samplers_mask_vs & vs->sampler_mask) != vs->sampler_mask)
1021 context->bound_samplers_mask_vs = 0;
1059 context->bound_samplers_mask_vs |= (1 << i);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_state.h304 uint8_t bound_samplers_mask_vs; member in struct:nine_context
H A Dnine_state.c669 if ((context->bound_samplers_mask_vs & vs->sampler_mask) != vs->sampler_mask)
1049 context->bound_samplers_mask_vs = vs_mask;

Completed in 14 milliseconds