Home
last modified time | relevance | path

Searched refs:c_depth (Results 1 – 6 of 6) sorted by relevance

/dragonfly/usr.bin/find/
H A Doption.c64 { "-d", c_depth, f_depth, 0 },
67 { "-depth", c_depth, f_depth, 0 },
H A Dextern.h53 creat_f c_depth; variable
H A Dfunction.c450 c_depth(OPTION *option, char ***argvp) in c_depth() function
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
H A Dopp.h49 enum dc_color_depth c_depth; /* Deep color use. */ member
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc_resource.c349 if (stream1->clamping.c_depth != stream2->clamping.c_depth) in resource_are_streams_timing_synchronizable()
366 if (stream1->clamping.c_depth != COLOR_DEPTH_888 || in is_dp_and_hdmi_sharable()
367 stream2->clamping.c_depth != COLOR_DEPTH_888) in is_dp_and_hdmi_sharable()
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.c947 stream->clamping.c_depth = stream->timing.display_color_depth; in build_clamping_params()