Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c300 bool isgs = ctx->stage == MESA_SHADER_GEOMETRY; in build_streamout() local
301 unsigned scratch_emit_base = isgs ? 4 : 0; in build_streamout()
302 LLVMValueRef scratch_emit_basev = isgs ? i32_4 : ctx->ac.i32_0; in build_streamout()
303 unsigned scratch_offset_base = isgs ? 8 : 4; in build_streamout()
304 LLVMValueRef scratch_offset_basev = isgs ? i32_8 : i32_4; in build_streamout()
344 if (isgs) { in build_streamout()
557 if (isgs) { in build_streamout()
615 if (isgs) { in build_streamout()

Completed in 5 milliseconds