Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_LODQ (Results 1 – 14 of 14) 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.c64 opcode == TGSI_OPCODE_LODQ; in is_mem_query_inst()
374 case TGSI_OPCODE_LODQ: in scan_instruction()
Dtgsi_exec.c5457 case TGSI_OPCODE_LODQ: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h543 TGSI_OPCODE_LODQ = 183, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h525 #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/auxiliary/nir/
Dtgsi_to_nir.c1387 case TGSI_OPCODE_LODQ: in ttn_tex()
1940 [TGSI_OPCODE_LODQ] = 0,
2108 case TGSI_OPCODE_LODQ: in ttn_emit_instruction()
Dnir_to_tgsi.c1796 tex_opcode = TGSI_OPCODE_LODQ; in ntt_emit_texture()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp324 case TGSI_OPCODE_LODQ: in srcMask()
3449 case TGSI_OPCODE_LODQ: in handleInstruction()
/external/virglrenderer/src/
Dvrend_shader.c2354 case TGSI_OPCODE_LODQ: in get_tex_inst_ext()
2543 if (inst->Instruction.Opcode == TGSI_OPCODE_LODQ) in translate_tex()
5062 case TGSI_OPCODE_LODQ: in iter_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c8469 else if (inst->Instruction.Opcode == TGSI_OPCODE_LODQ) { in tgsi_tex()
11856 [TGSI_OPCODE_LODQ] = { FETCH_OP_GET_LOD, tgsi_unsupported},
12053 [TGSI_OPCODE_LODQ] = { FETCH_OP_GET_LOD, tgsi_tex},
12279 [TGSI_OPCODE_LODQ] = { FETCH_OP_GET_LOD, tgsi_tex},
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4437 opcode = TGSI_OPCODE_LODQ; in visit()
6173 case TGSI_OPCODE_LODQ: in compile_tgsi_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c4535 bld.bld_base.op_actions[TGSI_OPCODE_LODQ].emit = lodq_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c9352 case TGSI_OPCODE_LODQ: in emit_vgpu10_instruction()