/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",
|