Home
last modified time | relevance | path

Searched refs:XFULL (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_query.c1739 #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 Dr600_query.c1931 #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 Derrno.rs516 pub const XFULL: Self = Self::from_errno(errno::EXFULL); consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs1075 pub const XFULL: Self = Self(c::EXFULL); consts

Completed in 8 milliseconds