Searched refs:samplers_fetch4 (Results 1 – 3 of 3) sorted by relevance
79 uint16_t samplers_fetch4; in NinePixelShader9_UpdateKey() local86 …samplers_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()
302 uint32_t samplers_fetch4; member
1477 context->samplers_fetch4 &= ~(1 << stage); in CSMT_ITEM_NO_WAIT()1478 context->samplers_fetch4 |= fetch4_compatible << stage; in CSMT_ITEM_NO_WAIT()