Home
last modified time | relevance | path

Searched refs:ac_build_gep0 (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_llvm_build.h181 ac_build_gep0(struct ac_llvm_context *ctx,
Dac_llvm_build.c768 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()
Dac_nir_to_llvm.c2407 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()