Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_compiler.c219 compiler->tess_use_shared = dev_info->a6xx.tess_use_shared; in ir3_compiler_create()
H A Dir3_compiler.h85 bool tess_use_shared; member
H A Dir3_nir_lower_tess.c375 v->compiler->tess_use_shared) in ir3_nir_lower_to_explicit_input()
H A Dir3_compiler_nir.c1146 if (ctx->so->type == MESA_SHADER_TESS_CTRL && ctx->compiler->tess_use_shared) in emit_intrinsic_load_shared_ir3()
1176 ctx->compiler->tess_use_shared) in emit_intrinsic_store_shared_ir3()
4406 ctx->compiler->tess_use_shared) { in emit_instructions()
/third_party/mesa3d/src/freedreno/common/
H A Dfreedreno_dev_info.h76 bool tess_use_shared; member
H A Dfreedreno_devices.py241 tess_use_shared = True,
265 tess_use_shared = True,
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c166 if (ctx->screen->info->a6xx.tess_use_shared) in setup_stream_out_disable()
178 if (ctx->screen->info->a6xx.tess_use_shared) { in setup_stream_out_disable()
243 if (ctx->screen->info->a6xx.tess_use_shared) in setup_stream_out()
279 if (ctx->screen->info->a6xx.tess_use_shared) { in setup_stream_out()
280 /* Possibly not tess_use_shared related, but the combination of in setup_stream_out()
720 if (ctx->screen->info->a6xx.tess_use_shared) {

Completed in 11 milliseconds