Searched refs:full_instruction (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c1035 struct tgsi_full_instruction full_instruction; local in function:tgsi_default_full_instruction
1038 full_instruction.Instruction = tgsi_default_instruction();
1039 full_instruction.Label = tgsi_default_instruction_label();
1040 full_instruction.Texture = tgsi_default_instruction_texture();
1041 full_instruction.Memory = tgsi_default_instruction_memory();
1043 full_instruction.TexOffsets[i] = tgsi_default_texture_offset();
1046 full_instruction.Dst[i] = tgsi_default_full_dst_register();
1049 full_instruction.Src[i] = tgsi_default_full_src_register();
1052 return full_instruction;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c1032 struct tgsi_full_instruction full_instruction; local in function:tgsi_default_full_instruction
1035 full_instruction.Instruction = tgsi_default_instruction();
1036 full_instruction.Label = tgsi_default_instruction_label();
1037 full_instruction.Texture = tgsi_default_instruction_texture();
1038 full_instruction.Memory = tgsi_default_instruction_memory();
1040 full_instruction.TexOffsets[i] = tgsi_default_texture_offset();
1043 full_instruction.Dst[i] = tgsi_default_full_dst_register();
1046 full_instruction.Src[i] = tgsi_default_full_src_register();
1049 return full_instruction;

Completed in 7 milliseconds