Home
last modified time | relevance | path

Searched refs:get_rel_patch_id (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_tess.c29 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/
Dradv_nir_to_llvm.c103 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()