Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dvx_pipeline.c397 shader.turn_off_early_z_test = prog_data_fs->disable_ez; in pack_shader_state_record()
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h967 bool disable_ez; member
Dvir.c810 prog_data->disable_ez = !c->s->info.fs.early_fragment_tests; in v3d_fs_set_prog_data()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_draw.c613 v3d->prog.fs->prog_data.fs->disable_ez; in v3d_emit_gl_shader_state()