Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_LAST (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
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] =
Dtgsi_scan.h85 uint opcode_count[TGSI_OPCODE_LAST]; /**< opcode histogram */
Dtgsi_text.c1053 for (i = 0; i < TGSI_OPCODE_LAST; i++) { in parse_instruction()
1068 if (i == TGSI_OPCODE_LAST) { in parse_instruction()
Dtgsi_build.c674 assert (opcode <= TGSI_OPCODE_LAST); in tgsi_build_instruction()
Dtgsi_scan.c346 assert(fullinst->Instruction.Opcode < TGSI_OPCODE_LAST); in scan_instruction()
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_shader_op.c40 #define TGSI_OPCODE_INVALID TGSI_OPCODE_LAST
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h78 uint opcode_count[TGSI_OPCODE_LAST]; /**< opcode histogram */
Dtgsi_info.c38 static const struct tgsi_opcode_info opcode_info[TGSI_OPCODE_LAST] =
315 if (opcode < TGSI_OPCODE_LAST) in tgsi_get_opcode_info()
Dtgsi_scan.c101 assert(fullinst->Instruction.Opcode < TGSI_OPCODE_LAST); in tgsi_scan_shader()
Dtgsi_text.c1039 for (i = 0; i < TGSI_OPCODE_LAST; i++) { in parse_instruction()
1054 if (i == TGSI_OPCODE_LAST) { in parse_instruction()
Dtgsi_build.c661 assert (opcode <= TGSI_OPCODE_LAST); in tgsi_build_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h626 TGSI_OPCODE_LAST = 252, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h607 #define TGSI_OPCODE_LAST 257 macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h354 struct lp_build_tgsi_action op_actions[TGSI_OPCODE_LAST];
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c78 } op_table [TGSI_OPCODE_LAST] = {
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp475 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()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_tgsi.c1787 static const struct instr_translater translaters[TGSI_OPCODE_LAST] = {
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1790 static const nir_op op_trans[TGSI_OPCODE_LAST] = {
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11868 [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},