Searched refs:samplers_fetch4 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dpixelshader9.h79 uint16_t samplers_fetch4; local in function:NinePixelShader9_UpdateKey
86 samplers_fetch4 = (uint16_t)((context->samplers_fetch4 & NINE_PS_SAMPLERS_MASK) >> NINE_SAMPLER_PS(0));
88 samplers_fetch4 &= ps->sampler_mask;
130 key |= ((uint64_t)(context->rs[NINED3DRS_FETCH4] & samplers_fetch4)) << 32;
H A Dnine_state.h302 uint32_t samplers_fetch4; member in struct:nine_context
H A Dnine_state.c1481 context->samplers_fetch4 &= ~(1 << stage);
1482 context->samplers_fetch4 |= fetch4_compatible << stage;

Completed in 8 milliseconds