Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/find/
Dextern.h57 PLAN *c_depth(char *, char ***, int);
Doption.c63 { "-depth", N_DEPTH, c_depth, O_ZERO },
Dfunction.c292 c_depth(char *ignore, char ***ignored, int unused) in c_depth() function
/openbsd/src/sys/dev/pci/drm/amd/display/dc/inc/hw/
Dopp.h65 enum dc_color_depth c_depth; /* Deep color use. */ member
/openbsd/src/sys/dev/pci/drm/amd/display/dc/core/
Ddc_resource.c616 if (stream1->clamping.c_depth != stream2->clamping.c_depth) in resource_are_streams_timing_synchronizable()
639 if (stream1->clamping.c_depth != COLOR_DEPTH_888 || in is_dp_and_hdmi_sharable()
640 stream2->clamping.c_depth != COLOR_DEPTH_888) in is_dp_and_hdmi_sharable()