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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_tess.c951 unsigned ret_offset = 8 + GFX9_TCS_NUM_USER_SGPR + 2; local in function:si_llvm_emit_ls_epilogue
992 value, ret_offset + param * 4 + chan, "");
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c338 unsigned ret_offset = fs->info.bifrost.blend[i].return_offset; local in function:panfrost_emit_blend
339 assert(!(ret_offset & 0x7));
344 cfg.shader.return_value = ret_offset ?
345 fs->bin.gpu + ret_offset : 0;

Completed in 8 milliseconds