Searched refs:sampler_ps1xtypes (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dpixelshader9.c60 info.sampler_ps1xtypes = 0x0;
194 info.sampler_ps1xtypes = (key >> 4) & 0xff;
197 info.sampler_ps1xtypes = (key >> 6) & 0xfff;
201 info.sampler_ps1xtypes = 0;
H A Dnine_shader.h64 uint32_t sampler_ps1xtypes; /* 2 bits per sampler */ member in struct:nine_shader_info
H A Dvertexshader9.c65 info.sampler_ps1xtypes = 0x0;
H A Dnine_shader.c2161 switch ((info->sampler_ps1xtypes >> (stage * 2)) & 0x3) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dpixelshader9.c61 info.sampler_ps1xtypes = 0x0;
195 info.sampler_ps1xtypes = (key >> 4) & 0xff;
198 info.sampler_ps1xtypes = (key >> 6) & 0xfff;
202 info.sampler_ps1xtypes = 0;
H A Dnine_shader.h65 uint32_t sampler_ps1xtypes; /* 2 bits per sampler */ member in struct:nine_shader_info
H A Dvertexshader9.c66 info.sampler_ps1xtypes = 0x0;
H A Dnine_shader.c2188 switch ((info->sampler_ps1xtypes >> (stage * 2)) & 0x3) {

Completed in 23 milliseconds