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/
H A Dr600d_common.h126 #define PREDICATION_DRAW_NOT_VISIBLE (0 << 8) macro
H A Dr600_query.c945 op |= PREDICATION_DRAW_NOT_VISIBLE; /* Draw if not visible or overflow */ in r600_emit_query_predication()
H A Dr600d.h162 #define PREDICATION_DRAW_NOT_VISIBLE (0 << 8) macro
/third_party/mesa3d/src/amd/common/
H A Dsid.h102 #define PREDICATION_DRAW_NOT_VISIBLE (0 << 8) macro
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A 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/
H A Dsi_cmd_buffer.c1488 op |= draw_visible ? PREDICATION_DRAW_VISIBLE : PREDICATION_DRAW_NOT_VISIBLE; in si_emit_set_predication_state()

Completed in 31 milliseconds