Searched defs:ref (Results 251 - 275 of 556) sorted by relevance

<<11121314151617181920>>

/external/deqp/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp93 int compareImages (tcu::TestLog& log, glu::RenderContext& renderCtx, const tcu::ConstPixelBufferAccess& test, const tcu::ConstPixelBufferAccess& ref, const tcu::PixelBufferAccess& diffMask, int radius) argument
112 const tcu::IVec4 cRef = ref.getPixelInt(x, y);
/external/deqp/modules/gles3/functional/
H A Des3fFloatStateQueryTests.cpp1174 const GLfloat ref = rnd.getFloat(0, 1); local
1176 glClearDepthf(ref);
1177 m_verifier->verifyFloatExpanded(m_testCtx, GL_DEPTH_CLEAR_VALUE, ref);
H A Des3fPolygonOffsetTests.cpp96 int compareImages (tcu::TestLog& log, glu::RenderContext& renderCtx, const tcu::ConstPixelBufferAccess& test, const tcu::ConstPixelBufferAccess& ref, const tcu::PixelBufferAccess& diffMask, int radius) argument
115 const tcu::IVec4 cRef = ref.getPixelInt(x, y);
/external/deqp/modules/gles31/functional/
H A Des31fShaderPackingFunctionTests.cpp215 const deUint32 ref = (ref1 << 16) | ref0; local
227 << ", expected packSnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref)
406 const deUint32 ref = (ref1 << 16) | ref0; local
418 << ", expected packUnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref)
602 const deUint32 ref = (ref1 << 16) | ref0; local
614 << ", expected packHalf2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref)
819 const deUint32 ref = (deUint32(ref3) << 24) | (deUint32(ref2) << 16) | (deUint32(ref1) << 8) | deUint32(ref0); local
835 << ", expected packSnorm4x8(" << inputs[valNdx] << ") = " << tcu::toHex(ref)
1028 const deUint32 ref = (deUint32(ref3) << 24) | (deUint32(ref2) << 16) | (deUint32(ref1) << 8) | deUint32(ref0); local
1044 << ", expected packUnorm4x8(" << inputs[valNdx] << ") = " << tcu::toHex(ref)
[all...]
H A Des31fStencilTexturingTests.cpp406 const int ref = stencilRef.getPixStencil(x, y); local
409 if (ref != res)
412 log << TestLog::Message << "ERROR: Expected " << ref << ", got " << res << " at (" << x << ", " << y << ")" << TestLog::EndMessage;
/external/deqp/modules/glshared/
H A DglsTextureStateQueryTests.cpp1232 const GLint ref = rnd.getInt(-1000, 1000); local
1234 gl.glTexParameterIiv(m_target, m_pname, &ref);
1237 verifyStateTextureParamFloat(result, gl, m_target, m_pname, (float)ref, m_type);
1246 const GLuint ref = (glw::GLuint)rnd.getInt(0, 1000); local
1248 gl.glTexParameterIuiv(m_target, m_pname, &ref);
1251 verifyStateTextureParamFloat(result, gl, m_target, m_pname, (float)ref, m_type);
1261 const GLfloat ref = rnd.getFloat((float)minLimit, 1000.f); local
1263 gl.glTexParameterf(m_target, m_pname, ref);
1266 verifyStateTextureParamFloat(result, gl, m_target, m_pname, ref, m_type);
1273 const GLint ref local
1335 const GLint ref = rnd.getInt(0, 64000); local
1357 const GLint ref = rnd.getInt(0, 64000); local
1372 const GLint ref = rnd.getInt(1, 64000); local
2069 const GLint ref = rnd.getInt(-1000, 1000); local
2083 const GLuint ref = (glw::GLuint)rnd.getInt(0, 1000); local
2098 const GLfloat ref = rnd.getFloat((float)minLimit, 1000.f); local
2110 const GLint ref = rnd.getInt(minLimit, 1000); local
[all...]
/external/doclava/src/com/google/doclava/
H A DSampleCode.java759 public void setLink(String ref) { argument
760 mLink = ref;
/external/eigen/test/
H A Dmain.h295 // the scalar ref is a hint about the expected order of magnitude of a and b.
297 // Therefore, if for some reason a and b are very small compared to ref,
299 // This test could be: abs(a-b) <= eps * ref
300 // However, it seems that simply comparing a+ref and b+ref is more sensitive to true error.
302 inline bool test_isApproxWithRef(const Scalar& a, const Scalar& b, const ScalarRef& ref) argument
304 return test_isApprox(a+ref, b+ref);
/external/gmock/include/gmock/
H A Dgmock-actions.h539 explicit ReturnRefAction(T& ref) : ref_(ref) {} // NOLINT argument
562 explicit Impl(T& ref) : ref_(ref) {} // NOLINT argument
846 void PrintTo(const ReferenceWrapper<T>& ref, ::std::ostream* os) { argument
847 T& value = ref;
/external/gmock/test/
H A Dgmock-actions_test.cc1199 // int& ref = ByRef(n); // This shouldn't compile - we have a
1210 int& ref = ByRef(n); local
1211 EXPECT_EQ(&n, &ref);
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-actions.h539 explicit ReturnRefAction(T& ref) : ref_(ref) {} // NOLINT argument
562 explicit Impl(T& ref) : ref_(ref) {} // NOLINT argument
846 void PrintTo(const ReferenceWrapper<T>& ref, ::std::ostream* os) { argument
847 T& value = ref;
/external/google-breakpad/src/testing/test/
H A Dgmock-actions_test.cc1251 // int& ref = ByRef(n); // This shouldn't compile - we have a
1262 int& ref = ByRef(n); local
1263 EXPECT_EQ(&n, &ref);
/external/icu/icu4c/source/common/
H A Dicuplug.cpp111 uint32_t ref; /**< reference count */ member in struct:UPlugLibrary
199 libraryList[libEntry].ref=1;
205 libraryList[libEntry].ref++;
221 if(--(libraryList[i].ref) == 0) {
/external/iproute2/include/linux/
H A Dtipc.h48 __u32 ref; member in struct:tipc_portid
/external/jetty/src/java/org/eclipse/jetty/http/
H A DHttpParser.java1243 public abstract void content(Buffer ref) throws IOException; argument
/external/jetty/src/java/org/eclipse/jetty/server/
H A DAbstractHttpConnection.java1041 public void content(Buffer ref) throws IOException argument
1043 AbstractHttpConnection.this.content(ref);
/external/kernel-headers/original/uapi/linux/
H A Dtipc.h48 __u32 ref; member in struct:tipc_portid
/external/libdrm/nouveau/
H A Dnouveau.c782 struct nouveau_bo *ref = *pref; local
786 if (ref) {
787 if (atomic_dec_and_test(&nouveau_bo(ref)->refcnt))
788 nouveau_bo_del(ref);
/external/libselinux/src/
H A Davc.c719 struct avc_entry_ref ref; local
729 avc_entry_ref_init(&ref);
730 aeref = &ref;
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c639 const MV_REFERENCE_FRAME ref = xd->mode_info_context->mbmi.ref_frame; local
640 xd->pre.y_buffer = ref_buffer[ref][0] + recon_yoffset;
641 xd->pre.u_buffer = ref_buffer[ref][1] + recon_uvoffset;
642 xd->pre.v_buffer = ref_buffer[ref][2] + recon_uvoffset;
932 /* reset the mode ref deltasa for loop filter */
1156 /* Read in loop filter deltas applied at the MB level based on mode or ref frame. */
1261 /* Assume we shouldn't copy to the alt-ref if the bit is missing */
/external/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c602 char *ref = (char *)(noise + (rand() & 0xff)); // NOLINT local
611 pos[j] += ref[j];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c94 const int ref = is_inter_block(&xd->mi[0]->mbmi); local
127 if (!ref)
159 rate0 += mb->token_costs[tx_size][type][ref][band][0][pt]
161 rate1 += mb->token_costs[tx_size][type][ref][band][0][pt]
214 rate0 += mb->token_costs[tx_size][type][ref][band][!x][pt]
219 rate1 += mb->token_costs[tx_size][type][ref][band][!x][pt]
259 mb->token_costs[tx_size][type][ref][band][1][0][t0];
264 mb->token_costs[tx_size][type][ref][band][1][0][t1];
280 rate0 += mb->token_costs[tx_size][type][ref][band][0][ctx][t0];
281 rate1 += mb->token_costs[tx_size][type][ref][ban
[all...]
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dvariance_msa.c14 #define CALC_MSE_B(src, ref, var) { \
18 ILVRL_B2_UB(src, ref, src_l0_m, src_l1_m); \
23 #define CALC_MSE_AVG_B(src, ref, var, sub) { \
27 ILVRL_B2_UB(src, ref, src_l0_m, src_l1_m); \
47 v16u8 ref = { 0 }; local
58 INSERT_W4_UB(ref0, ref1, ref2, ref3, ref);
59 CALC_MSE_AVG_B(src, ref, var, avg);
99 v16u8 src, ref; local
106 ref = LD_UB(ref_ptr);
108 CALC_MSE_AVG_B(src, ref, va
342 v16u8 ref = { 0 }; local
386 v16u8 src, ref; local
495 v16i8 ref = { 0 }; local
557 vpx_variance32x64_msa(const uint8_t *src, int32_t src_stride, const uint8_t *ref, int32_t ref_stride, uint32_t *sse) argument
567 vpx_variance64x32_msa(const uint8_t *src, int32_t src_stride, const uint8_t *ref, int32_t ref_stride, uint32_t *sse) argument
577 vpx_variance64x64_msa(const uint8_t *src, int32_t src_stride, const uint8_t *ref, int32_t ref_stride, uint32_t *sse) argument
587 vpx_mse8x8_msa(const uint8_t *src, int32_t src_stride, const uint8_t *ref, int32_t ref_stride, uint32_t *sse) argument
595 vpx_mse8x16_msa(const uint8_t *src, int32_t src_stride, const uint8_t *ref, int32_t ref_stride, uint32_t *sse) argument
603 vpx_mse16x8_msa(const uint8_t *src, int32_t src_stride, const uint8_t *ref, int32_t ref_stride, uint32_t *sse) argument
611 vpx_mse16x16_msa(const uint8_t *src, int32_t src_stride, const uint8_t *ref, int32_t ref_stride, uint32_t *sse) argument
619 vpx_get8x8var_msa(const uint8_t *src, int32_t src_stride, const uint8_t *ref, int32_t ref_stride, uint32_t *sse, int32_t *sum) argument
625 vpx_get16x16var_msa(const uint8_t *src, int32_t src_stride, const uint8_t *ref, int32_t ref_stride, uint32_t *sse, int32_t *sum) argument
[all...]
/external/libxml2/
H A Duri.c793 * relative-ref = relative-part [ "?" query ] [ "#" fragment ]
892 * URI-reference = URI / relative-ref
956 * URI-reference = URI / relative-ref
972 * URI-reference = URI / relative-ref
1884 xmlURIPtr ref = NULL; local
1900 ref = xmlCreateURI();
1901 if (ref == NULL)
1903 ret = xmlParseURIReference(ref, (const char *) URI);
1910 if ((ref != NULL) && (ref
2168 xmlURIPtr ref = NULL; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_state.c51 i830StencilFuncSeparate(struct gl_context * ctx, GLenum face, GLenum func, GLint ref, argument
59 DBG("%s : func: %s, ref : 0x%x, mask: 0x%x\n", __FUNCTION__,
60 _mesa_lookup_enum_by_nr(func), ref, mask);
71 STENCIL_REF_VALUE(ref) |
203 i830AlphaFunc(struct gl_context * ctx, GLenum func, GLfloat ref) argument
210 UNCLAMPED_FLOAT_TO_UBYTE(refByte, ref);

Completed in 5188 milliseconds

<<11121314151617181920>>