HomeSort by: relevance | last modified time | path
    Searched defs:ref2 (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/math/
m_debug_norm.c 198 GLvector4f source[1], dest[1], dest2[1], ref[1], ref2[1]; local
271 ref2->data = r2;
272 ref2->start = (GLfloat *) r2;
273 ref2->count = TEST_COUNT;
274 ref2->stride = sizeof(float[4]);
275 ref2->flags = 0;
281 ref_norm_transform_normalize( mat, scale, source, length, ref2 );
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
m_debug_norm.c 199 GLvector4f source[1], dest[1], dest2[1], ref[1], ref2[1]; local
272 ref2->data = r2;
273 ref2->start = (GLfloat *) r2;
274 ref2->count = TEST_COUNT;
275 ref2->stride = sizeof(float[4]);
276 ref2->flags = 0;
282 ref_norm_transform_normalize( mat, scale, source, length, ref2 );
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv84_video_vp.c 486 struct nv84_video_buffer *ref2 = (struct nv84_video_buffer *)desc->ref[1]; local
502 if (!ref2)
503 ref2 = dest;
505 bo_refs[2].bo = ref2->interlaced;
537 PUSH_DATA (push, ref2->interlaced->offset >> 8);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv84_video_vp.c 486 struct nv84_video_buffer *ref2 = (struct nv84_video_buffer *)desc->ref[1]; local
502 if (!ref2)
503 ref2 = dest;
505 bo_refs[2].bo = ref2->interlaced;
537 PUSH_DATA (push, ref2->interlaced->offset >> 8);
  /xsrc/external/mit/freetype/dist/src/base/
ftmac.c 201 FSRef ref2; local
206 if ( noErr != FT_ATSFontGetFileReference( id2, &ref2 ) )
208 if ( noErr != FSCompareFSRefs( ats_font_ref, &ref2 ) )
  /xsrc/external/mit/freetype/dist/builds/mac/
ftmac.c 337 FSRef ref2; local
342 if ( noErr != FT_ATSFontGetFileReference( id2, &ref2 ) )
344 if ( noErr != FSCompareFSRefs( ats_font_ref, &ref2 ) )

Completed in 20 milliseconds