HomeSort by relevance Sort by last modified time
    Searched refs:bo_count (Results 1 - 16 of 16) sorted by null

  /external/libdrm/radeon/
radeon_cs_space.c 122 if (cs->bo_count == 0 && !new_tmp)
128 for (i = 0; i < cs->bo_count; i++) {
158 for (i = 0; i < cs->bo_count; i++) {
175 for (i = 0; i < csi->bo_count; i++) {
182 i = csi->bo_count;
187 csi->bo_count++;
189 assert(csi->bo_count < MAX_SPACE_BOS);
243 for (i = 0; i < csi->bo_count; i++) {
250 csi->bo_count = 0;
radeon_cs_int.h 28 int bo_count; member in struct:radeon_cs_int
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_screen.h 83 uint32_t bo_count; member in struct:vc4_screen::vc4_bo_cache
90 uint32_t bo_count; member in struct:vc4_screen
vc4_simulator.c 220 exec->bo_count = args->bo_handle_count;
221 exec->bo = calloc(exec->bo_count, sizeof(void *));
222 for (int i = 0; i < exec->bo_count; i++) {
254 for (int i = 0; i < exec->bo_count; i++) {
294 state->bo_count = exec->bo_count + unref_count + 1;
295 bo_state = calloc(state->bo_count, sizeof(*bo_state));
317 for (i = 0; i < exec->bo_count; i++) {
334 bo_state[i].handle = exec->bo_count;
339 fwrite(bo_state, sizeof(*bo_state), state->bo_count, f)
    [all...]
vc4_bufmgr.c 56 fprintf(stderr, " BOs allocated: %d\n", screen->bo_count);
58 fprintf(stderr, " BOs cached: %d\n", cache->bo_count);
86 cache->bo_count--;
174 screen->bo_count++;
218 screen->bo_count--;
304 cache->bo_count++;
442 screen->bo_count++;
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_builder.c 444 unsigned bo_count, struct intel_bo **bos)
453 if (bo_count) {
454 assert(bo_count <= max_bo_count);
455 if (bo_count > max_bo_count)
459 bos, sizeof(*bos) * bo_count);
460 i += bo_count;
ilo_builder.h 137 unsigned bo_count, struct intel_bo **bos);
  /external/mesa3d/src/gallium/drivers/vc4/kernel/
vc4_drv.h 40 uint32_t bo_count; member in struct:vc4_exec_info
vc4_validate.c 102 if (hindex >= exec->bo_count) {
104 hindex, exec->bo_count);
784 if (src_handles[i] > exec->bo_count) {
  /external/mesa3d/src/intel/vulkan/
anv_batch_chain.c 933 uint32_t bo_count; member in struct:anv_execbuf
    [all...]
  /bionic/libc/kernel/uapi/drm/
vc4_drm.h 123 __u32 bo_count; member in struct:drm_vc4_get_hang_state
  /external/kernel-headers/original/uapi/drm/
vc4_drm.h 278 __u32 bo_count; member in struct:drm_vc4_get_hang_state
  /external/libdrm/include/drm/
vc4_drm.h 260 __u32 bo_count; member in struct:drm_vc4_get_hang_state
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_debug.c 298 qsort(saved->bo_list, saved->bo_count,
305 for (i = 0; i < saved->bo_count; i++) {
  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.h 526 unsigned bo_count; member in struct:radeon_saved_cs
    [all...]
r600_pipe_common.c 465 saved->bo_count = ws->cs_get_buffer_list(cs, NULL);
466 saved->bo_list = CALLOC(saved->bo_count,
    [all...]

Completed in 341 milliseconds