Searched refs: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 2430 bits != 10 ? max_rgb : ctx->i32_1; 2439 alpha ? max_alpha : max_rgb); 2458 LLVMValueRef max_rgb = LLVMConstInt(ctx->i32, local in function:ac_build_cvt_pk_u16 2461 bits != 10 ? max_rgb : LLVMConstInt(ctx->i32, 3, 0); 2468 alpha ? max_alpha : max_rgb);
|
| /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 2381 LLVMValueRef max_alpha = bits != 10 ? max_rgb : ctx->i32_1; 2388 args[i] = ac_build_imin(ctx, args[i], alpha ? max_alpha : max_rgb); 2404 LLVMValueRef max_rgb = LLVMConstInt(ctx->i32, bits == 8 ? 255 : bits == 10 ? 1023 : 65535, 0); local in function:ac_build_cvt_pk_u16 2405 LLVMValueRef max_alpha = bits != 10 ? max_rgb : LLVMConstInt(ctx->i32, 3, 0); 2411 args[i] = ac_build_umin(ctx, args[i], alpha ? max_alpha : max_rgb);
|
| /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 10974 Temp max_rgb_val = bld.copy(bld.def(s1), Operand::c32(max_rgb)); 10998 uint32_t max_rgb = is_int8 ? 127 : is_int10 ? 511 : 0; local in function:aco::__anon562fcc110110::export_fs_mrt_color 11000 Temp max_rgb_val = bld.copy(bld.def(s1), Operand::c32(max_rgb));
|
Completed in 34 milliseconds