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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_resource_priv.h 62 * @res_type: Enum that identifies the lru list to use for eviction.
85 enum vmw_res_type res_type; member in struct:vmw_res_func
vmwgfx_execbuf.c 263 * @res_type: The resource type.
272 enum vmw_res_type res_type)
274 return (res_type == vmw_res_dx_context ||
275 (res_type == vmw_res_context && dev_priv->has_mob)) ?
314 enum vmw_res_type res_type = vmw_res_type(res); local
320 rcache = &sw_context->res_cache[res_type];
329 priv_size = vmw_execbuf_res_size(dev_priv, res_type);
365 enum vmw_res_type res_type = vmw_res_type(res); local
369 rcache = &sw_context->res_cache[res_type];
642 * @res_type: Resource type
    [all...]
  /src/usr.bin/rpcgen/
rpc_parse.h 125 const char *res_type; member in struct:proc_list
  /src/external/bsd/jemalloc/dist/src/
prof_log.c 601 const char *res_type = prof_time_res_mode_names[opt_prof_time_res]; local
603 &res_type);
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-forwprop.cc 2790 tree res_type local
2793 tree opt = fold_ternary (VEC_PERM_EXPR, res_type, arg0, arg1, op2);
2798 if (res_type != TREE_TYPE (op0))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-forwprop.cc 2721 tree res_type = TREE_TYPE (arg0); local
2722 tree opt = fold_ternary (VEC_PERM_EXPR, res_type, arg0, arg1, op2);
2727 if (res_type != TREE_TYPE (op0))
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 6783 tree res_type = TREE_TYPE (ptrop);
6785 /* pointer_int_sum() uses size_in_bytes() on the TREE_TYPE(res_type)
6790 complete_type (TREE_TYPE (res_type));
6774 tree res_type = TREE_TYPE (ptrop); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 6404 tree res_type = TREE_TYPE (ptrop);
6406 /* pointer_int_sum() uses size_in_bytes() on the TREE_TYPE(res_type)
6411 complete_type (TREE_TYPE (res_type));
6395 tree res_type = TREE_TYPE (ptrop); local

Completed in 55 milliseconds