Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dbasetexture9.h45 boolean fetch4_compatible; member
Dbasetexture9.c88 This->fetch4_compatible = fetch4_compatible_format(This->format); in NineBaseTexture9_ctor()
Dnine_state.c1461 uint fetch4_compatible = (fetch4_shadow_enabled >> 2) & 1; in CSMT_ITEM_NO_WAIT() local
1478 context->samplers_fetch4 |= fetch4_compatible << stage; in CSMT_ITEM_NO_WAIT()
1508 fetch4_shadow_enabled |= tex->fetch4_compatible << 2; in nine_context_set_texture()