Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c302 case TGSI_OPCODE_LODQ: in tgsi_util_get_inst_usage_mask()
327 if (inst->Instruction.Opcode == TGSI_OPCODE_LODQ) in tgsi_util_get_inst_usage_mask()
Dtgsi_scan.c63 opcode == TGSI_OPCODE_LODQ; in is_mem_query_inst()
370 case TGSI_OPCODE_LODQ: in scan_instruction()
Dtgsi_exec.c5236 case TGSI_OPCODE_LODQ: in exec_instruction()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h527 #define TGSI_OPCODE_LODQ 183 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h533 #define TGSI_OPCODE_LODQ 183 macro
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c225 { 1, 2, 1, 0, 0, 0, OTHR, "LODQ", TGSI_OPCODE_LODQ },
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_mem.c1340 if (tgsi_is_shadow_target(target) && opcode != TGSI_OPCODE_LODQ) { in tex_fetch_args()
1445 opcode == TGSI_OPCODE_LODQ, in tex_fetch_args()
1849 case TGSI_OPCODE_LODQ: in build_tex_intrinsic()
1966 bld_base->op_actions[TGSI_OPCODE_LODQ] = tex_action; in si_shader_context_init_mem()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1252 case TGSI_OPCODE_LODQ: in ttn_tex()
1618 [TGSI_OPCODE_LODQ] = 0,
1765 case TGSI_OPCODE_LODQ: in ttn_emit_instruction()
/external/virglrenderer/src/
Dvrend_shader.c1904 if (inst->Instruction.Opcode == TGSI_OPCODE_LODQ) { in get_tex_inst_ext()
2091 if (inst->Instruction.Opcode == TGSI_OPCODE_LODQ) in translate_tex()
3584 case TGSI_OPCODE_LODQ: in iter_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp326 case TGSI_OPCODE_LODQ: in srcMask()
3525 case TGSI_OPCODE_LODQ: in handleInstruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7762 else if (inst->Instruction.Opcode == TGSI_OPCODE_LODQ) { in tgsi_tex()
10433 [TGSI_OPCODE_LODQ] = { FETCH_OP_GET_LOD, tgsi_unsupported},
10630 [TGSI_OPCODE_LODQ] = { FETCH_OP_GET_LOD, tgsi_tex},
10852 [TGSI_OPCODE_LODQ] = { FETCH_OP_GET_LOD, tgsi_tex},
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4195 opcode = TGSI_OPCODE_LODQ; in visit()
5839 case TGSI_OPCODE_LODQ: in compile_tgsi_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c3901 bld.bld_base.op_actions[TGSI_OPCODE_LODQ].emit = lodq_emit; in lp_build_tgsi_soa()