Home
last modified time | relevance | path

Searched refs:last_thrsw_at_top_level (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c73 c->last_thrsw_at_top_level = (c->execute.file == QFILE_NULL); in vir_emit_thrsw()
1935 if (!c->last_thrsw_at_top_level && c->devinfo->ver < 41) { in vir_emit_last_thrsw()
1946 if (c->last_thrsw && !c->last_thrsw_at_top_level) { in vir_emit_last_thrsw()
Dv3d_compiler.h543 bool last_thrsw_at_top_level; member
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir.h541 bool last_thrsw_at_top_level; member
Dvc4_program.c88 c->last_thrsw_at_top_level = (c->execute.file == QFILE_NULL); in ntq_emit_thrsw()
2361 if (c->fs_threaded && !c->last_thrsw_at_top_level) { in vc4_shader_ntq()