Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c2337 LLVMValueRef max_rgb = LLVMConstInt(ctx->i32, bits == 8 ? 127 : bits == 10 ? 511 : 32767, 0); in ac_build_cvt_pk_i16() local
2362 LLVMValueRef max_rgb = LLVMConstInt(ctx->i32, bits == 8 ? 255 : bits == 10 ? 1023 : 65535, 0); in ac_build_cvt_pk_u16() local
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp10460 uint32_t max_rgb = is_int8 ? 255 : is_int10 ? 1023 : 0; in export_fs_mrt_color() local
10485 uint32_t max_rgb = is_int8 ? 127 : is_int10 ? 511 : 0; in export_fs_mrt_color() local