Home
last modified time | relevance | path

Searched refs:ureg_get_instruction_number (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.c920 ureg_get_instruction_number(tx->ureg)); in tx_endloop()
984 ureg_get_instruction_number(tx->ureg)); in tx_endcond()
1871 tx->inst_labels[n] = ureg_get_instruction_number(tx->ureg); in DECL_SPECIAL()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h520 ureg_get_instruction_number( struct ureg_program *ureg );
Dtgsi_ureg.c1312 ureg_get_instruction_number( struct ureg_program *ureg ) in ureg_get_instruction_number() 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.c2198 tgsi_inst_no = ureg_get_instruction_number(ureg); in Shader_tgsi_translate()