Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600d_common.h127 #define PREDICATION_DRAW_VISIBLE (1 << 8) macro
Dr600_query.c947 op |= PREDICATION_DRAW_VISIBLE; /* Draw if visible or no overflow */ in r600_emit_query_predication()
Dr600d.h163 #define PREDICATION_DRAW_VISIBLE (1 << 8) macro
/external/mesa3d/src/amd/common/
Dsid.h93 #define PREDICATION_DRAW_VISIBLE (1 << 8) macro
/external/mesa3d/src/amd/vulkan/
Dsi_cmd_buffer.c1536 op |= draw_visible ? PREDICATION_DRAW_VISIBLE : in si_emit_set_predication_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_query.c1052 op |= PREDICATION_DRAW_VISIBLE; /* Draw if visible or no overflow */ in si_emit_query_predication()