Searched refs:TGSI_OPCODE_TG4 (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 303 case TGSI_OPCODE_TG4: { in tgsi_util_get_inst_usage_mask() 348 inst->Instruction.Opcode == TGSI_OPCODE_TG4) in tgsi_util_get_inst_usage_mask()
|
D | tgsi_scan.c | 86 return opcode != TGSI_OPCODE_TG4 && in computes_derivative() 369 case TGSI_OPCODE_TG4: in scan_instruction()
|
D | tgsi_exec.c | 5229 case TGSI_OPCODE_TG4: in exec_instruction()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 525 #define TGSI_OPCODE_TG4 182 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 531 #define TGSI_OPCODE_TG4 182 macro
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 224 { 1, 3, 1, 0, 0, 0, OTHR, "TG4", TGSI_OPCODE_TG4 },
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_mem.c | 1617 if (opcode == TGSI_OPCODE_TG4) { in tex_fetch_args() 1875 case TGSI_OPCODE_TG4: in build_tex_intrinsic() 1888 opcode == TGSI_OPCODE_TG4) { in build_tex_intrinsic() 1965 bld_base->op_actions[TGSI_OPCODE_TG4] = tex_action; in si_shader_context_init_mem()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 1926 } else if (inst->Instruction.Opcode == TGSI_OPCODE_TG4) { in get_tex_inst_ext() 2122 else if (inst->Instruction.Opcode == TGSI_OPCODE_TG4) in translate_tex() 2147 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4 && in translate_tex() 2206 } else if (inst->Instruction.Opcode == TGSI_OPCODE_TG4) { in translate_tex() 2252 …nstruction.Opcode == TGSI_OPCODE_TXD || (inst->Instruction.Opcode == TGSI_OPCODE_TG4 && is_shad)) { in translate_tex() 2267 …} else if (is_shad && inst->Instruction.Opcode != TGSI_OPCODE_TG4) { /* TGSI returns 1.0 in alpha … in translate_tex() 3143 if ((inst->Instruction.Opcode == TGSI_OPCODE_TG4 && i == 1) || in get_source_info() 3184 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4 && i == 1 && j == 0) { in get_source_info() 3582 case TGSI_OPCODE_TG4: in iter_instruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1617 [TGSI_OPCODE_TG4] = 0, 1764 case TGSI_OPCODE_TG4: in ttn_emit_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 323 case TGSI_OPCODE_TG4: in srcMask() 2390 if (tgsi.getOpcode() == TGSI_OPCODE_TG4 && in handleTEX() 2440 if (tgsi.getOpcode() == TGSI_OPCODE_TG4 && !tgt.isShadow()) in handleTEX() 3532 case TGSI_OPCODE_TG4: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 7046 inst->Instruction.Opcode == TGSI_OPCODE_TG4) in tgsi_tex() 7745 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4) { in tgsi_tex() 7820 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4 && in tgsi_tex() 10432 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_unsupported}, 10629 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_tex}, 10851 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_tex},
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 4175 opcode = TGSI_OPCODE_TG4; in visit() 4331 } else if (opcode == TGSI_OPCODE_TG4) { in visit() 5838 case TGSI_OPCODE_TG4: in compile_tgsi_instruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 3900 bld.bld_base.op_actions[TGSI_OPCODE_TG4].emit = tg4_emit; in lp_build_tgsi_soa()
|