Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dvertexshader9.c65 info.fetch4 = 0x0; in NineVertexShader9_ctor()
218 info.fetch4 = 0x0; in NineVertexShader9_GetVariant()
265 info.fetch4 = 0x0; in NineVertexShader9_GetVariantProcessVertices()
Dpixelshader9.c60 info.fetch4 = 0x0; in NinePixelShader9_ctor()
212 info.fetch4 = key >> 32 ; in NinePixelShader9_GetVariant()
Dnine_shader.h74 uint16_t fetch4; member
Dnine_shader.c833 if (!(tx->info->fetch4 & (1 << idx))) in TEX_if_fetch4()