Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_LAST (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c45 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] =
H A Dtgsi_scan.h82 uint opcode_count[TGSI_OPCODE_LAST]; /**< opcode histogram */
H A Dtgsi_text.c1053 for (i = 0; i < TGSI_OPCODE_LAST; i++) { in parse_instruction()
1068 if (i == TGSI_OPCODE_LAST) { in parse_instruction()
H A Dtgsi_scan.c346 assert(fullinst->Instruction.Opcode < TGSI_OPCODE_LAST); in scan_instruction()
H A Dtgsi_build.c670 assert (opcode <= TGSI_OPCODE_LAST); in tgsi_build_instruction()
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_op.c40 #define TGSI_OPCODE_INVALID TGSI_OPCODE_LAST
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h621 TGSI_OPCODE_LAST = 252, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h357 struct lp_build_tgsi_action op_actions[TGSI_OPCODE_LAST];
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c83 } op_table[TGSI_OPCODE_LAST] = {
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c58 #define TGSI_LOG_UNSUPPORTED TGSI_OPCODE_LAST
63 #define TGSI_EXPAND (TGSI_OPCODE_LAST+1)
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1790 static const nir_op op_trans[TGSI_OPCODE_LAST] = {
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c11980 [TGSI_OPCODE_LAST] = { ALU_OP0_NOP, tgsi_unsupported},
12207 [TGSI_OPCODE_LAST] = { ALU_OP0_NOP, tgsi_unsupported},
12434 [TGSI_OPCODE_LAST] = { ALU_OP0_NOP, tgsi_unsupported},

Completed in 29 milliseconds