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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c288 bool isgs = ctx->stage == MESA_SHADER_GEOMETRY; local in function:build_streamout
289 unsigned scratch_emit_base = isgs ? 4 : 0;
290 LLVMValueRef scratch_emit_basev = isgs ? i32_4 : ctx->ac.i32_0;
291 unsigned scratch_offset_base = isgs ? 8 : 4;
292 LLVMValueRef scratch_offset_basev = isgs ? i32_8 : i32_4;
334 if (isgs) {
467 if (isgs) {
523 if (isgs) {

Completed in 5 milliseconds