Home
last modified time | relevance | path

Searched defs:min_rgb (Results 1 - 5 of 5) sorted by relevance

/third_party/backends/backend/
H A Dplustek-usbcal.c261 RGBUShortDef max_rgb, min_rgb, tmp_rgb; in cano_AdjustLightsource() local
[all...]
H A Dplustek-usbshading.c949 RGBUShortDef max_rgb, min_rgb, tmp_rgb; in usb_AdjustGain() local
[all...]
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_api.c1029 int min_rgb = min_red + min_green + min_blue; in choose_visual() local
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c2397 LLVMValueRef min_rgb = LLVMConstInt(ctx->i32, bits == 8 ? -128 : bits == 10 ? -512 : -32768, 0); in ac_build_cvt_pk_i16() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c4351 unsigned min_rgb = is_int8 ? -128 : is_int10 ? -512 : 0; in radv_lower_fs_output() local

Completed in 31 milliseconds