HomeSort by: relevance | last modified time | path
    Searched refs:scratch_size_bytes (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
atom.h 146 int scratch_size_bytes; member in struct:atom_context
amdgpu_atomfirmware.c 106 ctx->scratch_size_bytes = 0;
113 ctx->scratch_size_bytes = usage_bytes;
amdgpu_atom.c 282 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) {
284 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes);
538 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) {
540 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes);
amdgpu_atombios.c 1805 ctx->scratch_size_bytes = 0;
1812 ctx->scratch_size_bytes = usage_bytes;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
atom.h 144 int scratch_size_bytes; member in struct:atom_context
radeon_atom.c 296 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) {
298 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes);
552 if ((gctx->fb_base + (idx * 4)) > gctx->scratch_size_bytes) {
554 gctx->fb_base + (idx * 4), gctx->scratch_size_bytes);
1429 ctx->scratch_size_bytes = 0;
1436 ctx->scratch_size_bytes = usage_bytes;

Completed in 18 milliseconds