Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_TXL (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c296 case TGSI_OPCODE_TXL: in tgsi_util_get_inst_usage_mask()
337 inst->Instruction.Opcode == TGSI_OPCODE_TXL || in tgsi_util_get_inst_usage_mask()
Dtgsi_scan.c92 opcode != TGSI_OPCODE_TXL && in computes_derivative()
364 case TGSI_OPCODE_TXL: in scan_instruction()
Dtgsi_lowering.c1409 case TGSI_OPCODE_TXL: in transform_instr()
1552 info->opcode_count[TGSI_OPCODE_TXL]; in tgsi_transform_lowering()
Dtgsi_exec.c5436 case TGSI_OPCODE_TXL: in exec_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_util.c284 case TGSI_OPCODE_TXL: in tgsi_util_get_inst_usage_mask()
Dtgsi_info.c112 { 1, 2, 1, 0, 0, 0, OTHR, "TXL", TGSI_OPCODE_TXL },
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h423 TGSI_OPCODE_TXL = 72, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h406 #define TGSI_OPCODE_TXL 72 macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c88 case TGSI_OPCODE_TXL: return RC_OPCODE_TXL; in translate_opcode()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c335 case TGSI_OPCODE_TXL: in analyse_instruction()
Dlp_bld_tgsi_aos.c734 case TGSI_OPCODE_TXL: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c2682 opcode == TGSI_OPCODE_TXL || in near_end_of_shader()
4525 bld.bld_base.op_actions[TGSI_OPCODE_TXL].emit = txl_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1362 case TGSI_OPCODE_TXL: in ttn_tex()
1482 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TXL || in ttn_tex()
1849 [TGSI_OPCODE_TXL] = 0,
2099 case TGSI_OPCODE_TXL: in ttn_emit_instruction()
Dnir_to_tgsi.c1778 tex_opcode = TGSI_OPCODE_TXL; in ntt_emit_texture()
1898 if (tex_opcode == TGSI_OPCODE_TXL) in ntt_emit_texture()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c1636 case TGSI_OPCODE_TXL: in emit_tex2()
1840 case TGSI_OPCODE_TXL: in emit_tex()
2776 case TGSI_OPCODE_TXL: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c8412 assert(inst->Instruction.Opcode == TGSI_OPCODE_TXL || in emit_txl_txb()
8434 if (inst->Instruction.Opcode == TGSI_OPCODE_TXL) { in emit_txl_txb()
9394 case TGSI_OPCODE_TXL: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c751 case TGSI_OPCODE_TXL: in nvfx_fragprog_parse_instruction()
/external/virglrenderer/src/
Dvrend_shader.c2365 case TGSI_OPCODE_TXL: in get_tex_inst_ext()
2648 case TGSI_OPCODE_TXL: in translate_tex()
2724 …if (inst->Instruction.Opcode == TGSI_OPCODE_TXL || inst->Instruction.Opcode == TGSI_OPCODE_TXL2 ||… in translate_tex()
5055 case TGSI_OPCODE_TXL: in iter_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp318 case TGSI_OPCODE_TXL: in srcMask()
3447 case TGSI_OPCODE_TXL: in handleInstruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4368 …ampler_shadow && sampler_type->coordinate_components() >= 3)) ? TGSI_OPCODE_TXL2 : TGSI_OPCODE_TXL; in visit()
4539 } else if (opcode == TGSI_OPCODE_TXL || opcode == TGSI_OPCODE_TXB || in visit()
6163 case TGSI_OPCODE_TXL: in compile_tgsi_instruction()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_tgsi.c1736 case TGSI_OPCODE_TXL: in trans_sampler()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7889 inst->Instruction.Opcode == TGSI_OPCODE_TXL || in tgsi_tex()
11745 [TGSI_OPCODE_TXL] = { FETCH_OP_SAMPLE_L, tgsi_tex},
11943 [TGSI_OPCODE_TXL] = { FETCH_OP_SAMPLE_L, tgsi_tex},
12169 [TGSI_OPCODE_TXL] = { FETCH_OP_SAMPLE_L, tgsi_tex},