Searched defs:max_rgb (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ | ||
| H A D | ac_llvm_build.c | 2425 LLVMValueRef max_rgb = LLVMConstInt(ctx->i32, local in function:ac_build_cvt_pk_i16 2458 LLVMValueRef max_rgb = LLVMConstInt(ctx->i32, local in function:ac_build_cvt_pk_u16 |
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ | ||
| H A D | ac_llvm_build.c | 2379 LLVMValueRef max_rgb = LLVMConstInt(ctx->i32, bits == 8 ? 127 : bits == 10 ? 511 : 32767, 0); local in function:ac_build_cvt_pk_i16 2404 LLVMValueRef max_rgb = LLVMConstInt(ctx->i32, bits == 8 ? 255 : bits == 10 ? 1023 : 65535, 0); local in function:ac_build_cvt_pk_u16 |
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ | ||
| H A D | aco_instruction_selection.cpp | 10973 uint32_t max_rgb = is_int8 ? 255 : is_int10 ? 1023 : 0; local in function:aco::__anon562fcc110110::export_fs_mrt_color 10998 uint32_t max_rgb = is_int8 ? 127 : is_int10 ? 511 : 0; local in function:aco::__anon562fcc110110::export_fs_mrt_color |
Completed in 34 milliseconds