Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/vl/
H A 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()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dnine_ff.c857 ureg_fixup_label(ureg, label[l-1], ureg_get_instruction_number(ureg)); in nine_ff_build_vs()
886 ureg_fixup_label(ureg, label[l-1], ureg_get_instruction_number(ureg)); in nine_ff_build_vs()
912 ureg_fixup_label(ureg, label[l-1], ureg_get_instruction_number(ureg)); in nine_ff_build_vs()
925 ureg_fixup_label(ureg, label[l-1], ureg_get_instruction_number(ureg)); in nine_ff_build_vs()
928 ureg_fixup_label(ureg, label[loop_label], ureg_get_instruction_number(ureg)); in nine_ff_build_vs()
H A Dnine_shader.c927 ureg_get_instruction_number(tx->ureg)); in tx_endloop()
993 ureg_get_instruction_number(tx->ureg)); in tx_endcond()
1893 tx->inst_labels[n] = ureg_get_instruction_number(tx->ureg); in DECL_SPECIAL()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dnir_to_rc.c1950 if (ureg_get_instruction_number(c->ureg) != 0) { in ntr_emit_block()
2009 ureg_fixup_label(c->ureg, c->current_if_else, ureg_get_instruction_number(c->ureg)); in ntr_emit_block_ureg()
2015 ureg_fixup_label(c->ureg, c->current_if_else, ureg_get_instruction_number(c->ureg)); in ntr_emit_block_ureg()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.h521 ureg_get_instruction_number( struct ureg_program *ureg );
H A Dtgsi_ureg.c1319 ureg_get_instruction_number( struct ureg_program *ureg ) in ureg_get_instruction_number() function
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c3016 if (ureg_get_instruction_number(c->ureg) != 0) { in ntt_emit_block()
3079 ureg_fixup_label(c->ureg, c->current_if_else, ureg_get_instruction_number(c->ureg)); in ntt_emit_block_ureg()
3085 ureg_fixup_label(c->ureg, c->current_if_else, ureg_get_instruction_number(c->ureg)); in ntt_emit_block_ureg()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c2198 tgsi_inst_no = ureg_get_instruction_number(ureg); in Shader_tgsi_translate()