Searched refs:batch_size (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_batch_decoder_stub.c50 const uint32_t *batch, uint32_t batch_size,
49 intel_print_batch(struct intel_batch_decode_ctx * ctx,const uint32_t * batch,uint32_t batch_size,uint64_t batch_addr,bool from_ring) argument
H A Dintel_measure.c79 /* default batch_size allows for 8k renders in a single batch */
81 config.batch_size = DEFAULT_BATCH_SIZE;
95 const char *batch_size_s = strstr(env, "batch_size=");
176 const int batch_size = atoi(batch_size_s); local in function:intel_measure_init
177 if (batch_size < DEFAULT_BATCH_SIZE) {
178 fprintf(stderr, "INTEL_MEASURE minimum batch_size is 4k: "
179 "%d\n", batch_size);
182 if (batch_size > DEFAULT_BATCH_SIZE * 1024) {
183 fprintf(stderr, "INTEL_MEASURE batch_size limited to 4M: "
184 "%d\n", batch_size);
[all...]
H A Dintel_measure.h86 * INTEL_MEASURE=batch_size={num}. Additional snapshots will be dropped.
88 unsigned batch_size; member in struct:intel_measure_config
H A Dintel_decoder.h272 const uint32_t *batch, uint32_t batch_size,
/xsrc/external/mit/pixman/dist/test/
H A Dfuzzer-find-diff.pl20 $batch_size = 10000;
58 printf("testing %-12d\r", $base + $batch_size - 1);
59 my $res = test_range($base, $base + $batch_size - 1);
73 $base += $batch_size;
/xsrc/external/mit/libdrm/dist/intel/
H A Dtest_decode.c74 size_t batch_size; local in function:dump_batch
76 read_file(batch_filename, &batch_ptr, &batch_size);
79 batch_size / 4);
94 size_t ref_size, batch_size; local in function:compare_batch
102 read_file(batch_filename, &batch_ptr, &batch_size);
117 batch_size / 4);
H A Dintel_bufmgr.h175 drm_intel_bufmgr *drm_intel_bufmgr_gem_init(int fd, int batch_size);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_measure.c96 * snapshot objects based on the run-time configurable batch_size
99 config->batch_size * sizeof(struct intel_measure_snapshot);
106 config->batch_size * sizeof(uint64_t), 1,
145 if (measure_batch->index == config->batch_size) {
154 "Increase setting with INTEL_MEASURE=batch_size={count}\n",
155 config->batch_size);
162 assert(index < config->batch_size);
H A Diris_batch.c498 unsigned batch_size = iris_batch_bytes_used(batch); local in function:record_batch_sizes
500 VG(VALGRIND_CHECK_MEM_IS_DEFINED(batch->map, batch_size));
503 batch->primary_batch_size = batch_size;
505 batch->total_chained_batch_size += batch_size;
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer.h99 const void *batch, uint32_t batch_size,
H A Daubinator_viewer_decoder.cpp894 const void *_batch, uint32_t batch_size,
898 const uint32_t *p, *batch = (const uint32_t *) _batch, *end = batch + batch_size / sizeof(uint32_t);
893 aub_viewer_render_batch(struct aub_viewer_decode_ctx * ctx,const void * _batch,uint32_t batch_size,uint64_t batch_addr,bool from_ring) argument
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_viewer.h99 const void *batch, uint32_t batch_size,
H A Daubinator_viewer_decoder.cpp898 const void *_batch, uint32_t batch_size,
902 const uint32_t *p, *batch = (const uint32_t *) _batch, *end = batch + batch_size / sizeof(uint32_t);
897 aub_viewer_render_batch(struct aub_viewer_decode_ctx * ctx,const void * _batch,uint32_t batch_size,uint64_t batch_addr,bool from_ring) argument
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_measure.c106 * snapshot objects based on the run-time configurable batch_size
109 config->batch_size * sizeof(struct intel_measure_snapshot);
118 config->batch_size * sizeof(uint64_t),
267 if (measure->base.index == config->batch_size) {
276 "Increase setting with INTEL_MEASURE=batch_size={count}\n",
277 config->batch_size);
331 config->batch_size * sizeof(uint64_t),
/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_decoder.h258 const uint32_t *batch, uint32_t batch_size,
H A Dgen_batch_decoder.c807 const uint32_t *batch, uint32_t batch_size,
810 const uint32_t *p, *end = batch + batch_size / sizeof(uint32_t);
806 gen_print_batch(struct gen_batch_decode_ctx * ctx,const uint32_t * batch,uint32_t batch_size,uint64_t batch_addr,bool from_ring) argument
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_driver.c269 int batch_size; local in function:intel_init_bufmgr
271 batch_size = 4096 * 4;
274 batch_size = 4096;
276 intel->bufmgr = drm_intel_bufmgr_gem_init(intel->drmSubFD, batch_size);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_driver.c276 int batch_size; local in function:intel_init_bufmgr
278 batch_size = 4096 * 4;
281 batch_size = 4096;
283 intel->bufmgr = drm_intel_bufmgr_gem_init(intel->drmSubFD, batch_size);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dkgem.h135 uint16_t batch_size; member in struct:kgem
250 #define KGEM_BATCH_SIZE(K) ((K)->batch_size-KGEM_BATCH_RESERVED)
457 assert(kgem->surface <= kgem->batch_size);
H A Dkgem.c1840 sizeof(uint32_t)*kgem->batch_size,
1872 __FUNCTION__, sizeof(uint32_t)*kgem->batch_size));
1874 ALIGN(sizeof(uint32_t) * kgem->batch_size, PAGE_SIZE))) {
1881 sizeof(uint32_t)*kgem->batch_size));
2079 kgem->batch_size = UINT16_MAX & ~7;
2082 kgem->batch_size = 4*1024;
2085 kgem->batch_size = PAGE_SIZE / sizeof(uint32_t);
2087 kgem->batch_size = 16*1024;
2088 if (!kgem->has_relaxed_delta && kgem->batch_size > 4*1024)
2089 kgem->batch_size
[all...]
H A Dgen8_vertex.c209 size += sna->kgem.batch_size - sna->kgem.surface;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dkgem.h128 uint16_t batch_size; member in struct:kgem
241 #define KGEM_BATCH_SIZE(K) ((K)->batch_size-KGEM_BATCH_RESERVED)
441 assert(kgem->surface <= kgem->batch_size);
H A Dkgem.c1469 sizeof(uint32_t)*kgem->batch_size,
1476 sizeof(uint32_t)*kgem->batch_size));
1483 ALIGN(sizeof(uint32_t) * kgem->batch_size, PAGE_SIZE))) {
1490 sizeof(uint32_t)*kgem->batch_size));
1612 kgem->batch_size = UINT16_MAX & ~7;
1615 kgem->batch_size = 4*1024;
1618 kgem->batch_size = PAGE_SIZE / sizeof(uint32_t);
1620 kgem->batch_size = 16*1024;
1621 if (!kgem->has_relaxed_delta && kgem->batch_size > 4*1024)
1622 kgem->batch_size
[all...]
H A Dgen8_vertex.c209 size += sna->kgem.batch_size - sna->kgem.surface;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_driver.c2329 int batch_size; local in function:i830_init_bufmgr
2331 batch_size = 4096 * 4;
2335 batch_size = 4096;
2337 pI830->bufmgr = intel_bufmgr_gem_init(pI830->drmSubFD, batch_size);

Completed in 41 milliseconds

12