Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_mc.c215 ureg_fixup_label(shader, label, ureg_get_instruction_number(shader)); in create_ref_frag_shader()
301 ureg_fixup_label(shader, label, ureg_get_instruction_number(shader)); in create_ycbcr_vert_shader()
349 ureg_fixup_label(shader, label, ureg_get_instruction_number(shader)); in create_ycbcr_frag_shader()
365 ureg_fixup_label(shader, label, ureg_get_instruction_number(shader)); in create_ycbcr_frag_shader()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_ff.c850 ureg_fixup_label(ureg, label[l-1], ureg_get_instruction_number(ureg)); in nine_ff_build_vs()
879 ureg_fixup_label(ureg, label[l-1], ureg_get_instruction_number(ureg)); in nine_ff_build_vs()
905 ureg_fixup_label(ureg, label[l-1], ureg_get_instruction_number(ureg)); in nine_ff_build_vs()
918 ureg_fixup_label(ureg, label[l-1], ureg_get_instruction_number(ureg)); in nine_ff_build_vs()
921 ureg_fixup_label(ureg, label[loop_label], ureg_get_instruction_number(ureg)); in nine_ff_build_vs()
Dnine_shader.c919 ureg_fixup_label(tx->ureg, tx->loop_labels[tx->loop_depth], in tx_endloop()
983 ureg_fixup_label(tx->ureg, tx->cond_labels[tx->cond_depth], in tx_endcond()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h531 ureg_fixup_label(struct ureg_program *ureg,
Dtgsi_ureg.c1321 ureg_fixup_label(struct ureg_program *ureg, in ureg_fixup_label() function
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2328 ureg_fixup_label(c->ureg, label, ureg_get_instruction_number(c->ureg)); in ntt_emit_if()
2333 ureg_fixup_label(c->ureg, label, ureg_get_instruction_number(c->ureg)); in ntt_emit_if()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c2282 ureg_fixup_label(sx.ureg, in Shader_tgsi_translate()