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

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_reorder_uniforms.c 44 uint32_t next_uniform = 0; local
54 new = next_uniform++;
76 uint32_t *uniform_data = ralloc_array(c, uint32_t, next_uniform);
78 ralloc_array(c, enum quniform_contents, next_uniform);
80 for (uint32_t i = 0; i < next_uniform; i++) {
89 c->num_uniforms = next_uniform;
vc4_qpu_schedule.c 896 uint32_t *next_uniform)
942 c->uniform_data[*next_uniform] =
944 c->uniform_contents[*next_uniform]
1122 uint32_t next_uniform = 0; local
    [all...]

Completed in 104 milliseconds