Searched refs:ac_build_gep0 (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | gfx10_shader_ngg.c | 254 tmp = ac_build_gep0(&ctx->ac, vertexptr, LLVMConstInt(ctx->ac.i32, 4 * reg + comp, false)); in build_streamout_vertex() 345 tmp = ac_build_gep0(&ctx->ac, ctx->gs_ngg_scratch, tid); in build_streamout() 452 tmp2 = ac_build_gep0(&ctx->ac, ctx->gs_ngg_scratch, tmp2); in build_streamout() 546 tmp = ac_build_gep0(&ctx->ac, ctx->gs_ngg_scratch, tmp); in build_streamout() 566 primemit_scan[stream].scratch = ac_build_gep0( in build_streamout() 590 tmp = ac_build_gep0(&ctx->ac, ctx->gs_ngg_scratch, ac_get_thread_id(&ctx->ac)); in build_streamout() 774 LLVMBuildStore(builder, LLVMBuildLoad2(builder, ctx->ac.i32, ac_build_gep0(&ctx->ac, lds, tid), ""), i8vec4_lane); in load_vertex_counts() 1057 ac_build_gep0(&ctx->ac, es_vtxptr, LLVMConstInt(ctx->ac.i32, lds_pos_cull_w, 0))); in gfx10_ngg_culling_build_end() 1064 ac_build_gep0(&ctx->ac, es_vtxptr, LLVMConstInt(ctx->ac.i32, lds_pos_cull_x_div_w + chan, 0))); in gfx10_ngg_culling_build_end() 1106 ac_build_gep0( in gfx10_ngg_culling_build_end() [all...] |
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.h | 242 LLVMValueRef ac_build_gep0(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index);
|
H A D | ac_nir_to_llvm.c | 4129 LLVMValueRef ptr = ac_build_gep0(&ctx->ac, ctx->scratch, offset); in visit_intrinsic() 4141 LLVMValueRef ptr = ac_build_gep0(&ctx->ac, ctx->scratch, offset); in visit_intrinsic() 4175 LLVMValueRef ptr = ac_build_gep0(&ctx->ac, ctx->constant_data, offset); in visit_intrinsic() 5175 result = ac_build_gep0(&ctx->ac, get_src(ctx, instr->parent), in visit_deref() 5199 ac_build_gep0(&ctx->ac, get_src(ctx, instr->parent), get_src(ctx, instr->arr.index)); in visit_deref()
|
H A D | ac_llvm_build.c | 1093 LLVMValueRef ac_build_gep0(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index) in ac_build_gep0() function 1111 LLVMBuildStore(ctx->builder, value, ac_build_gep0(ctx, base_ptr, index)); in ac_build_indexed_store() 2761 return LLVMBuildLoad2(ctx->builder, ctx->i32, ac_build_gep0(ctx, ctx->lds, dw_addr), ""); in ac_lds_load()
|
Completed in 22 milliseconds