Searched refs:patch0_patch_data_offset (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_tess.c131 LLVMValueRef patch0_patch_data_offset = get_tcs_out_patch0_patch_data_offset(ctx); local in function:get_tcs_out_current_patch_data_offset
135 return ac_build_imad(&ctx->ac, patch_stride, rel_patch_id, patch0_patch_data_offset);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c424 LLVMValueRef patch0_patch_data_offset = local in function:get_tcs_out_current_patch_data_offset
430 patch0_patch_data_offset);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c389 LLVMValueRef patch0_patch_data_offset = local in function:get_tcs_out_current_patch_data_offset
394 return ac_build_imad(&ctx->ac, patch_stride, rel_patch_id, patch0_patch_data_offset);

Completed in 18 milliseconds