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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_remove_constants.c 67 unsigned is_identity = 1; local
114 is_identity = 0;
120 /* is_identity ==> new_count == old_count
121 * !is_identity ==> new_count < old_count */
122 assert( is_identity || new_count < c->Program.Constants.Count);
126 if (!is_identity) {
  /external/skia/tests/
Matrix44Test.cpp 68 static bool is_identity(const SkMatrix44& m) { function
798 REPORTER_ASSERT(reporter, is_identity(iden1));
803 REPORTER_ASSERT(reporter, is_identity(iden1));
808 REPORTER_ASSERT(reporter, is_identity(iden1));
816 REPORTER_ASSERT(reporter, is_identity(iden1));
818 REPORTER_ASSERT(reporter, is_identity(iden2));
829 REPORTER_ASSERT(reporter, is_identity(iden1));
840 REPORTER_ASSERT(reporter, is_identity(iden1));
MatrixTest.cpp 68 static bool is_identity(const SkMatrix& m) { function
809 REPORTER_ASSERT(reporter, is_identity(iden1));
814 REPORTER_ASSERT(reporter, is_identity(iden1));
820 REPORTER_ASSERT(reporter, is_identity(iden1));
828 REPORTER_ASSERT(reporter, is_identity(iden1));
830 REPORTER_ASSERT(reporter, is_identity(iden2));
    [all...]

Completed in 252 milliseconds