Searched refs:ring_offsets (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_shader_args.h | 36 struct ac_arg ring_offsets; member
|
D | radv_nir_to_llvm.c | 59 LLVMValueRef ring_offsets; member 331 ctx->ring_offsets = ac_build_intrinsic(&ctx->ac, "llvm.amdgcn.implicit.buffer.ptr", in create_function() 334 ctx->ring_offsets = LLVMBuildBitCast(ctx->ac.builder, ctx->ring_offsets, in create_function() 718 LLVMValueRef ptr = LLVMBuildGEP(ctx->ac.builder, ctx->ring_offsets, &index, 1, ""); in load_sample_position() 3657 ctx->ring_offsets, in ac_setup_rings() 3663 ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets, in ac_setup_rings() 3683 ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets, in ac_setup_rings() 3736 …ctx->hs_ring_tess_offchip = ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets, LLVMConstInt(ctx->a… in ac_setup_rings() 3737 …ctx->hs_ring_tess_factor = ac_build_load_to_sgpr(&ctx->ac, ctx->ring_offsets, LLVMConstInt(ctx->ac… in ac_setup_rings()
|
D | radv_shader_args.c | 459 &args->ring_offsets); in radv_declare_shader_args()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 10886 ctx->program->private_segment_buffer = get_arg(ctx, ctx->args->ring_offsets); in add_startpgm()
|