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

/xsrc/external/mit/MesaLib.old/dist/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 */
H A Dr600d.h163 #define PREDICATION_DRAW_VISIBLE (1 << 8) macro
/xsrc/external/mit/MesaLib/dist/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 */
H A Dr600d.h163 #define PREDICATION_DRAW_VISIBLE (1 << 8) macro
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dsid.h94 #define PREDICATION_DRAW_VISIBLE (1 << 8) macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.c977 op |= PREDICATION_DRAW_VISIBLE; /* Draw if visible or no overflow */
1042 op |= PREDICATION_DRAW_VISIBLE; /* Draw if visible or no overflow */
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c1013 /* PREDICATION_DRAW_VISIBLE means that if the 32-bit value is
1017 op |= draw_visible ? PREDICATION_DRAW_VISIBLE :
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c1390 /* PREDICATION_DRAW_VISIBLE means that if the 32-bit value is
1394 op |= draw_visible ? PREDICATION_DRAW_VISIBLE : PREDICATION_DRAW_NOT_VISIBLE;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_query.c1017 op |= PREDICATION_DRAW_VISIBLE; /* Draw if visible or no overflow */
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dsid.h78 #define PREDICATION_DRAW_VISIBLE (1 << 8) macro

Completed in 90 milliseconds