Searched refs:NINE_SAMPLER_PS (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dpixelshader9.h85 samplers_shadow = (uint16_t)((context->samplers_shadow & NINE_PS_SAMPLERS_MASK) >> NINE_SAMPLER_PS(0));
86 samplers_fetch4 = (uint16_t)((context->samplers_fetch4 & NINE_PS_SAMPLERS_MASK) >> NINE_SAMPLER_PS(0));
H A Dnine_pipe.c258 cso_single_sampler(ctx, PIPE_SHADER_FRAGMENT, idx - NINE_SAMPLER_PS(0), &samp);
H A Dnine_state.h137 #define NINE_SAMPLER_PS(s) ( 0 + (s)) macro
H A Dnine_state.c1006 const unsigned s = NINE_SAMPLER_PS(i);
1019 const unsigned s = NINE_SAMPLER_PS(i);
1029 s - NINE_SAMPLER_PS(0), &device->dummy_sampler_state);
1470 context->enabled_samplers_mask_ps |= BITFIELD_BIT(stage - NINE_SAMPLER_PS(0));
1475 context->enabled_samplers_mask_ps &= ~BITFIELD_BIT(stage - NINE_SAMPLER_PS(0));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dpixelshader9.h84 samplers_shadow = (uint16_t)((context->samplers_shadow & NINE_PS_SAMPLERS_MASK) >> NINE_SAMPLER_PS(0));
H A Dnine_pipe.c251 cso_single_sampler(ctx, PIPE_SHADER_FRAGMENT, idx - NINE_SAMPLER_PS(0), &samp);
H A Dnine_state.h135 #define NINE_SAMPLER_PS(s) ( 0 + (s)) macro
H A Dnine_state.c975 const unsigned s = NINE_SAMPLER_PS(i);
1005 s - NINE_SAMPLER_PS(0), &device->dummy_sampler_state);

Completed in 15 milliseconds