Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dpixelshader9.h79 uint16_t samplers_fetch4; in NinePixelShader9_UpdateKey() local
86samplers_fetch4 = (uint16_t)((context->samplers_fetch4 & NINE_PS_SAMPLERS_MASK) >> NINE_SAMPLER_PS… in NinePixelShader9_UpdateKey()
88 samplers_fetch4 &= ps->sampler_mask; in NinePixelShader9_UpdateKey()
130 key |= ((uint64_t)(context->rs[NINED3DRS_FETCH4] & samplers_fetch4)) << 32; in NinePixelShader9_UpdateKey()
Dnine_state.h302 uint32_t samplers_fetch4; member
Dnine_state.c1477 context->samplers_fetch4 &= ~(1 << stage); in CSMT_ITEM_NO_WAIT()
1478 context->samplers_fetch4 |= fetch4_compatible << stage; in CSMT_ITEM_NO_WAIT()