Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_tess.c447 LLVMValueRef rel_patch_id, invocation_id, tf_lds_offset; in si_llvm_tcs_build_end() local
451 tf_lds_offset = get_tcs_out_current_patch_data_offset(ctx); in si_llvm_tcs_build_end()
463 values[0] = tf_lds_offset; in si_llvm_tcs_build_end()
465 tf_lds_offset = ac_build_phi(&ctx->ac, ctx->ac.i32, 2, values, blocks); in si_llvm_tcs_build_end()
496 tf_lds_offset = ac_to_float(&ctx->ac, tf_lds_offset); in si_llvm_tcs_build_end()
530 ret = LLVMBuildInsertValue(builder, ret, tf_lds_offset, vgpr++, ""); in si_llvm_tcs_build_end()

Completed in 2 milliseconds