Searched refs:tcs_out_current_patch_data_offset (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_tess.c | 285 LLVMValueRef tcs_out_current_patch_data_offset, in si_write_tess_factors() 351 lds_base = tcs_out_current_patch_data_offset; in si_write_tess_factors() 647 tcs_out_current_patch_data_offset; /* LDS offset where tess factors should be loaded from */ in si_llvm_build_tcs_epilog() local 648 ac_add_arg(&ctx->args, AC_ARG_VGPR, 1, AC_ARG_INT, &tcs_out_current_patch_data_offset); in si_llvm_build_tcs_epilog() 664 ac_get_arg(&ctx->ac, tcs_out_current_patch_data_offset), in si_llvm_build_tcs_epilog() 283 si_write_tess_factors(struct si_shader_context *ctx, union si_shader_part_key *key, LLVMValueRef rel_patch_id, LLVMValueRef invocation_id, LLVMValueRef tcs_out_current_patch_data_offset, LLVMValueRef invoc0_tf_outer[4], LLVMValueRef invoc0_tf_inner[2]) si_write_tess_factors() argument
|
Completed in 3 milliseconds