Searched refs:imm_base (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_tgsi.c | 165 uint32_t imm_base; /* base of immediates (in 32 bit units) */ member in struct:etna_compile 400 idx += c->imm_base; 445 assert((c->imm_base & 3) == 0); 446 idx += c->imm_base; 2030 c->imm_base = c->file[TGSI_FILE_CONSTANT].reg_size * 4; 2031 assign_uniforms(&c->file[TGSI_FILE_IMMEDIATE], c->imm_base / 4); 2032 DBG_F(ETNA_DBG_COMPILER_MSGS, "imm base: %i size: %i", c->imm_base, 2269 int num_uniforms = c->imm_base / 4 + (c->imm_size + 3) / 4; 2295 if (c->imm_base > c->specs->num_constants) { 2296 DBG("Number of constants (%d) exceeds maximum %d", c->imm_base, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler.c | 165 uint32_t imm_base; /* base of immediates (in 32 bit units) */ member in struct:etna_compile 390 idx += c->imm_base; 435 assert((c->imm_base & 3) == 0); 436 idx += c->imm_base; 1971 c->imm_base = c->file[TGSI_FILE_CONSTANT].reg_size * 4; 1972 assign_uniforms(&c->file[TGSI_FILE_IMMEDIATE], c->imm_base / 4); 1973 DBG_F(ETNA_DBG_COMPILER_MSGS, "imm base: %i size: %i", c->imm_base, 2231 int num_uniforms = c->imm_base / 4 + (c->imm_size + 3) / 4; 2257 if (c->imm_base > c->specs->num_constants) { 2258 DBG("Number of constants (%d) exceeds maximum %d", c->imm_base, [all...] |
Completed in 8 milliseconds