Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_TEX (Results 1 – 25 of 27) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c287 case TGSI_OPCODE_TEX: in tgsi_util_get_inst_usage_mask()
327 if (inst->Instruction.Opcode != TGSI_OPCODE_TEX) { in tgsi_util_get_inst_usage_mask()
Dtgsi_info.c92 { 1, 2, 1, 0, 0, 0, 0, OTHR, "TEX", TGSI_OPCODE_TEX },
Dtgsi_transform.h536 inst.Instruction.Opcode = TGSI_OPCODE_TEX; in tgsi_transform_tex_inst()
Dtgsi_lowering.c1288 opcode = TGSI_OPCODE_TEX; in transform_samp()
1576 case TGSI_OPCODE_TEX: in transform_instr()
1739 n = info->opcode_count[TGSI_OPCODE_TEX] + in tgsi_transform_lowering()
/external/mesa3d/src/mesa/state_tracker/
Dst_tgsi_lower_yuv.c104 inst.Instruction.Opcode = TGSI_OPCODE_TEX; in tex_instruction()
396 case TGSI_OPCODE_TEX: { in transform_instr()
Dst_cb_drawpixels_shader.c164 inst.Instruction.Opcode = TGSI_OPCODE_TEX; in transform_instr()
Dst_atifs_to_tgsi.c335 ureg_tex_insn(t->ureg, TGSI_OPCODE_TEX, dst, 1, TGSI_TEXTURE_2D, in compile_setupinst()
685 if (current_inst->Instruction.Opcode == TGSI_OPCODE_TEX) { in transform_instr()
Dst_mesa_to_tgsi.c485 return TGSI_OPCODE_TEX; in translate_opcode()
Dst_glsl_to_tgsi.cpp3993 opcode = (is_cube_array && ir->shadow_comparator) ? TGSI_OPCODE_TEX2 : TGSI_OPCODE_TEX; in visit()
4089 if (opcode == TGSI_OPCODE_TEX) { in visit()
5626 case TGSI_OPCODE_TEX: in compile_tgsi_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h383 #define TGSI_OPCODE_TEX 52 macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c77 case TGSI_OPCODE_TEX: return RC_OPCODE_TEX; in translate_opcode()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c321 case TGSI_OPCODE_TEX: in analyse_instruction()
Dlp_bld_tgsi_aos.c723 case TGSI_OPCODE_TEX: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c2747 if (opcode == TGSI_OPCODE_TEX || in near_end_of_shader()
4007 bld.bld_base.op_actions[TGSI_OPCODE_TEX].emit = tex_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1259 case TGSI_OPCODE_TEX: in ttn_tex()
1563 [TGSI_OPCODE_TEX] = 0,
1836 case TGSI_OPCODE_TEX: in ttn_emit_instruction()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c332 case TGSI_OPCODE_TEX: in aos_tex()
800 [TGSI_OPCODE_TEX] = aos_tex,
1341 [TGSI_OPCODE_TEX] = soa_passthrough,
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c118 [ TGSI_OPCODE_TEX ] = { true, false, 0, 1, 2 },
Di915_fpc_translate.c1025 case TGSI_OPCODE_TEX: in i915_translate_instruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c1682 case TGSI_OPCODE_TEX: in emit_tex2()
1894 case TGSI_OPCODE_TEX: in emit_tex()
2887 case TGSI_OPCODE_TEX: in svga_emit_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp303 case TGSI_OPCODE_TEX: in srcMask()
315 if (insn->Instruction.Opcode != TGSI_OPCODE_TEX && in srcMask()
2234 (tgsi.getOpcode() == TGSI_OPCODE_TEX || in handleTEX()
3314 case TGSI_OPCODE_TEX: in handleInstruction()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_compiler.c1087 case TGSI_OPCODE_TEX: in translate_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c753 case TGSI_OPCODE_TEX: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.c1665 case TGSI_OPCODE_TEX: in trans_sampler()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9113 [TGSI_OPCODE_TEX] = { FETCH_OP_SAMPLE, tgsi_tex},
9311 [TGSI_OPCODE_TEX] = { FETCH_OP_SAMPLE, tgsi_tex},
9534 [TGSI_OPCODE_TEX] = { FETCH_OP_SAMPLE, tgsi_tex},
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c4964 case TGSI_OPCODE_TEX: in build_tex_intrinsic()
6732 bld_base->op_actions[TGSI_OPCODE_TEX] = tex_action; in si_init_shader_ctx()

12