Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_RESQ (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c158 case TGSI_OPCODE_RESQ: /* bindless handle possible */ in tgsi_util_get_src_usage_mask()
Dtgsi_scan.c61 return opcode == TGSI_OPCODE_RESQ || in is_mem_query_inst()
379 case TGSI_OPCODE_RESQ: in scan_instruction()
Dtgsi_text.c1093 i == TGSI_OPCODE_RESQ) { in parse_instruction()
Dtgsi_exec.c5840 case TGSI_OPCODE_RESQ: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h450 TGSI_OPCODE_RESQ = 105, enumerator
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi.c421 info->uses_image_size = tgsi_info->opcode_count[TGSI_OPCODE_RESQ] ? 1 : 0; in svga_tgsi_scan_shader()
Dsvga_tgsi_vgpu10.c11175 case TGSI_OPCODE_RESQ: in emit_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2007 opcode = TGSI_OPCODE_RESQ; in ntt_emit_mem()
2091 op = TGSI_OPCODE_RESQ; in ntt_emit_image_load_store()
2094 op = TGSI_OPCODE_RESQ; in ntt_emit_image_load_store()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3824 case TGSI_OPCODE_RESQ: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c4558 bld.bld_base.op_actions[TGSI_OPCODE_RESQ].emit = resq_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11890 [TGSI_OPCODE_RESQ] = { ALU_OP0_NOP, tgsi_unsupported},
12087 [TGSI_OPCODE_RESQ] = { FETCH_OP_GET_TEXTURE_RESINFO, tgsi_resq},
12314 [TGSI_OPCODE_RESQ] = { FETCH_OP_GET_TEXTURE_RESINFO, tgsi_resq},