Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_TXQ (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c135 { 1, 2, 1, 0, 0, 0, 0, OTHR, "TXQ", TGSI_OPCODE_TXQ },
358 case TGSI_OPCODE_TXQ: in tgsi_opcode_infer_type()
Dtgsi_scan.c61 opcode == TGSI_OPCODE_TXQ || in is_mem_query_inst()
92 opcode != TGSI_OPCODE_TXQ && in computes_derivative()
Dtgsi_exec.c5630 case TGSI_OPCODE_TXQ: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h428 #define TGSI_OPCODE_TXQ 95 macro
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c350 case TGSI_OPCODE_TXQ: in aos_tex()
835 [TGSI_OPCODE_TXQ] = aos_tex,
1376 [TGSI_OPCODE_TXQ] = soa_passthrough,
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1607 [TGSI_OPCODE_TXQ] = 0,
1851 case TGSI_OPCODE_TXQ: in ttn_emit_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c905 case TGSI_OPCODE_TXQ: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c2753 opcode == TGSI_OPCODE_TXQ || in near_end_of_shader()
4012 bld.bld_base.op_actions[TGSI_OPCODE_TXQ].emit = txq_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4035 opcode = TGSI_OPCODE_TXQ; in visit()
4040 opcode = TGSI_OPCODE_TXQ; in visit()
4186 else if (opcode == TGSI_OPCODE_TXQ) { in visit()
5631 case TGSI_OPCODE_TXQ: in compile_tgsi_instruction()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c4313 if (opcode == TGSI_OPCODE_TXF || opcode == TGSI_OPCODE_TXQ) in set_tex_fetch_args()
4489 set_tex_fetch_args(ctx, emit_data, TGSI_OPCODE_TXQ, target, res_ptr, in txq_fetch_args()
4886 set_tex_fetch_args(ctx, &txq_emit_data, TGSI_OPCODE_TXQ, in si_lower_gather4_integer()
6741 bld_base->op_actions[TGSI_OPCODE_TXQ].fetch_args = txq_fetch_args; in si_init_shader_ctx()
6742 bld_base->op_actions[TGSI_OPCODE_TXQ].emit = txq_emit; in si_init_shader_ctx()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c6799 if (inst->Instruction.Opcode == TGSI_OPCODE_TXQ && in tgsi_tex()
6822 if (inst->Instruction.Opcode == TGSI_OPCODE_TXQ) { in tgsi_tex()
6902 inst->Instruction.Opcode != TGSI_OPCODE_TXQ && in tgsi_tex()
9156 [TGSI_OPCODE_TXQ] = { FETCH_OP_GET_TEXTURE_RESINFO, tgsi_tex},
9354 [TGSI_OPCODE_TXQ] = { FETCH_OP_GET_TEXTURE_RESINFO, tgsi_tex},
9577 [TGSI_OPCODE_TXQ] = { FETCH_OP_GET_TEXTURE_RESINFO, tgsi_tex},
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3352 case TGSI_OPCODE_TXQ: in handleInstruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c5793 case TGSI_OPCODE_TXQ: in emit_vgpu10_instruction()