Home
last modified time | relevance | path

Searched refs:duvdxy (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_surface.c146 static const uint32_t duvdxy[5] = in nv50_2d_texture_do_copy() local
179 PUSH_DATA (push, duvdxy[2 + ((int)src->ms_x - (int)dst->ms_x)] & 0xf0000000); in nv50_2d_texture_do_copy()
180 PUSH_DATA (push, duvdxy[2 + ((int)src->ms_x - (int)dst->ms_x)] & 0x0000000f); in nv50_2d_texture_do_copy()
181 PUSH_DATA (push, duvdxy[2 + ((int)src->ms_y - (int)dst->ms_y)] & 0xf0000000); in nv50_2d_texture_do_copy()
182 PUSH_DATA (push, duvdxy[2 + ((int)src->ms_y - (int)dst->ms_y)] & 0x0000000f); in nv50_2d_texture_do_copy()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_surface.c153 static const uint32_t duvdxy[5] = in nvc0_2d_texture_do_copy() local
186 PUSH_DATA (push, duvdxy[2 + ((int)src->ms_x - (int)dst->ms_x)] & 0xf0000000); in nvc0_2d_texture_do_copy()
187 PUSH_DATA (push, duvdxy[2 + ((int)src->ms_x - (int)dst->ms_x)] & 0x0000000f); in nvc0_2d_texture_do_copy()
188 PUSH_DATA (push, duvdxy[2 + ((int)src->ms_y - (int)dst->ms_y)] & 0xf0000000); in nvc0_2d_texture_do_copy()
189 PUSH_DATA (push, duvdxy[2 + ((int)src->ms_y - (int)dst->ms_y)] & 0x0000000f); in nvc0_2d_texture_do_copy()
/external/swiftshader/src/Shader/
DSamplerCore.cpp1401 Float4 duvdxy; in computeLod() local
1405 duvdxy = Float4(uuuu.yz, vvvv.yz) - Float4(uuuu.xx, vvvv.xx); in computeLod()
1412 duvdxy = Float4(dudxy.xz, dvdxy.xz); in computeLod()
1416 Float4 dUVdxy = duvdxy * *Pointer<Float4>(texture + OFFSET(Texture,widthHeightLOD)); in computeLod()
1427 Float4 dudx = duvdxy.xxxx; in computeLod()
1428 Float4 dudy = duvdxy.yyyy; in computeLod()
1429 Float4 dvdx = duvdxy.zzzz; in computeLod()
1430 Float4 dvdy = duvdxy.wwww; in computeLod()
1490 Float4 duvdxy = Float4(dudxy.xz, dvdxy.xz); in computeLodCube() local
1493 Float4 dUVdxy = duvdxy * *Pointer<Float4>(texture + OFFSET(Texture,widthLOD)); in computeLodCube()