Home
last modified time | relevance | path

Searched defs:storage_buffer (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.h69 VkBuffer storage_buffer; member
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_decorations.cpp935 const bool storage_buffer = storageClass == SpvStorageClassStorageBuffer; in CheckDecorationsOfBuffers() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_decorations.cpp935 const bool storage_buffer = storageClass == SpvStorageClassStorageBuffer; in CheckDecorationsOfBuffers() local
/third_party/spirv-tools/source/val/
Dvalidate_decorations.cpp1037 const bool storage_buffer = storageClass == SpvStorageClassStorageBuffer; in CheckDecorationsOfBuffers() local
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h135 storage_buffer = 0x1, /* SSBOs and global memory */ enumerator