Searched refs:lp_build_clamped_float_to_unsigned_norm (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_alpha.c80 alpha = lp_build_clamped_float_to_unsigned_norm(gallivm, type, dst_width, alpha);
81 ref = lp_build_clamped_float_to_unsigned_norm(gallivm, type, dst_width, ref);
H A Dlp_bld_depth.c1037 z_src = lp_build_clamped_float_to_unsigned_norm(gallivm,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_alpha.c80 alpha = lp_build_clamped_float_to_unsigned_norm(gallivm, type, dst_width, alpha);
81 ref = lp_build_clamped_float_to_unsigned_norm(gallivm, type, dst_width, ref);
H A Dlp_bld_depth.c1048 z_src = lp_build_clamped_float_to_unsigned_norm(gallivm,
H A Dlp_state_fs.c1720 result = lp_build_clamped_float_to_unsigned_norm(gallivm, flt_type, dst_bits, result);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.h54 lp_build_clamped_float_to_unsigned_norm(struct gallivm_state *gallivm,
H A Dlp_bld_conv.c239 lp_build_clamped_float_to_unsigned_norm(struct gallivm_state *gallivm, function in typeref:typename:LLVMValueRef
360 * Inverse of lp_build_clamped_float_to_unsigned_norm above.
828 tmp[i] = lp_build_clamped_float_to_unsigned_norm(gallivm,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.h54 lp_build_clamped_float_to_unsigned_norm(struct gallivm_state *gallivm,
H A Dlp_bld_conv.c264 lp_build_clamped_float_to_unsigned_norm(struct gallivm_state *gallivm, function in typeref:typename:LLVMValueRef
388 * Inverse of lp_build_clamped_float_to_unsigned_norm above.
858 tmp[i] = lp_build_clamped_float_to_unsigned_norm(gallivm,
H A Dlp_bld_format_soa.c907 chan = lp_build_clamped_float_to_unsigned_norm(gallivm, type, width, rgba);

Completed in 20 milliseconds