Searched refs:samplers_ps1_types (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dpixelshader9.h79 uint16_t samplers_ps1_types; local in function:NinePixelShader9_UpdateKey
90 samplers_ps1_types = 0;
94 samplers_ps1_types |= (context->texture[s].enabled ? context->texture[s].pstype : 1) << (s * 2);
97 * ps < 1.4: samplers_shadow 4b, samplers_ps1_types 8b, projected 8b
98 * ps 1.4: samplers_shadow 6b, samplers_ps1_types 12b
103 key |= samplers_ps1_types << 4;
107 key |= samplers_ps1_types << 6;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dpixelshader9.h80 uint16_t samplers_ps1_types; local in function:NinePixelShader9_UpdateKey
93 samplers_ps1_types = 0;
97 samplers_ps1_types |= (context->texture[s].enabled ? context->texture[s].pstype : 1) << (s * 2);
100 * ps < 1.4: samplers_shadow 4b, samplers_ps1_types 8b, projected 8b
101 * ps 1.4: samplers_shadow 6b, samplers_ps1_types 12b
106 key |= samplers_ps1_types << 4;
110 key |= samplers_ps1_types << 6;

Completed in 10 milliseconds