Home
last modified time | relevance | path

Searched refs:nr_entries (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_nir_analyze_ubo_ranges.c299 int nr_entries = ranges.size / sizeof(struct ubo_range_entry); in brw_nir_analyze_ubo_ranges() local
316 if (nr_entries > 0) { in brw_nir_analyze_ubo_ranges()
317 qsort(ranges.data, nr_entries, sizeof(struct ubo_range_entry), in brw_nir_analyze_ubo_ranges()
335 nr_entries = MIN2(nr_entries, max_ubos); in brw_nir_analyze_ubo_ranges()
337 for (int i = 0; i < nr_entries; i++) { in brw_nir_analyze_ubo_ranges()
340 for (int i = nr_entries; i < 4; i++) { in brw_nir_analyze_ubo_ranges()
/external/mtools/
DdirCache.c119 if( cache->nr_entries <= slot) { in growDirCache()
127 for(i= cache->nr_entries; i < (slot+1) * 2; i++) { in growDirCache()
130 cache->nr_entries = (slot+1) * 2; in growDirCache()
154 (*dcp)->nr_entries = (slot+1) * 2; in allocDirCache()
367 n=freeDirCacheRange(cache, 0, cache->nr_entries); in freeDirCache()
Dfat.c66 size_t nr_entries; in GetFatMap() local
71 nr_entries = (Stream->fat_len + SECT_PER_ENTRY - 1) / SECT_PER_ENTRY; in GetFatMap()
72 map = NewArray(nr_entries, FatMap_t); in GetFatMap()
76 for(i=0; i< nr_entries; i++) { in GetFatMap()
985 int i, nr_entries; in fs_free() local
986 nr_entries = (This->fat_len + SECT_PER_ENTRY - 1) / in fs_free()
988 for(i=0; i< nr_entries; i++) in fs_free()
DdirCache.h32 unsigned int nr_entries; member
/external/libdrm/intel/tests/
Dgen7-3d.batch-ref.txt26 0x12300064: 0x040002c0: 16KB start, size=1 64B rows, nr_entries=704, total size 45056B
28 0x1230006c: 0x04000000: 16KB start, size=1 64B rows, nr_entries=0, total size 0B
30 0x12300074: 0x04000000: 16KB start, size=1 64B rows, nr_entries=0, total size 0B
32 0x1230007c: 0x04000000: 16KB start, size=1 64B rows, nr_entries=0, total size 0B
/external/kernel-headers/original/uapi/linux/
Dvirtio_gpu.h214 __le32 nr_entries; member
395 __le32 nr_entries; member
/external/pdfium/third_party/libopenjpeg20/
Djp2.c1106 top_k = color->jp2_pclr->nr_entries - 1; in opj_jp2_apply_pclr()
1170 OPJ_UINT16 nr_entries, nr_channels; in opj_jp2_read_pclr() local
1191 nr_entries = (OPJ_UINT16) l_value; in opj_jp2_read_pclr()
1192 if ((nr_entries == 0U) || (nr_entries > 1024U)) { in opj_jp2_read_pclr()
1194 (int)nr_entries); in opj_jp2_read_pclr()
1212 nr_entries); in opj_jp2_read_pclr()
1239 jp2_pclr->nr_entries = nr_entries; in opj_jp2_read_pclr()
1253 for (j = 0; j < nr_entries; ++j) { in opj_jp2_read_pclr()
Djp2.h121 OPJ_UINT16 nr_entries; member
/external/crosvm/devices/src/virtio/gpu/
Dprotocol.rs281 pub nr_entries: Le32, field
525 pub nr_entries: Le32, field
Dmod.rs305 let entry_count = info.nr_entries.to_native() as usize; in process_gpu_command()
442 let entry_count = info.nr_entries.to_native(); in process_gpu_command()
/external/libdrm/intel/
Dintel_decode.c2876 int nr_entries = ctx->data[1] & 0xffff; in gen7_3DSTATE_URB_unit() local
2881 start_kb, entry_size, nr_entries, nr_entries * 64 * entry_size); in gen7_3DSTATE_URB_unit()