Searched defs:rel_patch_id (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir_lower_tess_io.cpp | 76 r600_tcs_base_address(nir_builder *b, nir_ssa_def *param_base, nir_ssa_def *rel_patch_id) in r600_tcs_base_address() 229 auto rel_patch_id = r600_load_rel_patch_id(b); in r600_lower_tess_io_impl() local 293 auto rel_patch_id = r600_load_rel_patch_id(b); in r600_lower_tess_io_impl() local 386 auto rel_patch_id = r600_load_rel_patch_id(b); in r600_append_tcs_TF_emission() local
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_tess.c | 115 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_in_current_patch_offset() local 124 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_out_current_patch_offset() local 133 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_out_current_patch_data_offset() local 215 LLVMValueRef rel_patch_id, LLVMValueRef vertex_index, in get_tcs_tes_buffer_address() 677 static void si_write_tess_factors(struct si_shader_context *ctx, LLVMValueRef rel_patch_id, in si_write_tess_factors() 841 LLVMValueRef rel_patch_id, invocation_id, tf_lds_offset; in si_llvm_emit_tcs_epilogue() local 1041 struct ac_arg rel_patch_id; /* patch index within the wave (REL_PATCH_ID) */ in si_llvm_build_tcs_epilog() local
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 207 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_in_current_patch_offset() local 217 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_out_current_patch_offset() local 229 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_out_current_patch_data_offset() local 434 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_tes_buffer_address() local 3315 LLVMValueRef rel_patch_id = ac_unpack_param(&ctx->ac, tcs_rel_ids, 0, 8); in write_tess_factors() local
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 4156 Temp rel_patch_id = get_tess_rel_patch_id(ctx); in get_tcs_per_vertex_input_lds_offset() local 4177 Temp rel_patch_id = get_tess_rel_patch_id(ctx); in get_tcs_output_lds_offset() local 4205 Temp rel_patch_id = get_tess_rel_patch_id(ctx); in get_tcs_per_vertex_output_vmem_offset() local 4231 Temp rel_patch_id = get_tess_rel_patch_id(ctx); in get_tcs_per_patch_output_vmem_offset() local 10641 Temp rel_patch_id = get_tess_rel_patch_id(ctx); in write_tcs_tess_factors() local
|