Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c1054 const struct tgsi_full_instruction *full_inst, in tgsi_build_full_instruction() argument
1068 *instruction = tgsi_build_instruction(full_inst->Instruction.Opcode, in tgsi_build_full_instruction()
1069 full_inst->Instruction.Saturate, in tgsi_build_full_instruction()
1070 full_inst->Instruction.Precise, in tgsi_build_full_instruction()
1071 full_inst->Instruction.NumDstRegs, in tgsi_build_full_instruction()
1072 full_inst->Instruction.NumSrcRegs, in tgsi_build_full_instruction()
1075 if (full_inst->Instruction.Label) { in tgsi_build_full_instruction()
1085 full_inst->Label.Label, in tgsi_build_full_instruction()
1090 if (full_inst->Instruction.Texture) { in tgsi_build_full_instruction()
1100 full_inst->Texture.Texture, in tgsi_build_full_instruction()
[all …]
Dtgsi_build.h104 const struct tgsi_full_instruction *full_inst,