Home
last modified time | relevance | path

Searched refs:ac_build_readlane (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c3208 LLVMValueRef ac_build_readlane(struct ac_llvm_context *ctx, LLVMValueRef src, LLVMValueRef lane) in ac_build_readlane() function
3675 ac_build_readlane(ctx, src, LLVMConstInt(ctx->i32, 31, false)), in ac_wavefront_shift_right_1()
3714 tmp2 = ac_build_readlane(ctx, src, LLVMConstInt(ctx->i32, 31, 0)); in ac_wavefront_shift_right_1()
3768 tmp = ac_build_readlane(ctx, result, LLVMConstInt(ctx->i32, 31, 0)); in ac_build_scan()
3817 tmp = ac_build_readlane(ctx, result, LLVMConstInt(ctx->i32, 31, false)); in ac_build_scan()
3930 swap = ac_build_readlane(ctx, result, LLVMConstInt(ctx->i32, 31, false)); in ac_build_reduce()
3934 result = ac_build_readlane(ctx, result, LLVMConstInt(ctx->i32, 63, 0)); in ac_build_reduce()
3939 swap = ac_build_readlane(ctx, result, ctx->i32_0); in ac_build_reduce()
3940 result = ac_build_readlane(ctx, result, LLVMConstInt(ctx->i32, 32, 0)); in ac_build_reduce()
4020 ws->result_reduce = ac_build_readlane(ct in ac_build_wg_wavescan_bottom()
[all...]
H A Dac_llvm_build.h485 LLVMValueRef ac_build_readlane(struct ac_llvm_context *ctx, LLVMValueRef src, LLVMValueRef lane);
H A Dac_nir_to_llvm.c510 scalar_value[i] = ac_build_readlane(&ctx->ac, comp, NULL); in enter_waterfall()
3596 ac_build_readlane(&ctx->ac, get_src(ctx, instr->src[0]), get_src(ctx, instr->src[1])); in visit_intrinsic()
3599 result = ac_build_readlane(&ctx->ac, get_src(ctx, instr->src[0]), NULL); in visit_intrinsic()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c434 dwords_written[i] = ac_build_readlane(&ctx->ac, dwords_written[i], ctx->ac.i32_0); in build_streamout()
471 ac_build_readlane(&ctx->ac, tmp, LLVMConstInt(ctx->ac.i32, buffer, false)); in build_streamout()
494 ac_build_readlane(&ctx->ac, tmp, LLVMConstInt(ctx->ac.i32, stream, false)); in build_streamout()
596 ac_build_readlane(&ctx->ac, scratch_vgpr, in build_streamout()
604 ac_build_readlane(&ctx->ac, scratch_vgpr, in build_streamout()

Completed in 22 milliseconds