Searched refs:miss (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dpostprocess.rst29 blur text, but it will miss transparent textures for example. Set to
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_pipeline_cache.c58 fprintf(stderr, " NIR cache miss count: %d\n", cache->nir_stats.miss);
62 fprintf(stderr, " cache miss count: %d\n", cache->stats.miss);
189 cache->nir_stats.miss++;
191 fprintf(stderr, "\tnir cache miss\n");
211 cache->nir_stats.miss = 0;
217 cache->stats.miss = 0;
289 cache->stats.miss++;
291 fprintf(stderr, "\tcache miss\
[all...]
H A Dv3dv_private.h285 uint32_t miss; member in struct:v3dv_pipeline_cache_stats
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D11.0.9.rst71 - radeonsi: don't miss changes to SPI_TMPRING_SIZE
H A D11.1.2.rst132 - radeonsi: don't miss changes to SPI_TMPRING_SIZE
H A D21.1.5.rst109 - st/mesa: fix size miss match for some check
H A D17.1.2.rst159 cache miss
H A D19.1.0.rst3961 - lima/gpir: fix alu check miss last store slot
H A D20.2.0.rst4152 - freedreno/ir3: move nir finalization to after cache miss
H A D21.2.0.rst4378 - st/mesa: fix size miss match for some check
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast.c695 uint64_t total, miss; local in function:rasterize_scene
697 miss = task->thread_data.cache->cache_access_miss;
699 debug_printf("thread %d cache access %llu miss %llu hit rate %f\n",
701 (long long unsigned)miss,
702 (float)(total - miss)/(float)total);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast.c1104 uint64_t total, miss; local in function:rasterize_scene
1106 miss = task->thread_data.cache->cache_access_miss;
1108 debug_printf("thread %d cache access %llu miss %llu hit rate %f\n",
1110 (long long unsigned)miss,
1111 (float)(total - miss)/(float)total);
/xsrc/external/mit/fontconfig/dist/m4/
H A Diconv.m4220 dnl Otherwise aclocal's initial scan pass would miss the macro definition.
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dvc4.rst277 <https://gitlab.freedesktop.org/mesa/shader-db>`__ will miss important
/xsrc/external/mit/xclock/dist/
H A Daclocal.m41370 dnl Otherwise aclocal's initial scan pass would miss the macro definition.
/xsrc/external/mit/xwininfo/dist/
H A Daclocal.m41370 dnl Otherwise aclocal's initial scan pass would miss the macro definition.

Completed in 36 milliseconds