Searched refs:tgsi_inst (Results 1 – 3 of 3) sorted by relevance
106 const struct tgsi_full_instruction *tgsi_inst, in aos_simple() argument113 int num_dst = tgsi_inst->Instruction.NumDstRegs; in aos_simple()114 int num_src = tgsi_inst->Instruction.NumSrcRegs; in aos_simple()117 opcode = aos_simple_opcode_map[tgsi_inst->Instruction.Opcode].opcode; in aos_simple()118 assert(num_dst == aos_simple_opcode_map[tgsi_inst->Instruction.Opcode].num_dst); in aos_simple()119 assert(num_src == aos_simple_opcode_map[tgsi_inst->Instruction.Opcode].num_src); in aos_simple()135 switch (tgsi_inst->Instruction.Opcode) { in aos_simple()194 const struct tgsi_full_instruction *tgsi_inst, in aos_set_on_cond() argument202 switch (tgsi_inst->Instruction.Opcode) { in aos_set_on_cond()261 const struct tgsi_full_instruction *tgsi_inst, in aos_compare() argument[all …]
40 const struct tgsi_full_instruction *tgsi_inst,
1253 struct tgsi_full_instruction *tgsi_inst = &c->token->FullInstruction; in ttn_tex() local1258 switch (tgsi_inst->Instruction.Opcode) { in ttn_tex()1291 if (tgsi_inst->Texture.Texture == TGSI_TEXTURE_2D_MSAA || in ttn_tex()1292 tgsi_inst->Texture.Texture == TGSI_TEXTURE_2D_ARRAY_MSAA) { in ttn_tex()1310 fprintf(stderr, "unknown TGSI tex op %d\n", tgsi_inst->Instruction.Opcode); in ttn_tex()1314 if (tgsi_inst->Texture.Texture == TGSI_TEXTURE_SHADOW1D || in ttn_tex()1315 tgsi_inst->Texture.Texture == TGSI_TEXTURE_SHADOW1D_ARRAY || in ttn_tex()1316 tgsi_inst->Texture.Texture == TGSI_TEXTURE_SHADOW2D || in ttn_tex()1317 tgsi_inst->Texture.Texture == TGSI_TEXTURE_SHADOW2D_ARRAY || in ttn_tex()1318 tgsi_inst->Texture.Texture == TGSI_TEXTURE_SHADOWRECT || in ttn_tex()[all …]