Searched refs:TGSI_OPCODE_TG4 (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 246 case TGSI_OPCODE_TG4: { in tgsi_util_get_src_usage_mask() 291 opcode == TGSI_OPCODE_TG4) in tgsi_util_get_src_usage_mask()
|
D | tgsi_scan.c | 87 return opcode != TGSI_OPCODE_TG4 && in computes_derivative() 373 case TGSI_OPCODE_TG4: in scan_instruction()
|
D | tgsi_exec.c | 5134 case TGSI_OPCODE_TG4: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 536 TGSI_OPCODE_TG4 = 182, enumerator
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 321 case TGSI_OPCODE_TG4: in srcMask() 2346 case TGSI_OPCODE_TG4: shd = fetchSrc(1, 0); break; in handleTEX() 2400 if (tgsi.getOpcode() == TGSI_OPCODE_TG4 && !tgt.isShadow()) in handleTEX() 3521 case TGSI_OPCODE_TG4: in handleInstruction()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1940 [TGSI_OPCODE_TG4] = 0, 2110 case TGSI_OPCODE_TG4: in ttn_emit_instruction()
|
D | nir_to_tgsi.c | 2652 tex_opcode = TGSI_OPCODE_TG4; in ntt_emit_texture()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 7594 inst->Instruction.Opcode == TGSI_OPCODE_TG4) in tgsi_tex() 7991 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4) { in tgsi_tex() 8470 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4) { in tgsi_tex() 8555 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4 && in tgsi_tex() 11967 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_unsupported}, 12164 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_tex}, 12391 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_tex},
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 4541 bld.bld_base.op_actions[TGSI_OPCODE_TG4].emit = tg4_emit; in lp_build_tgsi_soa()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 839 ureg_tex_insn(tx->ureg, TGSI_OPCODE_TG4, &tmp, 1, target, TGSI_RETURN_TYPE_FLOAT, in TEX_if_fetch4()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 11053 case TGSI_OPCODE_TG4: in emit_instruction()
|