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

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
tgsi_dynamic_indexing.c 28 * This utility transforms the shader to support dynamic array indexing
100 * indexing of constant buffers / samplers from the shader.
282 boolean indexing = FALSE; local
294 if (indexing)
295 assert("More than one src has dynamic indexing");
303 indexing = TRUE;
307 if (!indexing) {
313 * TGSI utility to remove dynamic array indexing for constant buffers and

Completed in 4 milliseconds