Searched refs:param_tcs_offchip_offset (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_internal.h157 int param_tcs_offchip_offset; member in struct:si_shader_context
H A Dsi_shader.c1315 base = LLVMGetParam(ctx->main_fn, ctx->param_tcs_offchip_offset);
1341 base = LLVMGetParam(ctx->main_fn, ctx->param_tcs_offchip_offset);
1428 base = LLVMGetParam(ctx->main_fn, ctx->param_tcs_offchip_offset);
1542 base = LLVMGetParam(ctx->main_fn, ctx->param_tcs_offchip_offset);
2031 base = LLVMGetParam(ctx->main_fn, ctx->param_tcs_offchip_offset);
3033 buffer_offset = LLVMGetParam(ctx->main_fn, ctx->param_tcs_offchip_offset);
3206 base = LLVMGetParam(ctx->main_fn, ctx->param_tcs_offchip_offset);
3315 ret = si_insert_input_ret(ctx, ret, ctx->param_tcs_offchip_offset, 2);
3324 ret = si_insert_input_ret(ctx, ret, ctx->param_tcs_offchip_offset,
3366 ret = si_insert_input_ret(ctx, ret, ctx->param_tcs_offchip_offset,
[all...]

Completed in 8 milliseconds