HomeSort by: relevance | last modified time | path
    Searched defs:samplers_ps1_types (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
pixelshader9.h 80 uint16_t samplers_ps1_types; local
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;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
pixelshader9.h 79 uint16_t samplers_ps1_types; local
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;

Completed in 5 milliseconds