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()
122 typedef tcu::ConstPixelBufferAccess BufferAccess; typedef in vkt::synchronization::__anon7df9de600111::GPQInstanceBase
202 typedef tcu::ConstPixelBufferAccess BufferAccess; typedef in vkt::synchronization::__anon558237a00111::GPQInstanceBase
955 enum class BufferAccess enum