| /xsrc/external/mit/MesaLib/dist/src/panfrost/shared/ |
| H A D | pan_minmax_cache.c | 34 * PANFROST_MINMAX_SIZE constant (so this is a tradeoff between cache hit/miss 55 uint64_t hit = cache->values[i]; local in function:panfrost_minmax_cache_get 57 *min_index = hit & 0xffffffff; 58 *max_index = hit >> 32;
|
| /xsrc/external/mit/libX11/dist/modules/om/generic/ |
| H A D | omXChar.c | 125 int num,i,hit,csize; local in function:_XomGetFontDataFromFontSet 131 hit = -1; 213 if((hit != -1) && (i != hit)){ 226 hit = 0; 230 if( hit == -1 ) hit = i; 240 return(&(fontdata[hit]));
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | select.c | 210 GLint hit; local in function:Mouse 215 hit = DoSelect((GLint)mouseX, (GLint)mouseY); 216 if (hit != -1) { 218 RecolorTri(hit); 221 GrowTri(hit); 224 DeleteTri(hit);
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | xibarriers.c | 76 Bool hit; member in struct:PointerBarrierDevice 113 pbd->hit = FALSE; 455 new_sequence = !pbd->hit; 458 pbd->hit = TRUE; 499 if (!pbd->hit) 505 pbd->hit = FALSE; 526 /* If we've left the hit box, this is the 695 if (!pbd->hit) 757 if (pbd->hit) {
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_nir_lower_rt_intrinsics.c | 28 build_leaf_is_procedural(nir_builder *b, struct brw_nir_rt_mem_hit_defs *hit) argument 32 /* Any-hit shaders are always compiled into intersection shaders for 33 * procedural geometry. If we got here in an any-hit shader, it's for 42 return nir_ieq(b, hit->leaf_type,
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_pipeline_cache.c | 59 fprintf(stderr, " NIR cache hit count: %d\n", cache->nir_stats.hit); 63 fprintf(stderr, " cache hit count: %d\n", cache->stats.hit); 179 cache->nir_stats.hit++; 181 fprintf(stderr, "\tnir cache hit: %p\n", nir); 212 cache->nir_stats.hit = 0; 218 cache->stats.hit = 0; 273 cache->stats.hit++; 276 fprintf(stderr, "\tcache hit [all...] |
| H A D | v3dv_private.h | 286 uint32_t hit; member in struct:v3dv_pipeline_cache_stats
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.3.8.rst | 46 - compiler assertion hit
|
| H A D | 8.0.2.rst | 40 It's really hard to hit the fast path for the fallback glReadPixels
|
| H A D | 18.0.1.rst | 52 - compiler assertion hit
|
| H A D | 12.0.0.rst | 79 Assertion hit in opt_array_splitting with recursive array indexing
|
| H A D | 21.0.0.rst | 1717 - intel/rt: Add lowering for ray-walk intrinsics in any-hit shaders 1718 - intel/rt: Add lowering for combined intersection/any-hit shaders 1720 - intel/rt: Add support for hit attributes
|
| H A D | 19.1.0.rst | 180 - vdpau state tracker on nv92 started to hit assert after vl compute
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_debug.c | 647 static bool hit = false; local in function:ac_vm_fault_occured 648 if (!hit) { 651 hit = true;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_debug.c | 686 static bool hit = false; 687 if (!hit) { 689 hit = true;
|
| /xsrc/external/mit/freetype/dist/src/autofit/ |
| H A D | aflatin.c | 679 FT_Bool hit; local in function:af_latin_metrics_init_blues 714 hit = 0; 722 if ( !hit ) 724 /* no hit; adjust first point */ 740 hit = 1; 751 hit = 0; 761 hit = 0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_debug.c | 570 bool hit = false; local in function:si_dump_bo_list 592 fprintf(f, "%s%s", !hit ? "" : ", ", priority_to_string(j)); 593 hit = true;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_debug.c | 564 bool hit = false; local in function:si_dump_bo_list 585 fprintf(f, "%s%s", !hit ? "" : ", ", priority_to_string(j)); 586 hit = true;
|
| /xsrc/external/mit/MesaLib/dist/docs/ci/ |
| H A D | bare-metal.rst | 155 # First download will hit the internet
|
| /xsrc/external/mit/libX11/dist/modules/lc/gen/ |
| H A D | lcGenConv.c | 332 Bool hit = False; local in function:byteM_parse_codeset 349 for (hit = False, k = 0; k < byteM_rec.byteinfo_num; k++) { 352 hit = True; 357 if (!hit) 361 if (hit)
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | dispatch.rst | 89 performance hit imposed by GL dispatch. This section describes these
|
| H A D | submittingpatches.rst | 85 v3: hit fallback for getteximage
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/ |
| H A D | vc4.rst | 212 can get system-wide profiling), hit play and later stop. The top-left
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | tgsi.rst | 1704 ends when a BRK is hit, but just like in C falling through to other cases
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | tgsi.rst | 1738 ends when a BRK is hit, but just like in C falling through to other cases
|