Searched defs:BufferAccess (Results 1 – 4 of 4) sorted by relevance
280 struct BufferAccess { struct281 sem::Expression const* var = nullptr; // Storage buffer variable282 Offset const* offset = nullptr; // The byte offset on var283 sem::Type const* type = nullptr; // The type of the access284 operator bool() const { return var; } // Returns true if valid in operator bool()
202 typedef tcu::ConstPixelBufferAccess BufferAccess; typedef in vkt::synchronization::__anona56e69de0111::GPQInstanceBase
202 typedef tcu::ConstPixelBufferAccess BufferAccess; typedef in vkt::synchronization::__anona7f1d85e0111::GPQInstanceBase
955 enum class BufferAccess enum