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

  /src/usr.bin/find/
extern.h 59 PLAN *c_depth(char ***, int, char *);
option.c 74 { "-depth", N_DEPTH, c_depth, 0 },
function.c 520 c_depth(char ***argvp, int isok, char *opt) function
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
opp.h 51 enum dc_color_depth c_depth; /* Deep color use. */ member in struct:clamping_and_pixel_encoding_params
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_resource.c 389 if (stream1->clamping.c_depth != stream2->clamping.c_depth)
412 if (stream1->clamping.c_depth != COLOR_DEPTH_888 ||
413 stream2->clamping.c_depth != COLOR_DEPTH_888)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_resource.c 1060 stream->clamping.c_depth = stream->timing.display_color_depth;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
resolve.cc 11435 int c_depth = 0, t_depth; local
11448 if (c->as && c_depth == 0)
11449 c_depth = 1;
11457 c_depth = t_depth > c_depth ? t_depth : c_depth;
11459 return depth + c_depth;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_resource.c 1484 stream->clamping.c_depth = stream->timing.display_color_depth;

Completed in 52 milliseconds