Searched refs:ureg_fixup_label (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mc.c | 215 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/ |
D | nine_ff.c | 850 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()
|
D | nine_shader.c | 919 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/ |
D | tgsi_ureg.h | 531 ureg_fixup_label(struct ureg_program *ureg,
|
D | tgsi_ureg.c | 1321 ureg_fixup_label(struct ureg_program *ureg, in ureg_fixup_label() function
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 2328 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/ |
D | ShaderTGSI.c | 2282 ureg_fixup_label(sx.ureg, in Shader_tgsi_translate()
|