| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| sp_quad_depth_test.c | 1003 boolean occlusion = qs->softpipe->active_query_count; local 1018 !occlusion && 1028 !occlusion &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| sp_quad_depth_test.c | 917 boolean occlusion = qs->softpipe->active_query_count; local 930 !occlusion && 939 !occlusion &&
|
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| v4_pack.h | 1750 uint64_t occlusion; member in struct:MALI_DRAW 1802 cl[26] = __gen_uint(values->occlusion, 0, 63); 1803 cl[27] = __gen_uint(values->occlusion, 0, 63) >> 32; 1845 values->occlusion = __gen_unpack_uint(cl, 832, 895); 1878 fprintf(fp, "%*sOcclusion: 0x%" PRIx64 "\n", indent, "", values->occlusion);
|
| v5_pack.h | 1803 uint64_t occlusion; member in struct:MALI_DRAW 1856 cl[26] = __gen_uint(values->occlusion, 0, 63); 1857 cl[27] = __gen_uint(values->occlusion, 0, 63) >> 32; 1900 values->occlusion = __gen_unpack_uint(cl, 832, 895); 1934 fprintf(fp, "%*sOcclusion: 0x%" PRIx64 "\n", indent, "", values->occlusion);
|
| v6_pack.h | 2008 uint64_t occlusion; member in struct:MALI_DRAW 2059 cl[26] = __gen_uint(values->occlusion, 0, 63); 2060 cl[27] = __gen_uint(values->occlusion, 0, 63) >> 32; 2106 values->occlusion = __gen_unpack_uint(cl, 832, 895); 2139 fprintf(fp, "%*sOcclusion: 0x%" PRIx64 "\n", indent, "", values->occlusion);
|
| v7_pack.h | 2060 uint64_t occlusion; member in struct:MALI_DRAW 2111 cl[26] = __gen_uint(values->occlusion, 0, 63); 2112 cl[27] = __gen_uint(values->occlusion, 0, 63) >> 32; 2158 values->occlusion = __gen_unpack_uint(cl, 832, 895); 2191 fprintf(fp, "%*sOcclusion: 0x%" PRIx64 "\n", indent, "", values->occlusion);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| pan_cmdstream.c | 234 * which can affect the results of an occlusion query. */ 446 * depth buffer. Note this breaks occlusion queries. */ 2774 cfg.occlusion = rsrc->image.data.bo->ptr.gpu;
|