Searched refs:XFULL (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_query.c | 1739 #define XFULL(name_, query_type_, type_, result_type_, group_id_) \ macro 1746 XFULL(name_, query_type_, type_, result_type_, ~(unsigned)0) 1749 XFULL(name_, query_type_, type_, result_type_, SI_QUERY_GROUP_##group_) 1843 #undef XFULL macro
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_query.c | 1931 #define XFULL(name_, query_type_, type_, result_type_, group_id_) \ macro 1941 XFULL(name_, query_type_, type_, result_type_, ~(unsigned)0) 1944 XFULL(name_, query_type_, type_, result_type_, R600_QUERY_GROUP_##group_) 2028 #undef XFULL macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
H A D | errno.rs | 516 pub const XFULL: Self = Self::from_errno(errno::EXFULL); consts
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
H A D | errno.rs | 1075 pub const XFULL: Self = Self(c::EXFULL); consts
|
Completed in 8 milliseconds