Home
last modified time | relevance | path

Searched defs:BufferAccess (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/tint/src/transform/
Ddecompose_memory_access.cc280 struct BufferAccess { struct
281 sem::Expression const* var = nullptr; // Storage buffer variable
282 Offset const* offset = nullptr; // The byte offset on var
283 sem::Type const* type = nullptr; // The type of the access
284 operator bool() const { return var; } // Returns true if valid in operator bool()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktGlobalPriorityQueueTests.cpp122 typedef tcu::ConstPixelBufferAccess BufferAccess; typedef in vkt::synchronization::__anon7df9de600111::GPQInstanceBase
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktGlobalPriorityQueueTests.cpp202 typedef tcu::ConstPixelBufferAccess BufferAccess; typedef in vkt::synchronization::__anon558237a00111::GPQInstanceBase
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.h955 enum class BufferAccess enum