Searched defs:rel_patch_id (Results 1 – 4 of 4) sorted by relevance
91 LLVMValueRef rel_patch_id = si_get_rel_patch_id(ctx); in get_tcs_out_current_patch_data_offset() local151 LLVMValueRef rel_patch_id, LLVMValueRef vertex_index, in get_tcs_tes_buffer_address()284 LLVMValueRef rel_patch_id, LLVMValueRef invocation_id, in si_write_tess_factors()447 LLVMValueRef rel_patch_id, invocation_id, tf_lds_offset; in si_llvm_tcs_build_end() local642 struct ac_arg rel_patch_id; /* patch index within the wave (REL_PATCH_ID) */ in si_llvm_build_tcs_epilog() local
306 nir_ssa_def *rel_patch_id = nir_load_tess_rel_patch_id_amd(b); in hs_per_vertex_input_lds_offset() local337 nir_ssa_def *rel_patch_id = nir_load_tess_rel_patch_id_amd(b); in hs_output_lds_offset() local377 nir_ssa_def *rel_patch_id = nir_load_tess_rel_patch_id_amd(b); in hs_per_vertex_output_vmem_offset() local402 nir_ssa_def *rel_patch_id = nir_load_tess_rel_patch_id_amd(b); in hs_per_patch_output_vmem_offset() local581 nir_ssa_def *rel_patch_id = nir_load_tess_rel_patch_id_amd(b); in hs_emit_write_tess_factors() local
110 r600_tcs_base_address(nir_builder *b, nir_ssa_def *param_base, nir_ssa_def *rel_patch_id) in r600_tcs_base_address()345 auto rel_patch_id = r600_load_rel_patch_id(b); in r600_lower_tess_io_impl() local415 auto rel_patch_id = r600_load_rel_patch_id(b); in r600_lower_tess_io_impl() local507 auto rel_patch_id = r600_load_rel_patch_id(b); in r600_append_tcs_TF_emission() local
100 struct ir3_instruction *rel_patch_id; member