Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c195 static LLVMValueRef get_rel_patch_id(struct si_shader_context *ctx) in get_rel_patch_id() function
276 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_in_current_patch_offset()
287 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_out_current_patch_offset()
302 LLVMValueRef rel_patch_id = get_rel_patch_id(ctx); in get_tcs_out_current_patch_data_offset()
720 base_addr = LLVMBuildMul(gallivm->builder, get_rel_patch_id(ctx), in get_tcs_tes_buffer_address()
728 base_addr = get_rel_patch_id(ctx); in get_tcs_tes_buffer_address()
2793 rel_patch_id = get_rel_patch_id(ctx); in si_llvm_emit_tcs_epilogue()