Home
last modified time | relevance | path

Searched refs:NINE_SAMPLER_PS (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dpixelshader9.h87 …lers_shadow = (uint16_t)((context->samplers_shadow & NINE_PS_SAMPLERS_MASK) >> NINE_SAMPLER_PS(0)); in NinePixelShader9_UpdateKey()
Dnine_pipe.c247 cso_single_sampler(ctx, PIPE_SHADER_FRAGMENT, idx - NINE_SAMPLER_PS(0), &samp); in nine_convert_sampler_state()
Dnine_state.h134 #define NINE_SAMPLER_PS(s) ( 0 + (s)) macro
Dnine_state.c899 const unsigned s = NINE_SAMPLER_PS(i); in update_textures_and_samplers()
929 s - NINE_SAMPLER_PS(0), &device->dummy_sampler_state); in update_textures_and_samplers()