Searched refs:lds_base (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_tess.c642 LLVMValueRef lds_vertex_stride, lds_base; local in function:si_copy_tcs_inputs
650 lds_base = get_tcs_in_current_patch_offset(ctx);
651 lds_base = ac_build_imad(&ctx->ac, invocation_id, lds_vertex_stride, lds_base);
658 LLVMBuildAdd(ctx->ac.builder, lds_base, LLVMConstInt(ctx->ac.i32, 4 * i, 0), "");
677 LLVMValueRef lds_base, lds_inner, lds_outer, byteoffset, buffer; local in function:si_write_tess_factors
734 lds_base = tcs_out_current_patch_data_offset;
735 lds_inner = LLVMBuildAdd(ctx->ac.builder, lds_base,
737 lds_outer = LLVMBuildAdd(ctx->ac.builder, lds_base,
H A Dsi_shader_llvm_gs.c141 LLVMValueRef lds_base = NULL; local in function:si_llvm_emit_es_epilogue
154 lds_base =
177 idx = LLVMBuildAdd(ctx->ac.builder, lds_base, idx, "");
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_nir_lower_tess_io_to_mem.c519 nir_ssa_def *lds_base = hs_output_lds_offset(b, st, NULL); local in function:hs_emit_write_tess_factors
522 nir_ssa_def *tessfactors_outer = nir_build_load_shared(b, outer_comps, 32, lds_base, .base = st->tcs_tess_lvl_out_loc,
525 ? nir_build_load_shared(b, inner_comps, 32, lds_base, .base = st->tcs_tess_lvl_in_loc,
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c3080 LLVMValueRef lds_base = NULL; local in function:handle_es_outputs_post
3102 lds_base = LLVMBuildMul(ctx->ac.builder, vertex_idx,
3126 if (lds_base) {
3127 dw_addr = LLVMBuildAdd(ctx->ac.builder, lds_base,
3196 LLVMValueRef lds_base, lds_inner = NULL, lds_outer, byteoffset, buffer; local in function:write_tess_factors
3225 lds_base = get_tcs_out_current_patch_data_offset(ctx);
3229 lds_inner = LLVMBuildAdd(ctx->ac.builder, lds_base,
3234 lds_outer = LLVMBuildAdd(ctx->ac.builder, lds_base,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c3028 LLVMValueRef lds_vertex_stride, lds_base; local in function:si_copy_tcs_inputs
3036 lds_base = get_tcs_in_current_patch_offset(ctx);
3037 lds_base = ac_build_imad(&ctx->ac, invocation_id, lds_vertex_stride,
3038 lds_base);
3044 LLVMValueRef lds_ptr = LLVMBuildAdd(ctx->ac.builder, lds_base,
3071 LLVMValueRef lds_base, lds_inner, lds_outer, byteoffset, buffer; local in function:si_write_tess_factors
3130 lds_base = tcs_out_current_patch_data_offset;
3131 lds_inner = LLVMBuildAdd(ctx->ac.builder, lds_base,
3134 lds_outer = LLVMBuildAdd(ctx->ac.builder, lds_base,
3492 LLVMValueRef lds_base local in function:si_llvm_emit_es_epilogue
[all...]

Completed in 59 milliseconds