Home
last modified time | relevance | path

Searched refs:quads_workaround (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tcs.c192 key->quads_workaround = devinfo->ver < 9 && in brw_tcs_populate_key()
259 key->quads_workaround = devinfo->ver < 9 && in brw_tcs_populate_default_key()
/third_party/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c129 found |= check("quads and equal_spacing workaround", quads_workaround); in debug_tcs_recompile()
Dbrw_vec4_tcs.cpp390 if (key->quads_workaround) in brw_compile_tcs()
Dbrw_compiler.h351 bool quads_workaround; member
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.h232 bool quads_workaround; member
Diris_program.c122 .quads_workaround = key->quads_workaround, in iris_to_brw_tcs_key()
1606 .quads_workaround = devinfo->ver < 9 && in iris_update_compiled_tcs()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c998 tcs_stage->key.tcs.quads_workaround = in anv_pipeline_link_tcs()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c1519 .quads_workaround = tes_info->tess.primitive_mode == GL_QUADS && in crocus_update_compiled_tcs()