HomeSort by relevance Sort by last modified time
    Searched refs:dzdy (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 59 const float dzdy = quads[0]->posCoef->dady[2]; local
60 const float z0 = quads[0]->posCoef->a0[2] + dzdx * fx + dzdy * fy;
69 init_idepth[2] = (ushort)((z0 + dzdy) * scale);
70 init_idepth[3] = (ushort)((z0 + dzdx + dzdy) * scale);
sp_quad_depth_test.c 137 const float dzdy = quad->posCoef->dady[2]; local
138 const float z0 = quad->posCoef->a0[2] + dzdx * fx + dzdy * fy;
142 quad->output.depth[2] = z0 + dzdy;
143 quad->output.depth[3] = z0 + dzdx + dzdy;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 59 const float dzdy = quads[0]->posCoef->dady[2]; local
60 const float z0 = quads[0]->posCoef->a0[2] + dzdx * fx + dzdy * fy;
69 init_idepth[2] = (ushort)((z0 + dzdy) * scale);
70 init_idepth[3] = (ushort)((z0 + dzdx + dzdy) * scale);
sp_quad_depth_test.c 137 const float dzdy = quad->posCoef->dady[2]; local
138 const float z0 = quad->posCoef->a0[2] + dzdx * fx + dzdy * fy;
142 quad->output.depth[2] = z0 + dzdy;
143 quad->output.depth[3] = z0 + dzdx + dzdy;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_offset.c 90 float dzdy = fabsf(b * inv_det); local
92 float zoffset = offset->units + MAX2(dzdx, dzdy) * offset->scale;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_offset.c 90 float dzdy = fabsf(b * inv_det); local
92 float zoffset = offset->units + MAX2(dzdx, dzdy) * offset->scale;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_tritmp.h 146 const GLfloat dzdy = FABSF((ez * fx - ex * fz) * oneOverArea); local
147 offset += MAX2(dzdx, dzdy) * ctx->Polygon.OffsetFactor;
  /external/mesa3d/src/mesa/swrast_setup/
ss_tritmp.h 146 const GLfloat dzdy = FABSF((ez * fx - ex * fz) * oneOverArea); local
147 offset += MAX2(dzdx, dzdy) * ctx->Polygon.OffsetFactor;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_setup.c 249 LLVMValueRef dzdxdzdy, dzdx, dzdy, dzxyz20, dyzzx01, dyzzx01_dzxyz20, dzx01_dyz20; local
289 dzdy = LLVMBuildExtractElement(b, dzdxdzdy, onei, "");
291 /* zoffset = offset->units + MAX2(dzdx, dzdy) * offset->scale */
292 max = LLVMBuildFCmp(b, LLVMRealUGT, dzdx, dzdy, "");
293 max_value = LLVMBuildSelect(b, max, dzdx, dzdy, "max");
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 249 LLVMValueRef dzdxdzdy, dzdx, dzdy, dzxyz20, dyzzx01, dyzzx01_dzxyz20, dzx01_dyz20; local
289 dzdy = LLVMBuildExtractElement(b, dzdxdzdy, onei, "");
291 /* zoffset = offset->units + MAX2(dzdx, dzdy) * offset->scale */
292 max = LLVMBuildFCmp(b, LLVMRealUGT, dzdx, dzdy, "");
293 max_value = LLVMBuildSelect(b, max, dzdx, dzdy, "max");
  /system/core/include/private/pixelflinger/
ggl_context.h 469 GGLfixed32 dzdy; member in struct:android::shade_t
  /system/core/libpixelflinger/
scanline.cpp     [all...]
pixelflinger.cpp 257 c->shade.dzdy = grad[2];
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp 958 const float dzdy = dyDir.x() * a.z() + dyDir.y() * b.z(); local
961 return de::max(de::abs(dzdx), de::abs(dzdy));
    [all...]

Completed in 415 milliseconds