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

  /external/libdrm/amdgpu/
amdgpu_cs.c 179 struct drm_amdgpu_cs_chunk_dep *dependencies = NULL;
180 struct drm_amdgpu_cs_chunk_dep *sem_dependencies = NULL;
252 dependencies = malloc(sizeof(struct drm_amdgpu_cs_chunk_dep) *
261 struct drm_amdgpu_cs_chunk_dep *dep = &dependencies[i];
274 chunks[i].length_dw = sizeof(struct drm_amdgpu_cs_chunk_dep) / 4
283 sem_dependencies = malloc(sizeof(struct drm_amdgpu_cs_chunk_dep) * sem_count);
291 struct drm_amdgpu_cs_chunk_dep *dep = &sem_dependencies[sem_count++];
307 chunks[i].length_dw = sizeof(struct drm_amdgpu_cs_chunk_dep) / 4 * sem_count;
  /external/libdrm/include/drm/
amdgpu_drm.h 412 struct drm_amdgpu_cs_chunk_dep { struct
  /bionic/libc/kernel/uapi/drm/
amdgpu_drm.h 342 struct drm_amdgpu_cs_chunk_dep { struct
  /external/kernel-headers/original/uapi/drm/
amdgpu_drm.h 531 struct drm_amdgpu_cs_chunk_dep { struct

Completed in 60 milliseconds