Home
last modified time | relevance | path

Searched defs:max_rgb (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir_lower_ps.c553 uint32_t max_rgb = is_int8 ? 255 : 1023; in emit_ps_color_export() local
570 uint32_t max_rgb = is_int8 ? 127 : 511; in emit_ps_color_export() local
/aosp_15_r20/external/skia/src/encode/
H A DSkICC.cpp763 float max_rgb = std::max(std::max(rgb[0], rgb[1]), rgb[2]); in SkWriteICCProfile() local
/aosp_15_r20/external/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c2020 LLVMValueRef max_rgb = LLVMConstInt(ctx->i32, bits == 8 ? 127 : bits == 10 ? 511 : 32767, 0); in ac_build_cvt_pk_i16() local
2045 LLVMValueRef max_rgb = LLVMConstInt(ctx->i32, bits == 8 ? 255 : bits == 10 ? 1023 : 65535, 0); in ac_build_cvt_pk_u16() local
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp11068 uint32_t max_rgb = is_int8 ? 255 : is_int10 ? 1023 : 0; in export_fs_mrt_color() local
11087 uint32_t max_rgb = is_int8 ? 127 : is_int10 ? 511 : 0; in export_fs_mrt_color() local