Home
last modified time | relevance | path

Searched refs:PREDICATION_DRAW_VISIBLE (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600d_common.h127 #define PREDICATION_DRAW_VISIBLE (1 << 8) macro
H A Dr600_query.c947 op |= PREDICATION_DRAW_VISIBLE; /* Draw if visible or no overflow */ in r600_emit_query_predication()
H A Dr600d.h163 #define PREDICATION_DRAW_VISIBLE (1 << 8) macro
/third_party/mesa3d/src/amd/common/
H A Dsid.h103 #define PREDICATION_DRAW_VISIBLE (1 << 8) macro
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_query.c1083 op |= PREDICATION_DRAW_VISIBLE; /* Draw if visible or no overflow */ in si_emit_query_predication()
1148 op |= PREDICATION_DRAW_VISIBLE; /* Draw if visible or no overflow */ in si_emit_query_predication()
/third_party/mesa3d/src/amd/vulkan/
H A Dsi_cmd_buffer.c1484 /* PREDICATION_DRAW_VISIBLE means that if the 32-bit value is in si_emit_set_predication_state()
1488 op |= draw_visible ? PREDICATION_DRAW_VISIBLE : PREDICATION_DRAW_NOT_VISIBLE; in si_emit_set_predication_state()

Completed in 30 milliseconds