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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup_context.h100 boolean scissor_test; member in struct:lp_setup_context
H A Dlp_setup.c596 if (setup->scissor_test != scissor) {
598 setup->scissor_test = scissor;
1182 if (setup->scissor_test) {
H A Dlp_setup_line.c596 if (setup->scissor_test) {
H A Dlp_setup_tri.c351 if (setup->scissor_test) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup_context.h101 unsigned scissor_test:1; member in struct:lp_setup_context
H A Dlp_setup.c603 if (setup->scissor_test != scissor) {
605 setup->scissor_test = scissor;
1393 if (setup->scissor_test) {

Completed in 10 milliseconds