Searched defs:instruction_label (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c683 struct tgsi_instruction_label instruction_label; local
685 instruction_label.Label = 0;
686 instruction_label.Padding = 0;
688 return instruction_label;
698 struct tgsi_instruction_label instruction_label; local
700 instruction_label.Label = label;
701 instruction_label.Padding = 0;
706 return instruction_label;
1008 struct tgsi_instruction_label *instruction_label; local
1012 instruction_label
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c683 struct tgsi_instruction_label instruction_label; local
685 instruction_label.Label = 0;
686 instruction_label.Padding = 0;
688 return instruction_label;
698 struct tgsi_instruction_label instruction_label; local
700 instruction_label.Label = label;
701 instruction_label.Padding = 0;
706 return instruction_label;
1008 struct tgsi_instruction_label *instruction_label; local
1012 instruction_label
[all...]

Completed in 54 milliseconds