HomeSort by relevance Sort by last modified time
    Searched refs:tgsi_inst (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/shader/
toy_tgsi.c 106 const struct tgsi_full_instruction *tgsi_inst,
113 int num_dst = tgsi_inst->Instruction.NumDstRegs;
114 int num_src = tgsi_inst->Instruction.NumSrcRegs;
117 opcode = aos_simple_opcode_map[tgsi_inst->Instruction.Opcode].opcode;
118 assert(num_dst == aos_simple_opcode_map[tgsi_inst->Instruction.Opcode].num_dst);
119 assert(num_src == aos_simple_opcode_map[tgsi_inst->Instruction.Opcode].num_src);
135 switch (tgsi_inst->Instruction.Opcode) {
194 const struct tgsi_full_instruction *tgsi_inst,
202 switch (tgsi_inst->Instruction.Opcode) {
261 const struct tgsi_full_instruction *tgsi_inst,
    [all...]
toy_tgsi.h 40 const struct tgsi_full_instruction *tgsi_inst,
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c 1253 struct tgsi_full_instruction *tgsi_inst = &c->token->FullInstruction; local
1491 struct tgsi_full_instruction *tgsi_inst = &c->token->FullInstruction; local
1699 struct tgsi_full_instruction *tgsi_inst = &c->token->FullInstruction; local
    [all...]

Completed in 895 milliseconds