HomeSort by relevance Sort by last modified time
    Searched defs:remap_table (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_remove_constants.c 64 unsigned *remap_table; local
100 remap_table = malloc(c->Program.Constants.Count * sizeof(unsigned));
106 remap_table[new_count] = i;
139 *out_remap_table = remap_table;
142 free(remap_table);
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 281 unsigned *remap_table; member in struct:r300_constant_buffer

Completed in 452 milliseconds