Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/find/
H A Dextern.h57 PLAN *c_depth(char *, char ***, int);
H A Doption.c63 { "-depth", N_DEPTH, c_depth, O_ZERO },
H A 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/
H A Dopp.h49 enum dc_color_depth c_depth; /* Deep color use. */ member
/openbsd-src/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_resource.c583 if (stream1->clamping.c_depth != stream2->clamping.c_depth) in resource_are_streams_timing_synchronizable()
606 if (stream1->clamping.c_depth != COLOR_DEPTH_888 || in is_dp_and_hdmi_sharable()
607 stream2->clamping.c_depth != COLOR_DEPTH_888) in is_dp_and_hdmi_sharable()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.c1032 stream->clamping.c_depth = stream->timing.display_color_depth; in build_clamping_params()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c1271 stream->clamping.c_depth = stream->timing.display_color_depth; in build_clamping_params()