Searched refs:get_rel_patch_id (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_tess.c | 29 static LLVMValueRef get_rel_patch_id(struct si_shader_context *ctx) in get_rel_patch_id() function 115 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_in_current_patch_offset() 124 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_out_current_patch_offset() 133 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_out_current_patch_data_offset() 265 return get_tcs_tes_buffer_address(ctx, get_rel_patch_id(ctx), vertex_index, param_index); in get_tcs_tes_buffer_address_from_generic_indices() 576 addr = get_tcs_tes_buffer_address(ctx, get_rel_patch_id(ctx), NULL, in load_tess_level() 668 ctx, get_rel_patch_id(ctx), invocation_id, LLVMConstInt(ctx->ac.i32, i, 0)); in si_copy_tcs_inputs() 845 rel_patch_id = get_rel_patch_id(ctx); in si_llvm_emit_tcs_epilogue()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 103 static LLVMValueRef get_rel_patch_id(struct radv_shader_context *ctx) in get_rel_patch_id() function 207 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_in_current_patch_offset() 217 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_out_current_patch_offset() 229 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_out_current_patch_data_offset() 434 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_tes_buffer_address()
|