Home
last modified time | relevance | path

Searched refs:log2i (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_tex.c95 filter |= log2i(sa->MaxAnisotropy) << 31 | in nv04_emit_tex_obj()
97 log2i(sa->MaxAnisotropy) << 27 | in nv04_emit_tex_obj()
Dnv04_surface.c233 log2i(dst->width) << 16 | in nv04_surface_copy_swizzle()
234 log2i(dst->height) << 24); in nv04_surface_copy_swizzle()
324 unsigned k = log2i(MIN2(s->width, s->height)); in get_swizzled_offset()
Dnouveau_util.h106 log2i(unsigned i) in log2i() function
Dnv10_state_tex.c194 | log2i(sa->MaxAnisotropy) << 4; in nv10_emit_tex_obj()
Dnv20_state_tex.c240 | log2i(sa->MaxAnisotropy) << 4; in nv20_emit_tex_obj()
/external/swiftshader/src/Vulkan/
DVkImageView.cpp191 uint32_t layer = sw::log2i(layerMask); in clearWithLayerMask()
259 int layer = sw::log2i(layerMask); in resolveWithLayerMask()
DVkCommandBuffer.cpp498 int viewID = sw::log2i(viewMask); in draw()
/external/swiftshader/src/System/
DMath.hpp136 inline unsigned long log2i(int x) in log2i() function