Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_build.c1042 const struct tgsi_full_instruction *full_inst, in tgsi_build_full_instruction() argument
1056 *instruction = tgsi_build_instruction(full_inst->Instruction.Opcode, in tgsi_build_full_instruction()
1057 full_inst->Instruction.Saturate, in tgsi_build_full_instruction()
1058 full_inst->Instruction.Precise, in tgsi_build_full_instruction()
1059 full_inst->Instruction.NumDstRegs, in tgsi_build_full_instruction()
1060 full_inst->Instruction.NumSrcRegs, in tgsi_build_full_instruction()
1063 if (full_inst->Instruction.Label) { in tgsi_build_full_instruction()
1073 full_inst->Label.Label, in tgsi_build_full_instruction()
1078 if (full_inst->Instruction.Texture) { in tgsi_build_full_instruction()
1088 full_inst->Texture.Texture, in tgsi_build_full_instruction()
[all …]
Dtgsi_build.h106 const struct tgsi_full_instruction *full_inst,
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c1060 const struct tgsi_full_instruction *full_inst, in tgsi_build_full_instruction() argument
1075 *instruction = tgsi_build_instruction(full_inst->Instruction.Opcode, in tgsi_build_full_instruction()
1076 full_inst->Instruction.Saturate, in tgsi_build_full_instruction()
1077 full_inst->Instruction.Precise, in tgsi_build_full_instruction()
1078 full_inst->Instruction.NumDstRegs, in tgsi_build_full_instruction()
1079 full_inst->Instruction.NumSrcRegs, in tgsi_build_full_instruction()
1083 if (full_inst->Instruction.Label) { in tgsi_build_full_instruction()
1093 full_inst->Label.Label, in tgsi_build_full_instruction()
1100 if (full_inst->Instruction.Texture) { in tgsi_build_full_instruction()
1110 full_inst->Texture.Texture, in tgsi_build_full_instruction()
[all …]
Dtgsi_build.h104 const struct tgsi_full_instruction *full_inst,