HomeSort by: relevance | last modified time | path
    Searched defs:dither (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/sys/arch/hppa/dev/
com_dino.c 64 uint8_t dither; member in struct:com_dino_regs
com_dino.c 64 uint8_t dither; member in struct:com_dino_regs
com_dino.c 64 uint8_t dither; member in struct:com_dino_regs
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
head.h 42 void (*dither)(struct nv50_head *, struct nv50_head_atom *); member in struct:nv50_head_func
head.h 42 void (*dither)(struct nv50_head *, struct nv50_head_atom *); member in struct:nv50_head_func
head.h 42 void (*dither)(struct nv50_head *, struct nv50_head_atom *); member in struct:nv50_head_func
atom.h 111 } dither; member in struct:nv50_head_atom
142 bool dither:1; member in struct:nv50_head_atom::nv50_head_atom_mask::__anonf635598f0f08
atom.h 111 } dither; member in struct:nv50_head_atom
142 bool dither:1; member in struct:nv50_head_atom::nv50_head_atom_mask::__anonf635598f0f08
atom.h 111 } dither; member in struct:nv50_head_atom
142 bool dither:1; member in struct:nv50_head_atom::nv50_head_atom_mask::__anonf635598f0f08
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
disp.h 56 uint32_t dither; member in struct:nv04_crtc_reg
disp.h 56 uint32_t dither; member in struct:nv04_crtc_reg
disp.h 56 uint32_t dither; member in struct:nv04_crtc_reg
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_connector.h 75 } dither; member in struct:nouveau_conn_atom
98 bool dither:1; member in struct:nouveau_conn_atom::__anon4121a383080a::__anon4121a3830908
nouveau_connector.h 75 } dither; member in struct:nouveau_conn_atom
98 bool dither:1; member in struct:nouveau_conn_atom::__anon4121a383080a::__anon4121a3830908
nouveau_connector.h 75 } dither; member in struct:nouveau_conn_atom
98 bool dither:1; member in struct:nouveau_conn_atom::__anon4121a383080a::__anon4121a3830908
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rs600.c 171 enum radeon_connector_dither dither = RADEON_FMT_DITHER_DISABLE; local in function:avivo_program_fmt
176 dither = radeon_connector->dither;
188 if (dither == RADEON_FMT_DITHER_ENABLE)
189 /* XXX sort out optimal dither settings */
195 if (dither == RADEON_FMT_DITHER_ENABLE)
196 /* XXX sort out optimal dither settings */
radeon_rs600.c 171 enum radeon_connector_dither dither = RADEON_FMT_DITHER_DISABLE; local in function:avivo_program_fmt
176 dither = radeon_connector->dither;
188 if (dither == RADEON_FMT_DITHER_ENABLE)
189 /* XXX sort out optimal dither settings */
195 if (dither == RADEON_FMT_DITHER_ENABLE)
196 /* XXX sort out optimal dither settings */
radeon_rs600.c 171 enum radeon_connector_dither dither = RADEON_FMT_DITHER_DISABLE; local in function:avivo_program_fmt
176 dither = radeon_connector->dither;
188 if (dither == RADEON_FMT_DITHER_ENABLE)
189 /* XXX sort out optimal dither settings */
195 if (dither == RADEON_FMT_DITHER_ENABLE)
196 /* XXX sort out optimal dither settings */
radeon_r600.c 312 enum radeon_connector_dither dither = RADEON_FMT_DITHER_DISABLE; local in function:dce3_program_fmt
317 dither = radeon_connector->dither;
334 if (dither == RADEON_FMT_DITHER_ENABLE)
335 /* XXX sort out optimal dither settings */
341 if (dither == RADEON_FMT_DITHER_ENABLE)
342 /* XXX sort out optimal dither settings */
radeon_r600.c 312 enum radeon_connector_dither dither = RADEON_FMT_DITHER_DISABLE; local in function:dce3_program_fmt
317 dither = radeon_connector->dither;
334 if (dither == RADEON_FMT_DITHER_ENABLE)
335 /* XXX sort out optimal dither settings */
341 if (dither == RADEON_FMT_DITHER_ENABLE)
342 /* XXX sort out optimal dither settings */
radeon_r600.c 312 enum radeon_connector_dither dither = RADEON_FMT_DITHER_DISABLE; local in function:dce3_program_fmt
317 dither = radeon_connector->dither;
334 if (dither == RADEON_FMT_DITHER_ENABLE)
335 /* XXX sort out optimal dither settings */
341 if (dither == RADEON_FMT_DITHER_ENABLE)
342 /* XXX sort out optimal dither settings */
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
dvo_ns2501.c 98 #define NS2501_F9_DITHER_MASK (0x7f<<1) /* controls the dither depth */
99 #define NS2501_F9_DITHER_SHIFT 1 /* shifts the dither mask */
184 * bits control the depth of the dither. The higher the value,
190 #define NS2501_F9_DITHER_MASK (0x7f<<1) /* dither masking */
191 #define NS2501_F9_DITHER_SHIFT 1 /* upshift of the dither mask */
214 u8 dither; /* configuration of the dithering */ member in struct:ns2501_configuration
241 .dither = 0x0f,
261 .dither = 0x0f,
280 .dither = 0x0f,
644 ns2501_writeb(dvo, NS2501_REGF9, conf->dither);
    [all...]
dvo_ns2501.c 98 #define NS2501_F9_DITHER_MASK (0x7f<<1) /* controls the dither depth */
99 #define NS2501_F9_DITHER_SHIFT 1 /* shifts the dither mask */
184 * bits control the depth of the dither. The higher the value,
190 #define NS2501_F9_DITHER_MASK (0x7f<<1) /* dither masking */
191 #define NS2501_F9_DITHER_SHIFT 1 /* upshift of the dither mask */
214 u8 dither; /* configuration of the dithering */ member in struct:ns2501_configuration
241 .dither = 0x0f,
261 .dither = 0x0f,
280 .dither = 0x0f,
644 ns2501_writeb(dvo, NS2501_REGF9, conf->dither);
    [all...]
dvo_ns2501.c 98 #define NS2501_F9_DITHER_MASK (0x7f<<1) /* controls the dither depth */
99 #define NS2501_F9_DITHER_SHIFT 1 /* shifts the dither mask */
184 * bits control the depth of the dither. The higher the value,
190 #define NS2501_F9_DITHER_MASK (0x7f<<1) /* dither masking */
191 #define NS2501_F9_DITHER_SHIFT 1 /* upshift of the dither mask */
214 u8 dither; /* configuration of the dithering */ member in struct:ns2501_configuration
241 .dither = 0x0f,
261 .dither = 0x0f,
280 .dither = 0x0f,
644 ns2501_writeb(dvo, NS2501_REGF9, conf->dither);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dce_v10_0.c 518 enum amdgpu_connector_dither dither = AMDGPU_FMT_DITHER_DISABLE; local in function:dce_v10_0_program_fmt
523 dither = amdgpu_connector->dither;
540 if (dither == AMDGPU_FMT_DITHER_ENABLE) {
541 /* XXX sort out optimal dither settings */
552 if (dither == AMDGPU_FMT_DITHER_ENABLE) {
553 /* XXX sort out optimal dither settings */
565 if (dither == AMDGPU_FMT_DITHER_ENABLE) {
566 /* XXX sort out optimal dither settings */

Completed in 54 milliseconds

1 2 3