Home
last modified time | relevance | path

Searched refs:bo_count (Results 1 – 15 of 15) sorted by relevance

/external/libdrm/radeon/
Dradeon_cs_space.c122 if (cs->bo_count == 0 && !new_tmp) in radeon_cs_do_space_check()
128 for (i = 0; i < cs->bo_count; i++) { in radeon_cs_do_space_check()
158 for (i = 0; i < cs->bo_count; i++) { in radeon_cs_do_space_check()
175 for (i = 0; i < csi->bo_count; i++) { in radeon_cs_space_add_persistent_bo()
182 i = csi->bo_count; in radeon_cs_space_add_persistent_bo()
187 csi->bo_count++; in radeon_cs_space_add_persistent_bo()
189 assert(csi->bo_count < MAX_SPACE_BOS); in radeon_cs_space_add_persistent_bo()
243 for (i = 0; i < csi->bo_count; i++) { in radeon_cs_space_reset_bos()
250 csi->bo_count = 0; in radeon_cs_space_reset_bos()
Dradeon_cs_int.h28 int bo_count; member
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator.c220 exec->bo_count = args->bo_handle_count; in vc4_simulator_pin_bos()
221 exec->bo = calloc(exec->bo_count, sizeof(void *)); in vc4_simulator_pin_bos()
222 for (int i = 0; i < exec->bo_count; i++) { in vc4_simulator_pin_bos()
254 for (int i = 0; i < exec->bo_count; i++) { in vc4_simulator_unpin_bos()
294 state->bo_count = exec->bo_count + unref_count + 1; in vc4_dump_to_file()
295 bo_state = calloc(state->bo_count, sizeof(*bo_state)); in vc4_dump_to_file()
317 for (i = 0; i < exec->bo_count; i++) { in vc4_dump_to_file()
334 bo_state[i].handle = exec->bo_count; in vc4_dump_to_file()
339 fwrite(bo_state, sizeof(*bo_state), state->bo_count, f); in vc4_dump_to_file()
341 for (int i = 0; i < exec->bo_count; i++) { in vc4_dump_to_file()
Dvc4_bufmgr.c56 fprintf(stderr, " BOs allocated: %d\n", screen->bo_count); in vc4_bo_dump_stats()
58 fprintf(stderr, " BOs cached: %d\n", cache->bo_count); in vc4_bo_dump_stats()
86 cache->bo_count--; in vc4_bo_remove_from_cache()
174 screen->bo_count++; in vc4_bo_alloc()
218 screen->bo_count--; in vc4_bo_free()
304 cache->bo_count++; in vc4_bo_last_unreference_locked_timed()
442 screen->bo_count++; in vc4_bo_alloc_shader()
Dvc4_screen.h83 uint32_t bo_count; member
90 uint32_t bo_count; member
/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_builder.c444 unsigned bo_count, struct intel_bo **bos) in ilo_builder_validate() argument
453 if (bo_count) { in ilo_builder_validate()
454 assert(bo_count <= max_bo_count); in ilo_builder_validate()
455 if (bo_count > max_bo_count) in ilo_builder_validate()
459 bos, sizeof(*bos) * bo_count); in ilo_builder_validate()
460 i += bo_count; in ilo_builder_validate()
Dilo_builder.h137 unsigned bo_count, struct intel_bo **bos);
/external/mesa3d/src/intel/vulkan/
Danv_batch_chain.c933 uint32_t bo_count; member
962 if (bo->index < exec->bo_count && exec->bos[bo->index] == bo) in anv_execbuf_add_bo()
969 if (exec->bo_count >= exec->array_length) { in anv_execbuf_add_bo()
988 exec->bo_count * sizeof(*new_objects)); in anv_execbuf_add_bo()
990 exec->bo_count * sizeof(*new_bos)); in anv_execbuf_add_bo()
1001 assert(exec->bo_count < exec->array_length); in anv_execbuf_add_bo()
1003 bo->index = exec->bo_count++; in anv_execbuf_add_bo()
1196 for (uint32_t i = 0; i < exec->bo_count; i++) { in relocate_cmd_buffer()
1220 for (uint32_t i = 0; i < exec->bo_count; i++) in relocate_cmd_buffer()
1268 if (first_batch_bo->bo.index != execbuf.bo_count - 1) { in anv_cmd_buffer_execbuf()
[all …]
/external/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_drv.h40 uint32_t bo_count; member
Dvc4_validate.c102 if (hindex >= exec->bo_count) { in vc4_use_bo()
104 hindex, exec->bo_count); in vc4_use_bo()
784 if (src_handles[i] > exec->bo_count) { in validate_gl_shader_rec()
/external/libdrm/include/drm/
Dvc4_drm.h260 __u32 bo_count; member
/external/kernel-headers/original/uapi/drm/
Dvc4_drm.h278 __u32 bo_count; member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_debug.c298 qsort(saved->bo_list, saved->bo_count, in si_dump_bo_list()
305 for (i = 0; i < saved->bo_count; i++) { in si_dump_bo_list()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.c465 saved->bo_count = ws->cs_get_buffer_list(cs, NULL); in radeon_save_cs()
466 saved->bo_list = CALLOC(saved->bo_count, in radeon_save_cs()
Dr600_pipe_common.h526 unsigned bo_count; member