Searched defs:lds (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_internal.h142 LLVMValueRef lds; member in struct:si_shader_context
/external/mesa3d/src/amd/common/
H A Dac_nir_to_llvm.c120 LLVMValueRef lds; member in struct:nir_to_llvm_context
1114 if (!ctx->lds && !ctx->has_ds_bpermute)
1115 ctx->lds = LLVMAddGlobalInAddressSpace(ctx->module,
1156 store_ptr = build_gep0(ctx, ctx->lds, thread_id);
1157 load_ptr0 = build_gep0(ctx, ctx->lds, tl_tid);
1158 load_ptr1 = build_gep0(ctx, ctx->lds, trbl_tid);

Completed in 162 milliseconds