Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c683 struct tgsi_instruction_label instruction_label; in tgsi_default_instruction_label() local
685 instruction_label.Label = 0; in tgsi_default_instruction_label()
686 instruction_label.Padding = 0; in tgsi_default_instruction_label()
688 return instruction_label; in tgsi_default_instruction_label()
698 struct tgsi_instruction_label instruction_label; in tgsi_build_instruction_label() local
700 instruction_label.Label = label; in tgsi_build_instruction_label()
701 instruction_label.Padding = 0; in tgsi_build_instruction_label()
706 return instruction_label; in tgsi_build_instruction_label()
1008 struct tgsi_instruction_label *instruction_label; in tgsi_build_full_instruction() local
1012 instruction_label = in tgsi_build_full_instruction()
[all …]