Searched refs:TGSI_OPCODE_TG4 (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 527 #define TGSI_OPCODE_TG4 182 macro
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 224 { 1, 3, 1, 0, 0, 0, 0, OTHR, "TG4", TGSI_OPCODE_TG4 },
|
D | tgsi_scan.c | 87 return opcode != TGSI_OPCODE_TG4 && in computes_derivative()
|
D | tgsi_exec.c | 5362 case TGSI_OPCODE_TG4: in exec_instruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1678 [TGSI_OPCODE_TG4] = 0, 1846 case TGSI_OPCODE_TG4: in ttn_emit_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 2188 if (tgsi.getOpcode() == TGSI_OPCODE_TG4 && in handleTEX() 2238 if (tgsi.getOpcode() == TGSI_OPCODE_TG4 && !tgt.isShadow()) in handleTEX() 3325 case TGSI_OPCODE_TG4: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 6810 inst->Instruction.Opcode == TGSI_OPCODE_TG4) in tgsi_tex() 7509 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4) { in tgsi_tex() 7585 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4 && in tgsi_tex() 9243 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_unsupported}, 9441 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_tex}, 9664 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_tex},
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 4826 if (opcode == TGSI_OPCODE_TG4) { in tex_fetch_args() 4982 case TGSI_OPCODE_TG4: in build_tex_intrinsic() 4998 if (opcode == TGSI_OPCODE_TG4) { in build_tex_intrinsic() 6743 bld_base->op_actions[TGSI_OPCODE_TG4] = tex_action; in si_init_shader_ctx()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 4059 opcode = TGSI_OPCODE_TG4; in visit() 4203 } else if (opcode == TGSI_OPCODE_TG4) { in visit() 5637 case TGSI_OPCODE_TG4: in compile_tgsi_instruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 4017 bld.bld_base.op_actions[TGSI_OPCODE_TG4].emit = tg4_emit; in lp_build_tgsi_soa()
|