HomeSort by: relevance | last modified time | path
    Searched refs:hit (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/shared/
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
57 *min_index = hit & 0xffffffff;
58 *max_index = hit >> 32;
  /xsrc/external/mit/libX11/dist/modules/om/generic/
omXChar.c 125 int num,i,hit,csize; local
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/
select.c 210 GLint hit; local
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/
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)
759 if (pbd->hit) {
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_nir_lower_rt_intrinsics.c 28 build_leaf_is_procedural(nir_builder *b, struct brw_nir_rt_mem_hit_defs *hit)
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/
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: %p\n", cache_entry)
    [all...]
v3dv_private.h 286 uint32_t hit; member in struct:v3dv_pipeline_cache_stats
  /xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_debug.c 686 static bool hit = false;
687 if (!hit) {
689 hit = true;
  /xsrc/external/mit/MesaLib.old/dist/src/amd/common/
ac_debug.c 647 static bool hit = false; local
648 if (!hit) {
651 hit = true;
  /xsrc/external/mit/freetype/dist/src/autofit/
aflatin.c 679 FT_Bool hit; local
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/dist/src/gallium/drivers/radeonsi/
si_debug.c 564 bool hit = false; local
585 fprintf(f, "%s%s", !hit ? "" : ", ", priority_to_string(j));
586 hit = true;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_debug.c 570 bool hit = false; local
592 fprintf(f, "%s%s", !hit ? "" : ", ", priority_to_string(j));
593 hit = true;
  /xsrc/external/mit/libX11/dist/modules/lc/gen/
lcGenConv.c 332 Bool hit = False; local
349 for (hit = False, k = 0; k < byteM_rec.byteinfo_num; k++) {
352 hit = True;
357 if (!hit)
361 if (hit)

Completed in 20 milliseconds