Lines Matching refs:ASSERT
45 ASSERT(max_entrypoints > 0); in pre()
47 ASSERT(entrypoints); in pre()
50 ASSERT(configs); in pre()
57 ASSERT( VA_STATUS_SUCCESS == va_status ); in pre()
62 ASSERT( VA_STATUS_SUCCESS == va_status ); in pre()
74 ASSERT(max_attribs > 0); in test()
84 ASSERT( VA_STATUS_SUCCESS == va_status ); in test()
96 ASSERT( VA_STATUS_SUCCESS == va_status ); in test()
97 ASSERT( profile == profiles[i] ); in test()
98 ASSERT( entrypoint == entrypoints[j] ); in test()
99 ASSERT( num_attribs >= 0 ); in test()
103 ASSERT(attrib_list[k].value != VA_ATTRIB_NOT_SUPPORTED); in test()
117 ASSERT( VA_STATUS_SUCCESS == va_status ); in post()