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

  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_vma.c 231 static bool assert_pin_valid(const struct i915_vma *vma, function in typeref:typename:bool
264 #define VALID(sz, fl) { .size = (sz), .flags = (fl), .assert = assert_pin_valid, .string = #sz ", " #fl ", (valid) " }
337 m->assert == assert_pin_valid ? "Failed" : "Unexpectedly succeeded",
i915_vma.c 231 static bool assert_pin_valid(const struct i915_vma *vma, function in typeref:typename:bool
264 #define VALID(sz, fl) { .size = (sz), .flags = (fl), .assert = assert_pin_valid, .string = #sz ", " #fl ", (valid) " }
337 m->assert == assert_pin_valid ? "Failed" : "Unexpectedly succeeded",
i915_vma.c 231 static bool assert_pin_valid(const struct i915_vma *vma, function in typeref:typename:bool
264 #define VALID(sz, fl) { .size = (sz), .flags = (fl), .assert = assert_pin_valid, .string = #sz ", " #fl ", (valid) " }
337 m->assert == assert_pin_valid ? "Failed" : "Unexpectedly succeeded",

Completed in 72 milliseconds