Searched refs:nr_entries (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_nir_analyze_ubo_ranges.c | 252 int nr_entries = ranges.size / sizeof(struct ubo_range_entry); in brw_nir_analyze_ubo_ranges() local 269 qsort(ranges.data, nr_entries, sizeof(struct ubo_range_entry), in brw_nir_analyze_ubo_ranges() 286 nr_entries = MIN2(nr_entries, max_ubos); in brw_nir_analyze_ubo_ranges() 288 for (int i = 0; i < nr_entries; i++) { in brw_nir_analyze_ubo_ranges() 291 for (int i = nr_entries; i < 4; i++) { in brw_nir_analyze_ubo_ranges()
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | mpx-dig.c | 212 int nr_entries = 0; in dump_table() local 251 nr_entries++; in dump_table() 288 return nr_entries; in dump_table() 307 int nr_entries; in search_bd_buf() local 347 nr_entries = dump_table(bounds_dir_entry, bd_for_vaddr, in search_bd_buf() 349 total_entries += nr_entries; in search_bd_buf() 353 bounds_dir_entry, nr_entries, total_entries, in search_bd_buf()
|
/external/u-boot/tools/ |
D | zynqmpbif.c | 698 struct bif_entry *entries, int nr_entries) in bif_fsbl_config() argument 718 for (i = 0; i < nr_entries; i++) { in bif_fsbl_config() 824 int nr_entries = 0; in zynqmpbif_copy_image() local 894 nr_entries++; in zynqmpbif_copy_image() 902 for (i = 0; i < nr_entries; i++) { in zynqmpbif_copy_image() 911 for (i = 0; i < nr_entries; i++) { in zynqmpbif_copy_image() 915 if (bif_fsbl_config(entry, entries, nr_entries)) in zynqmpbif_copy_image() 920 for (i = 0; i < nr_entries; i++) { in zynqmpbif_copy_image() 935 for (i = 0; i < nr_entries; i++) { in zynqmpbif_copy_image()
|
/external/libdrm/intel/tests/ |
D | gen7-3d.batch-ref.txt | 26 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/pdfium/third_party/libopenjpeg20/ |
D | jp2.c | 1106 top_k = color->jp2_pclr->nr_entries - 1; in opj_jp2_apply_pclr() 1171 OPJ_UINT16 nr_entries, nr_channels; in opj_jp2_read_pclr() local 1192 nr_entries = (OPJ_UINT16) l_value; in opj_jp2_read_pclr() 1193 if ((nr_entries == 0U) || (nr_entries > 1024U)) { in opj_jp2_read_pclr() 1195 (int)nr_entries); in opj_jp2_read_pclr() 1212 entries = (OPJ_UINT32*) opj_malloc((size_t)nr_channels * nr_entries * sizeof( in opj_jp2_read_pclr() 1240 jp2_pclr->nr_entries = nr_entries; in opj_jp2_read_pclr() 1254 for (j = 0; j < nr_entries; ++j) { in opj_jp2_read_pclr()
|
D | jp2.h | 121 OPJ_UINT16 nr_entries; member
|
/external/kernel-headers/original/uapi/linux/ |
D | virtio_gpu.h | 181 __le32 nr_entries; member
|
/external/libdrm/intel/ |
D | intel_decode.c | 2876 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()
|