Home
last modified time | relevance | path

Searched refs:imm_base (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_tgsi.c165 uint32_t imm_base; /* base of immediates (in 32 bit units) */ member
400 idx += c->imm_base; in alloc_imm()
445 assert((c->imm_base & 3) == 0); in alloc_imm_vec4u()
446 idx += c->imm_base; in alloc_imm_vec4u()
2015 c->imm_base = c->file[TGSI_FILE_CONSTANT].reg_size * 4; in assign_constants_and_immediates()
2016 assign_uniforms(&c->file[TGSI_FILE_IMMEDIATE], c->imm_base / 4); in assign_constants_and_immediates()
2017 DBG_F(ETNA_DBG_COMPILER_MSGS, "imm base: %i size: %i", c->imm_base, in assign_constants_and_immediates()
2253 int num_uniforms = c->imm_base / 4 + (c->imm_size + 3) / 4; in etna_compile_check_limits()
2279 if (c->imm_base > c->specs->num_constants) { in etna_compile_check_limits()
2280 DBG("Number of constants (%d) exceeds maximum %d", c->imm_base, in etna_compile_check_limits()
[all …]