Home
last modified time | relevance | path

Searched refs:ac_build_bfe (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_llvm_build.h318 LLVMValueRef ac_build_bfe(struct ac_llvm_context *ctx, LLVMValueRef input,
Dac_nir_to_llvm.c1559 result = ac_build_bfe(ctx, srcs[0], srcs[1], srcs[2], is_signed); in emit_bitfield_extract()
2258 tmp = ac_build_bfe(ctx, tmp, LLVMConstInt(ctx->i32, 20, false), in radv_lower_gather4_integer()
6168 LLVMValueRef wave_idx = ac_build_bfe(&ctx->ac, ctx->merged_wave_info, in handle_es_outputs_post()
6728 LLVMValueRef count = ac_build_bfe(&ctx->ac, ctx->merged_wave_info, in ac_nir_fixup_ls_hs_input_vgprs()
6742 ctx->gs_vtx_offset[i] = ac_build_bfe(&ctx->ac, ctx->gs_vtx_offset[i & ~1], in prepare_gs_input_vgprs()
6747 ctx->gs_wave_id = ac_build_bfe(&ctx->ac, ctx->merged_wave_info, in prepare_gs_input_vgprs()
6917 LLVMValueRef count = ac_build_bfe(&ctx.ac, ctx.merged_wave_info, in ac_translate_nir_to_llvm()
Dac_llvm_build.c1522 LLVMValueRef ac_build_bfe(struct ac_llvm_context *ctx, LLVMValueRef input, in ac_build_bfe() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c521 bfe_sm5 = ac_build_bfe(&ctx->ac, emit_data->args[0], in emit_bfe()