Searched refs:build_tex_intrinsic (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_tgsi_mem.c | 1353 static void build_tex_intrinsic(const struct lp_build_tgsi_action *action, function in typeref:typename:void 1807 bld_base->op_actions[TGSI_OPCODE_TEX].emit = build_tex_intrinsic; 1808 bld_base->op_actions[TGSI_OPCODE_TEX_LZ].emit = build_tex_intrinsic; 1809 bld_base->op_actions[TGSI_OPCODE_TEX2].emit = build_tex_intrinsic; 1810 bld_base->op_actions[TGSI_OPCODE_TXB].emit = build_tex_intrinsic; 1811 bld_base->op_actions[TGSI_OPCODE_TXB2].emit = build_tex_intrinsic; 1812 bld_base->op_actions[TGSI_OPCODE_TXD].emit = build_tex_intrinsic; 1813 bld_base->op_actions[TGSI_OPCODE_TXF].emit = build_tex_intrinsic; 1814 bld_base->op_actions[TGSI_OPCODE_TXF_LZ].emit = build_tex_intrinsic; 1815 bld_base->op_actions[TGSI_OPCODE_TXL].emit = build_tex_intrinsic; [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_nir_to_llvm.c | 1321 static LLVMValueRef build_tex_intrinsic(struct ac_nir_context *ctx, function in typeref:typename:LLVMValueRef 3868 result = build_tex_intrinsic(ctx, instr, &txf_args); 3906 result = build_tex_intrinsic(ctx, instr, &args);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_nir_to_llvm.c | 1522 static LLVMValueRef build_tex_intrinsic(struct ac_nir_context *ctx, const nir_tex_instr *instr, function in typeref:typename:LLVMValueRef 4781 result = build_tex_intrinsic(ctx, instr, &txf_args); 4854 result = build_tex_intrinsic(ctx, instr, &args);
|
Completed in 18 milliseconds