Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c284 bool isgs = ctx->stage == MESA_SHADER_GEOMETRY; in build_streamout() local
285 unsigned scratch_emit_base = isgs ? 4 : 0; in build_streamout()
286 LLVMValueRef scratch_emit_basev = isgs ? i32_4 : ctx->ac.i32_0; in build_streamout()
287 unsigned scratch_offset_base = isgs ? 8 : 4; in build_streamout()
288 LLVMValueRef scratch_offset_basev = isgs ? i32_8 : i32_4; in build_streamout()
330 if (isgs) { in build_streamout()
463 if (isgs) { in build_streamout()
513 if (isgs) { in build_streamout()
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c2343 bool isgs = ctx->stage == MESA_SHADER_GEOMETRY; in build_streamout() local
2344 unsigned scratch_emit_base = isgs ? 4 : 0; in build_streamout()
2345 LLVMValueRef scratch_emit_basev = isgs ? i32_4 : ctx->ac.i32_0; in build_streamout()
2346 unsigned scratch_offset_base = isgs ? 8 : 4; in build_streamout()
2347 LLVMValueRef scratch_offset_basev = isgs ? i32_8 : i32_4; in build_streamout()
2397 if (isgs) { in build_streamout()
2556 if (isgs) { in build_streamout()
2607 if (isgs) { in build_streamout()