Home
last modified time | relevance | path

Searched refs:PREDICATION_DRAW_NOT_VISIBLE (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600d_common.h126 #define PREDICATION_DRAW_NOT_VISIBLE (0 << 8) macro
Dr600_query.c945 op |= PREDICATION_DRAW_NOT_VISIBLE; /* Draw if not visible or overflow */ in r600_emit_query_predication()
Dr600d.h162 #define PREDICATION_DRAW_NOT_VISIBLE (0 << 8) macro
/third_party/mesa3d/src/amd/common/
Dsid.h102 #define PREDICATION_DRAW_NOT_VISIBLE (0 << 8) macro
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_query.c1081 op |= PREDICATION_DRAW_NOT_VISIBLE; /* Draw if not visible or overflow */ in si_emit_query_predication()
1146 op |= PREDICATION_DRAW_NOT_VISIBLE; /* Draw if not visible or overflow */ in si_emit_query_predication()
/third_party/mesa3d/src/amd/vulkan/
Dsi_cmd_buffer.c1488 op |= draw_visible ? PREDICATION_DRAW_VISIBLE : PREDICATION_DRAW_NOT_VISIBLE; in si_emit_set_predication_state()