Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir_schedule.c132 } tex_fifo[8]; member
141 add_dep(state->dir, state->tex_fifo[0].node, n); in block_until_tex_result()
143 state->tfreq_count -= state->tex_fifo[0].coords; in block_until_tex_result()
146 memmove(&state->tex_fifo[0], in block_until_tex_result()
147 &state->tex_fifo[1], in block_until_tex_result()
148 state->tex_fifo_pos * sizeof(state->tex_fifo[0])); in block_until_tex_result()
354 state.tex_fifo[state.tex_fifo_pos].coords++; in calculate_forward_deps()
373 state.tex_fifo[state.tex_fifo_pos].node = n; in calculate_forward_deps()
376 memset(&state.tex_fifo[state.tex_fifo_pos], 0, in calculate_forward_deps()
377 sizeof(state.tex_fifo[ in calculate_forward_deps()
[all...]

Completed in 2 milliseconds