Searched refs:ac_build_gep0 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/amd/common/ |
D | ac_llvm_build.h | 181 ac_build_gep0(struct ac_llvm_context *ctx,
|
D | ac_llvm_build.c | 768 ac_build_gep0(struct ac_llvm_context *ctx, in ac_build_gep0() function 786 ac_build_gep0(ctx, base_ptr, index)); in ac_build_indexed_store() 805 pointer = ac_build_gep0(ctx, base_ptr, index); in ac_build_load_custom()
|
D | ac_nir_to_llvm.c | 2407 desc_ptr = ac_build_gep0(&ctx->ac, desc_ptr, offset); in visit_vulkan_resource_index() 2433 ptr = ac_build_gep0(&ctx->ac, ctx->push_constants, addr); in visit_load_push_constant() 3149 val = ac_build_gep0(&ctx->ac, val, offset); in build_gep_for_deref() 4062 …LLVMValueRef ptr = ac_build_gep0(&ctx->ac, ctx->ring_offsets, LLVMConstInt(ctx->ac.i32, RING_PS_SA… in load_sample_position() 4675 list = ac_build_gep0(&ctx->ac, list, LLVMConstInt(ctx->ac.i32, offset, 0)); in radv_get_sampler_desc()
|