Searched refs:bo_count (Results 1 - 25 of 57) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_cs.c65 for (uint32_t i = 0; i < cs->bo_count; ++i) {
81 assert(cs->bo_count);
82 return cs->start - (uint32_t *) cs->bos[cs->bo_count - 1]->map;
99 if (cs->bo_count == cs->bo_capacity) {
129 cs->bos[cs->bo_count++] = new_bo;
178 assert(cs->bo_count);
183 .bo = cs->bos[cs->bo_count - 1],
288 struct tu_bo *bo = cs->bos[cs->bo_count - 1];
310 assert(cs->bo_count);
319 .bo = cs->bos[cs->bo_count
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_cs.c59 for (uint32_t i = 0; i < cs->bo_count; ++i) {
75 assert(cs->bo_count);
76 return cs->start - (uint32_t *) cs->bos[cs->bo_count - 1]->map;
122 if (cs->bo_count == cs->bo_capacity) {
150 cs->bos[cs->bo_count++] = new_bo;
199 assert(cs->bo_count);
204 .bo = cs->bos[cs->bo_count - 1],
276 assert(cs->bo_count);
285 .bo = cs->bos[cs->bo_count - 1],
349 assert(!cs->bo_count
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_bo.h63 uint32_t bo_count; member in struct:radv_amdgpu_winsys_bo::__anon58c86776010a::__anon58c867760308
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_bo.h67 uint32_t bo_count; member in struct:radv_amdgpu_winsys_bo::__anonf1df9bc3010a::__anonf1df9bc30308
/xsrc/external/mit/libdrm/dist/radeon/
H A Dradeon_cs_space.c119 if (cs->bo_count == 0 && !new_tmp)
125 for (i = 0; i < cs->bo_count; i++) {
155 for (i = 0; i < cs->bo_count; i++) {
172 for (i = 0; i < csi->bo_count; i++) {
179 i = csi->bo_count;
184 csi->bo_count++;
186 assert(csi->bo_count < MAX_SPACE_BOS);
240 for (i = 0; i < csi->bo_count; i++) {
247 csi->bo_count = 0;
H A Dradeon_cs_int.h28 int bo_count; member in struct:radeon_cs_int
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_screen.h87 uint32_t bo_count; member in struct:vc4_screen::vc4_bo_cache
94 uint32_t bo_count; member in struct:vc4_screen
H A Dvc4_simulator.c245 exec->bo_count = args->bo_handle_count;
246 exec->bo = calloc(exec->bo_count, sizeof(void *));
247 for (int i = 0; i < exec->bo_count; i++) {
263 for (int i = 0; i < exec->bo_count; i++) {
300 state->bo_count = exec->bo_count + unref_count + 1;
301 bo_state = calloc(state->bo_count, sizeof(*bo_state));
323 for (i = 0; i < exec->bo_count; i++) {
340 bo_state[i].handle = exec->bo_count;
345 fwrite(bo_state, sizeof(*bo_state), state->bo_count,
[all...]
H A Dvc4_bufmgr.c90 fprintf(stderr, " BOs allocated: %d\n", screen->bo_count);
92 fprintf(stderr, " BOs cached: %d\n", cache->bo_count);
120 cache->bo_count--;
173 screen->bo_count--;
277 screen->bo_count++;
374 cache->bo_count++;
510 screen->bo_count++;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_screen.h87 uint32_t bo_count; member in struct:vc4_screen::vc4_bo_cache
94 uint32_t bo_count; member in struct:vc4_screen
H A Dvc4_simulator.c245 exec->bo_count = args->bo_handle_count;
246 exec->bo = calloc(exec->bo_count, sizeof(void *));
247 for (int i = 0; i < exec->bo_count; i++) {
263 for (int i = 0; i < exec->bo_count; i++) {
300 state->bo_count = exec->bo_count + unref_count + 1;
301 bo_state = calloc(state->bo_count, sizeof(*bo_state));
323 for (i = 0; i < exec->bo_count; i++) {
340 bo_state[i].handle = exec->bo_count;
345 fwrite(bo_state, sizeof(*bo_state), state->bo_count,
[all...]
H A Dvc4_bufmgr.c82 fprintf(stderr, " BOs allocated: %d\n", screen->bo_count);
84 fprintf(stderr, " BOs cached: %d\n", cache->bo_count);
112 cache->bo_count--;
165 screen->bo_count--;
269 screen->bo_count++;
366 cache->bo_count++;
502 screen->bo_count++;
/xsrc/external/mit/MesaLib/dist/src/broadcom/clif/
H A Dclif_dump.c79 for (int i = 0; i < clif->bo_count; i++) {
358 for (int i = 0; i < clif->bo_count; i++) {
389 qsort(clif->bo, clif->bo_count, sizeof(clif->bo[0]),
395 for (int i = 0; i < clif->bo_count; i++) {
434 if (clif->bo_count >= clif->bo_array_size) {
441 for (int i = 0; i < clif->bo_count; i++)
444 clif->bo[clif->bo_count].name = ralloc_strdup(clif, name);
445 clif->bo[clif->bo_count].offset = offset;
446 clif->bo[clif->bo_count].size = size;
447 clif->bo[clif->bo_count]
[all...]
H A Dclif_private.h49 int bo_count; member in struct:clif_dump
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/clif/
H A Dclif_dump.c78 for (int i = 0; i < clif->bo_count; i++) {
352 for (int i = 0; i < clif->bo_count; i++) {
383 qsort(clif->bo, clif->bo_count, sizeof(clif->bo[0]),
389 for (int i = 0; i < clif->bo_count; i++) {
428 if (clif->bo_count >= clif->bo_array_size) {
435 for (int i = 0; i < clif->bo_count; i++)
438 clif->bo[clif->bo_count].name = ralloc_strdup(clif, name);
439 clif->bo[clif->bo_count].offset = offset;
440 clif->bo[clif->bo_count].size = size;
441 clif->bo[clif->bo_count]
[all...]
H A Dclif_private.h49 int bo_count; member in struct:clif_dump
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_screen.h78 uint32_t bo_count; member in struct:v3d_screen
H A Dv3d_bufmgr.c63 fprintf(stderr, " BOs allocated: %d\n", screen->bo_count);
184 screen->bo_count++;
228 screen->bo_count--;
377 screen->bo_count++;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_screen.h78 uint32_t bo_count; member in struct:v3d_screen
H A Dv3d_bufmgr.c55 fprintf(stderr, " BOs allocated: %d\n", screen->bo_count);
176 screen->bo_count++;
220 screen->bo_count--;
370 screen->bo_count++;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/kernel/
H A Dvc4_drv.h40 uint32_t bo_count; member in struct:vc4_exec_info
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/kernel/
H A Dvc4_drv.h40 uint32_t bo_count; member in struct:vc4_exec_info
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_bo.c50 fprintf(stderr, " BOs allocated: %d\n", device->bo_count);
144 device->bo_count--;
257 device->bo_count++;
386 device->bo_count = 0;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_batch_chain.c1177 uint32_t bo_count; member in struct:anv_execbuf
1251 if (bo->index < exec->bo_count && exec->bos[bo->index] == bo)
1258 if (exec->bo_count >= exec->array_length) {
1275 exec->bo_count * sizeof(*new_objects));
1277 exec->bo_count * sizeof(*new_bos));
1288 assert(exec->bo_count < exec->array_length);
1290 bo->index = exec->bo_count++;
1506 for (uint32_t i = 0; i < exec->bo_count; i++) {
1540 for (uint32_t i = 0; i < exec->bo_count; i++)
1760 if (first_batch_bo->bo->index != execbuf->bo_count
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_batch_chain.c999 uint32_t bo_count; member in struct:anv_execbuf
1053 if (bo->index < exec->bo_count && exec->bos[bo->index] == bo)
1060 if (exec->bo_count >= exec->array_length) {
1079 exec->bo_count * sizeof(*new_objects));
1081 exec->bo_count * sizeof(*new_bos));
1092 assert(exec->bo_count < exec->array_length);
1094 bo->index = exec->bo_count++;
1343 for (uint32_t i = 0; i < exec->bo_count; i++) {
1367 for (uint32_t i = 0; i < exec->bo_count; i++)
1470 if (first_batch_bo->bo.index != execbuf->bo_count
[all...]

Completed in 18 milliseconds

123