Searched refs:intr_name (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.h128 const char * intr_name; member in struct:lp_build_tgsi_action
H A Dlp_bld_tgsi.c106 base->gallivm->builder, action->intr_name,
H A Dlp_bld_format_s3tc.c474 char *intr_name = bld8->type.length == 32 ? "llvm.x86.avx2.pavg.b" : local in function:lp_build_pavgb
478 return lp_build_intrinsic(builder, intr_name,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.h128 const char * intr_name; member in struct:lp_build_tgsi_action
H A Dlp_bld_tgsi.c106 base->gallivm->builder, action->intr_name,
H A Dlp_bld_format_s3tc.c472 char *intr_name = bld8->type.length == 32 ? "llvm.x86.avx2.pavg.b" : local in function:lp_build_pavgb
476 return lp_build_intrinsic(builder, intr_name,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_alu.c444 ac_build_intrinsic(&ctx->ac, action->intr_name,
688 bld_base->op_actions[TGSI_OPCODE_BREV].intr_name = "llvm.bitreverse.i32";
690 bld_base->op_actions[TGSI_OPCODE_CEIL].intr_name = "llvm.ceil.f32";
693 bld_base->op_actions[TGSI_OPCODE_COS].intr_name = "llvm.cos.f32";
695 bld_base->op_actions[TGSI_OPCODE_DABS].intr_name = "llvm.fabs.f64";
697 bld_base->op_actions[TGSI_OPCODE_DCEIL].intr_name = "llvm.ceil.f64";
699 bld_base->op_actions[TGSI_OPCODE_DFLR].intr_name = "llvm.floor.f64";
701 bld_base->op_actions[TGSI_OPCODE_DFMA].intr_name = "llvm.fma.f64";
706 bld_base->op_actions[TGSI_OPCODE_DROUND].intr_name = "llvm.rint.f64";
713 bld_base->op_actions[TGSI_OPCODE_DRSQ].intr_name
[all...]
H A Dsi_shader_tgsi_mem.c901 "llvm.amdgcn.struct.buffer.atomic.%s", action->intr_name);
926 "llvm.amdgcn.buffer.atomic.%s", action->intr_name);
1830 bld_base->op_actions[TGSI_OPCODE_ATOMUADD].intr_name = "add";
1832 bld_base->op_actions[TGSI_OPCODE_ATOMXCHG].intr_name = "swap";
1834 bld_base->op_actions[TGSI_OPCODE_ATOMCAS].intr_name = "cmpswap";
1836 bld_base->op_actions[TGSI_OPCODE_ATOMAND].intr_name = "and";
1838 bld_base->op_actions[TGSI_OPCODE_ATOMOR].intr_name = "or";
1840 bld_base->op_actions[TGSI_OPCODE_ATOMXOR].intr_name = "xor";
1842 bld_base->op_actions[TGSI_OPCODE_ATOMUMIN].intr_name = "umin";
1844 bld_base->op_actions[TGSI_OPCODE_ATOMUMAX].intr_name
[all...]
H A Dsi_shader.c4171 ac_build_intrinsic(&ctx->ac, action->intr_name,
5894 bld_base->op_actions[TGSI_OPCODE_READ_FIRST].intr_name = "llvm.amdgcn.readfirstlane";
5896 bld_base->op_actions[TGSI_OPCODE_READ_INVOC].intr_name = "llvm.amdgcn.readlane";
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c236 const char *intr_name = nir_intrinsic_infos[intr->intrinsic].name; local in function:scan_instruction
237 bool is_ssbo = strstr(intr_name, "ssbo");
238 bool is_image = strstr(intr_name, "image_deref");
239 bool is_bindless_image = strstr(intr_name, "bindless_image");
270 strstr(intr_name, "global") ||
271 strstr(intr_name, "scratch"))
280 if (strstr(intr_name, "image_atomic") ||
281 strstr(intr_name, "image_store") ||
282 strstr(intr_name, "image_deref_atomic") ||
283 strstr(intr_name, "image_deref_stor
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.c2355 char intr_name[96]; local in function:ac_build_image_opcode
2356 snprintf(intr_name, sizeof(intr_name),
2380 ac_build_intrinsic(ctx, intr_name, retty, args, num_args,
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c2288 char intr_name[96]; local in function:ac_build_image_opcode
2289 snprintf(intr_name, sizeof(intr_name),
2304 LLVMValueRef result = ac_build_intrinsic(ctx, intr_name, retty, args, num_args, a->attributes);

Completed in 41 milliseconds