Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_emit_uniform_stream_resets.c55 if (block != qir_entry_block(c) && in qir_emit_uniform_stream_resets()
Dvc4_opt_coalesce_ff_writes.c37 struct qblock *block = qir_entry_block(c); in qir_opt_coalesce_ff_writes()
Dvc4_opt_vpm.c40 struct qblock *block = qir_entry_block(c); in qir_opt_vpm()
Dvc4_qir.h558 struct qblock *qir_entry_block(struct vc4_compile *c);
698 struct qblock *entry = qir_entry_block(c); \
Dvc4_qir.c619 qir_entry_block(struct vc4_compile *c) in qir_entry_block() function