Searched defs:rel_patch_id (Results 1 – 4 of 4) sorted by relevance
115 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_in_current_patch_offset() local124 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_out_current_patch_offset() local133 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_out_current_patch_data_offset() local216 LLVMValueRef rel_patch_id, LLVMValueRef vertex_index, in get_tcs_tes_buffer_address()670 static void si_write_tess_factors(struct si_shader_context *ctx, LLVMValueRef rel_patch_id, in si_write_tess_factors()831 LLVMValueRef rel_patch_id, invocation_id, tf_lds_offset; in si_llvm_emit_tcs_epilogue() local1044 struct ac_arg rel_patch_id; /* patch index within the wave (REL_PATCH_ID) */ in si_llvm_build_tcs_epilog() local
74 r600_tcs_base_address(nir_builder *b, nir_ssa_def *param_base, nir_ssa_def *rel_patch_id) in r600_tcs_base_address()307 auto rel_patch_id = r600_load_rel_patch_id(b); in r600_lower_tess_io_impl() local377 auto rel_patch_id = r600_load_rel_patch_id(b); in r600_lower_tess_io_impl() local469 auto rel_patch_id = r600_load_rel_patch_id(b); in r600_append_tcs_TF_emission() local
273 nir_ssa_def *rel_patch_id = nir_build_load_tess_rel_patch_id_amd(b); in hs_per_vertex_input_lds_offset() local308 nir_ssa_def *rel_patch_id = nir_build_load_tess_rel_patch_id_amd(b); in hs_output_lds_offset() local337 nir_ssa_def *rel_patch_id = nir_build_load_tess_rel_patch_id_amd(b); in hs_per_vertex_output_vmem_offset() local367 nir_ssa_def *rel_patch_id = nir_build_load_tess_rel_patch_id_amd(b); in hs_per_patch_output_vmem_offset() local529 nir_ssa_def *rel_patch_id = nir_build_load_tess_rel_patch_id_amd(b); in hs_emit_write_tess_factors() local
101 struct ir3_instruction *rel_patch_id; member