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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_validation.c 69 * @first_usage: True iff the resource has been seen only once in the current
85 u32 first_usage : 1; member in struct:vmw_validation_res_node
314 * @first_usage: Whether this was the first time this resource was seen.
323 bool *first_usage)
330 node->first_usage = 0;
353 node->first_usage = 1;
377 if (first_usage)
378 *first_usage = node->first_usage;
429 if (val->first_usage)
    [all...]
vmwgfx_execbuf.c 317 bool first_usage; local in function:vmw_execbuf_res_noref_val_add
332 &first_usage);
337 if (priv_size && first_usage) {

Completed in 15 milliseconds