Searched refs:TGSI_OPCODE_LAST (Results 1 – 19 of 19) sorted by relevance
45 static const struct tgsi_opcode_info opcode_info[TGSI_OPCODE_LAST] =58 ASSERT_BITFIELD_SIZE(struct tgsi_opcode_info, opcode, TGSI_OPCODE_LAST - 1); in tgsi_get_opcode_info()69 if (opcode < TGSI_OPCODE_LAST) in tgsi_get_opcode_info()79 static const char * const opcode_names[TGSI_OPCODE_LAST] =
85 uint opcode_count[TGSI_OPCODE_LAST]; /**< opcode histogram */
1053 for (i = 0; i < TGSI_OPCODE_LAST; i++) { in parse_instruction()1068 if (i == TGSI_OPCODE_LAST) { in parse_instruction()
674 assert (opcode <= TGSI_OPCODE_LAST); in tgsi_build_instruction()
346 assert(fullinst->Instruction.Opcode < TGSI_OPCODE_LAST); in scan_instruction()
40 #define TGSI_OPCODE_INVALID TGSI_OPCODE_LAST
78 uint opcode_count[TGSI_OPCODE_LAST]; /**< opcode histogram */
38 static const struct tgsi_opcode_info opcode_info[TGSI_OPCODE_LAST] =315 if (opcode < TGSI_OPCODE_LAST) in tgsi_get_opcode_info()
101 assert(fullinst->Instruction.Opcode < TGSI_OPCODE_LAST); in tgsi_scan_shader()
1039 for (i = 0; i < TGSI_OPCODE_LAST; i++) { in parse_instruction()1054 if (i == TGSI_OPCODE_LAST) { in parse_instruction()
661 assert (opcode <= TGSI_OPCODE_LAST); in tgsi_build_instruction()
626 TGSI_OPCODE_LAST = 252, enumerator
607 #define TGSI_OPCODE_LAST 257 macro
354 struct lp_build_tgsi_action op_actions[TGSI_OPCODE_LAST];
78 } op_table [TGSI_OPCODE_LAST] = {
475 STATIC_ASSERT(TGSI_OPCODE_LAST <= 255); in emit_asm()794 assert(op != TGSI_OPCODE_LAST); in get_opcode()6604 (enum tgsi_opcode) (TGSI_OPCODE_LAST - 1)); in st_translate_program()
1787 static const struct instr_translater translaters[TGSI_OPCODE_LAST] = {
1790 static const nir_op op_trans[TGSI_OPCODE_LAST] = {
11868 [TGSI_OPCODE_LAST] = { ALU_OP0_NOP, tgsi_unsupported},12094 [TGSI_OPCODE_LAST] = { ALU_OP0_NOP, tgsi_unsupported},12320 [TGSI_OPCODE_LAST] = { ALU_OP0_NOP, tgsi_unsupported},