Searched refs:ring_offsets (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 93 LLVMValueRef ring_offsets; member 805 &ctx->ring_offsets); in create_function() 1083 ctx->ring_offsets = ac_build_intrinsic(&ctx->ac, "llvm.amdgcn.implicit.buffer.ptr", in create_function() 1086 ctx->ring_offsets = LLVMBuildBitCast(ctx->builder, ctx->ring_offsets, in create_function() 4062 …LLVMValueRef ptr = ac_build_gep0(&ctx->ac, ctx->ring_offsets, LLVMConstInt(ctx->ac.i32, RING_PS_SA… in load_sample_position() 6678 …ctx->esgs_ring = ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets, LLVMConstInt(ctx->ac.i32, RING… in ac_setup_rings() 6682 …ctx->gsvs_ring = ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets, LLVMConstInt(ctx->ac.i32, RING… in ac_setup_rings() 6686 …ctx->esgs_ring = ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets, LLVMConstInt(ctx->ac.i32, RING… in ac_setup_rings() 6687 …ctx->gsvs_ring = ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets, LLVMConstInt(ctx->ac.i32, RING… in ac_setup_rings() 6699 …ctx->hs_ring_tess_offchip = ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets, LLVMConstInt(ctx->a… in ac_setup_rings() [all …]
|