Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_schedule.c153 } tex_fifo[8]; member
162 add_dep(state->dir, state->tex_fifo[0].node, n); in block_until_tex_result()
164 state->tfreq_count -= state->tex_fifo[0].coords; in block_until_tex_result()
167 memmove(&state->tex_fifo[0], in block_until_tex_result()
168 &state->tex_fifo[1], in block_until_tex_result()
169 state->tex_fifo_pos * sizeof(state->tex_fifo[0])); in block_until_tex_result()
375 state.tex_fifo[state.tex_fifo_pos].coords++; in calculate_forward_deps()
394 state.tex_fifo[state.tex_fifo_pos].node = n; in calculate_forward_deps()
397 memset(&state.tex_fifo[state.tex_fifo_pos], 0, in calculate_forward_deps()
398 sizeof(state.tex_fifo[0])); in calculate_forward_deps()