Searched refs:hit (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/panfrost/shared/
H A Dpan_minmax_cache.c34 * 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 DomXChar.c125 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 Dselect.c210 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 Dxibarriers.c76 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 Dbrw_nir_lower_rt_intrinsics.c28 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 Dv3dv_pipeline_cache.c59 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 Dv3dv_private.h286 uint32_t hit; member in struct:v3dv_pipeline_cache_stats
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.3.8.rst46 - compiler assertion hit
H A D8.0.2.rst40 It's really hard to hit the fast path for the fallback glReadPixels
H A D18.0.1.rst52 - compiler assertion hit
H A D12.0.0.rst79 Assertion hit in opt_array_splitting with recursive array indexing
H A D21.0.0.rst1717 - 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 D19.1.0.rst180 - vdpau state tracker on nv92 started to hit assert after vl compute
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_debug.c647 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 Dac_debug.c686 static bool hit = false;
687 if (!hit) {
689 hit = true;
/xsrc/external/mit/freetype/dist/src/autofit/
H A Daflatin.c679 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 Dsi_debug.c570 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 Dsi_debug.c564 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 Dbare-metal.rst155 # First download will hit the internet
/xsrc/external/mit/libX11/dist/modules/lc/gen/
H A DlcGenConv.c332 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 Ddispatch.rst89 performance hit imposed by GL dispatch. This section describes these
H A Dsubmittingpatches.rst85 v3: hit fallback for getteximage
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dvc4.rst212 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 Dtgsi.rst1704 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 Dtgsi.rst1738 ends when a BRK is hit, but just like in C falling through to other cases

Completed in 45 milliseconds

12