Searched refs:ubound (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_conv.c | 288 unsigned long long ubound; in lp_build_clamped_float_to_unsigned_norm() local 293 ubound = (1ULL << dst_width); in lp_build_clamped_float_to_unsigned_norm() 294 mask = ubound - 1; in lp_build_clamped_float_to_unsigned_norm() 295 scale = (double)mask/ubound; in lp_build_clamped_float_to_unsigned_norm() 405 unsigned long long ubound; in lp_build_unsigned_norm_to_float() local 435 ubound = ((unsigned long long)1 << n); in lp_build_unsigned_norm_to_float() 436 mask = ubound - 1; in lp_build_unsigned_norm_to_float() 437 scale = (double)ubound/mask; in lp_build_unsigned_norm_to_float()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFramebufferBlitTests.cpp | 770 const tcu::IVec2 ubound = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (tcu::IVec2(128, 128)) : (tcu::IVec2(m_context.getRenderTarget().getWidth(), m_context.getRenderTarget().getHeight())); 773 m_dstRect = ubound.swizzle(0, 1, 0, 1) + IVec4(-75, -99, 8, 16); 774 m_interestingArea = IVec4(ubound.x() - 128, ubound.y() - 128, ubound.x(), ubound.y());
|
Completed in 6 milliseconds