Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_reorder_uniforms.c44 uint32_t next_uniform = 0; in qir_reorder_uniforms() local
54 new = next_uniform++; in qir_reorder_uniforms()
76 uint32_t *uniform_data = ralloc_array(c, uint32_t, next_uniform); in qir_reorder_uniforms()
78 ralloc_array(c, enum quniform_contents, next_uniform); in qir_reorder_uniforms()
80 for (uint32_t i = 0; i < next_uniform; i++) { in qir_reorder_uniforms()
89 c->num_uniforms = next_uniform; in qir_reorder_uniforms()
Dvc4_qpu_schedule.c896 uint32_t *next_uniform) in schedule_instructions() argument
942 c->uniform_data[*next_uniform] = in schedule_instructions()
944 c->uniform_contents[*next_uniform] = in schedule_instructions()
946 (*next_uniform)++; in schedule_instructions()
958 c->uniform_data[*next_uniform] = in schedule_instructions()
960 c->uniform_contents[*next_uniform] = in schedule_instructions()
962 (*next_uniform)++; in schedule_instructions()
1027 uint32_t *next_uniform) in qpu_schedule_instructions_block() argument
1035 uint32_t next_sched_uniform = *next_uniform; in qpu_schedule_instructions_block()
1063 next_uniform); in qpu_schedule_instructions_block()
[all …]