Searched refs:pres (Results 1 - 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_resource.c36 struct pipe_resource *pres,
39 if (unlikely(pres->target == PIPE_BUFFER))
40 return nv50_surface_from_buffer(pipe, pres, templ);
41 return nvc0_miptree_surface_new(pipe, pres, templ);
35 nvc0_surface_create(struct pipe_context *pipe, struct pipe_resource *pres, const struct pipe_surface *templ) argument
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_resource.c68 struct pipe_resource *pres,
71 if (unlikely(pres->target == PIPE_BUFFER))
72 return nv50_surface_from_buffer(pipe, pres, templ);
73 return nv50_miptree_surface_new(pipe, pres, templ);
67 nv50_surface_create(struct pipe_context *pipe, struct pipe_resource *pres, const struct pipe_surface *templ) argument
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXString.java1048 boolean pres = false;
1056 if (!pres)
1072 pres = true;
1077 pres = true;
1083 pres = true;
1089 pres = false;
H A DXStringForFSB.java865 boolean pres = false;
873 if (!pres)
889 pres = true;
894 pres = true;
900 pres = true;
906 pres = false;
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_st.c64 struct pipe_resource *pres; local
69 pres = xstfb->display_resource;
71 if (!pres || pres != ptex) {
73 pres = xstfb->display_resource;
76 xstfb->screen->flush_frontbuffer(xstfb->screen, pres, 0, 0, &xstfb->buffer->ws);
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Dnative_helper.c173 struct pipe_resource *pres)
175 pipe_resource_reference(&rsurf->resources[which], pres);
198 struct pipe_resource *pres = NULL; local
199 pipe_resource_reference(&pres, rsurf->resources[which]);
200 return pres;
242 struct pipe_resource *pres = rsurf->resources[which]; local
244 if (!pres)
248 pres, 0, 0, winsys_drawable_handle);
171 resource_surface_import_resource(struct resource_surface *rsurf, enum native_attachment which, struct pipe_resource *pres) argument
H A Dnative_helper.h58 struct pipe_resource *pres);
/external/eigen/blas/
H A Dlevel1_cplx_impl.h40 int EIGEN_BLAS_FUNC(dotcw)(int *n, RealScalar *px, int *incx, RealScalar *py, int *incy, RealScalar* pres) argument
48 Scalar* res = reinterpret_cast<Scalar*>(pres);
59 int EIGEN_BLAS_FUNC(dotuw)(int *n, RealScalar *px, int *incx, RealScalar *py, int *incy, RealScalar* pres) argument
67 Scalar* res = reinterpret_cast<Scalar*>(pres);
/external/eigen/Eigen/src/Core/products/
H A DCoeffBasedProduct.h289 static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, typename Lhs::PacketScalar &pres) argument
291 product_coeff_vectorized_unroller<UnrollingIndex-PacketSize, Lhs, Rhs, Packet>::run(row, col, lhs, rhs, pres);
292 pres = padd(pres, pmul( lhs.template packet<Aligned>(row, UnrollingIndex) , rhs.template packet<Aligned>(UnrollingIndex, col) ));
300 static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, typename Lhs::PacketScalar &pres) argument
302 pres = pmul(lhs.template packet<Aligned>(row, 0) , rhs.template packet<Aligned>(0, col));
324 Packet pres; local
325 product_coeff_vectorized_unroller<UnrollingIndex-PacketSize, Lhs, Rhs, Packet>::run(row, col, lhs, rhs, pres);
326 res = predux(pres);
/external/pdfium/third_party/libopenjpeg20/
H A Dt1.c1307 opj_tcd_resolution_t* pres = &tilec->resolutions[resno - 1]; local
1308 x += pres->x1 - pres->x0;
1311 opj_tcd_resolution_t* pres = &tilec->resolutions[resno - 1]; local
1312 y += pres->y1 - pres->y0;
1491 opj_tcd_resolution_t *pres = &tilec->resolutions[resno - 1]; local
1492 x += pres->x1 - pres->x0;
1495 opj_tcd_resolution_t *pres local
[all...]
/external/v8/test/cctest/
H A Dtest-assembler-arm.cc2092 #define CHECK_VRINT(input_val, ares, nres, mres, pres, zres) \
2098 CHECK_EQ(pres, t.pr); \
2197 #define CHECK_VRINT(input_val, ares, nres, mres, pres, zres) \
2203 CHECK_EQ(pres, t.pr); \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 254 milliseconds