HomeSort by: relevance | last modified time | path
    Searched defs:explicit (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_job.c 194 bool explicit = false; local
197 fence = amdgpu_sync_get_fence(&job->sync, &explicit);
198 if (fence && explicit) {
amdgpu_sync.c 43 bool explicit; member in struct:amdgpu_sync_entry
138 bool explicit)
149 e->explicit |= explicit;
161 * @explicit: if this is an explicit dependency
166 bool explicit)
173 if (amdgpu_sync_add_later(sync, f, explicit))
180 e->explicit = explicit;
    [all...]
  /src/external/mit/isl/dist/
isl_ast_codegen.c 33 * without dropping explicit representations of local variables.
1146 * based on the atomic option or based on separation with explicit bounds.
1405 * based on the atomic option or based on separation with explicit bounds.
1410 * we performed separation with explicit bounds.
2224 * "explicit" is set if we only want to use explicit bounds.
2230 int explicit; member in struct:isl_separate_domain_data
2250 /* Extract explicit bounds on the current dimension for the executed "map".
2255 * inner dimensions will be enforced by for loops and not by explicit guards.
2294 if (data->explicit)
    [all...]

Completed in 23 milliseconds