/third_party/spirv-tools/source/opt/ |
H A D | upgrade_memory_model.cpp | 74 // Coherent and Volatile decorations are deprecated. Remove them and replace in UpgradeInstructions() 345 is_coherent |= HasDecoration(inst, 0, spv::Decoration::Coherent); in TraceInstruction() 426 spv::Decoration::Coherent); in CheckType() 468 spv::Decoration::Coherent); in CheckAllTypes() 598 spv::Decoration::Coherent || in CleanupDecorations() 605 spv::Decoration::Coherent || in CleanupDecorations()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiMemoryRequirementInvarianceTests.cpp | 51 MemoryRequirement::HostVisible | MemoryRequirement::Coherent, 53 MemoryRequirement::HostVisible | MemoryRequirement::Cached | MemoryRequirement::Coherent, 55 MemoryRequirement::Local | MemoryRequirement::HostVisible | MemoryRequirement::Coherent, 57 MemoryRequirement::Local | MemoryRequirement::HostVisible | MemoryRequirement::Cached | MemoryRequirement::Coherent,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiMemoryRequirementInvarianceTests.cpp | 51 MemoryRequirement::HostVisible | MemoryRequirement::Coherent, 53 MemoryRequirement::HostVisible | MemoryRequirement::Cached | MemoryRequirement::Coherent, 55 MemoryRequirement::Local | MemoryRequirement::HostVisible | MemoryRequirement::Coherent, 57 MemoryRequirement::Local | MemoryRequirement::HostVisible | MemoryRequirement::Cached | MemoryRequirement::Coherent,
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkRayTracingUtil.cpp | 532 m_buffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(vk, device, allocator, bufferCreateInfo, MemoryRequirement::Cached | MemoryRequirement::HostVisible | MemoryRequirement::Coherent | MemoryRequirement::DeviceAddress)); in SerialStorage() 537 m_buffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(vk, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible | MemoryRequirement::Coherent | MemoryRequirement::DeviceAddress)); in SerialStorage() 555 m_buffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(vk, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible | MemoryRequirement::Coherent | MemoryRequirement::DeviceAddress)); in SerialStorage() 776 return new BufferWithMemory(vk, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible | MemoryRequirement::Coherent | MemoryRequirement::DeviceAddress); in createVertexBuffer() 808 // align to VkPhysicalDeviceLimits::nonCoherentAtomSize, which we are not considering. Also note most code uses Coherent memory in updateVertexBuffer() 831 return new BufferWithMemory(vk, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible | MemoryRequirement::Coherent | MemoryRequirement::DeviceAddress); in createIndexBuffer() 867 // align to VkPhysicalDeviceLimits::nonCoherentAtomSize, which we are not considering. Also note most code uses Coherent memory in updateIndexBuffer() 1168 const MemoryRequirement memoryRequirement = addMemoryRequirement | MemoryRequirement::HostVisible | MemoryRequirement::Coherent | MemoryRequirement::DeviceAddress; in create() 1212 m_deviceScratchBuffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(vk, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible | MemoryRequirement::Coherent | MemoryRequirement::DeviceAddress)); in create() 1232 const vk::MemoryRequirement memoryRequirement = MemoryRequirement::HostVisible | MemoryRequirement::Coherent | MemoryRequiremen in create() [all...] |
H A D | vkMemUtil.hpp | 87 static const MemoryRequirement Coherent; member in vk::MemoryRequirement
|
H A D | vkMemUtil.cpp | 111 const MemoryRequirement MemoryRequirement::Coherent = MemoryRequirement(MemoryRequirement::FLAG_COHERENT); 124 DE_FATAL("Coherent memory must be host-visible");
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | text_to_binary.annotation_test.cpp | 116 {CASE(Coherent), {}}, 493 {CASE(Coherent), {}},
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_to_binary.annotation_test.cpp | 116 {CASE(Coherent), {}}, 493 {CASE(Coherent), {}},
|
/third_party/spirv-tools/test/ |
H A D | text_to_binary.annotation_test.cpp | 116 {CASE(Coherent), {}}, 498 {CASE(Coherent), {}},
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktBitstreamBufferImpl.cpp | 87 m_bitstreamBuffer = BufferPtr(new BufferWithMemory(vk, device, m_devctx->allocator(), createBufferInfo, MemoryRequirement::HostVisible | MemoryRequirement::Coherent | MemoryRequirement::Cached)); in Initialize()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateLineWidthTests.cpp | 148 (MemoryRequirement::HostVisible | MemoryRequirement::Coherent)); in buildVertices() 370 resultInfo, MemoryRequirement::HostVisible | MemoryRequirement::Coherent)); in iterate()
|
H A D | vktDynamicStateInheritanceTests.cpp | 384 MemoryRequirement::HostVisible | MemoryRequirement::Coherent) in InheritanceTestInstance() 386 MemoryRequirement::HostVisible | MemoryRequirement::Coherent) in InheritanceTestInstance()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 359 Coherent = 23, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 363 Coherent = 23, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 366 Coherent = 23, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | spirv.cs | 359 Coherent = 23, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
H A D | spirv.cs | 363 Coherent = 23, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
H A D | spirv.cs | 366 Coherent = 23, enumerator
|
/third_party/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 359 Coherent = 23, enumerator
|
/third_party/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 363 Coherent = 23, enumerator
|
/third_party/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 366 Coherent = 23, enumerator
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderSyncTests.cpp | 857 hostCoherentBuffer = BufferWithMemoryPtr(new BufferWithMemory(vkd, device, alloc, auxiliarBufferCreateInfo, (MemoryRequirement::HostVisible | MemoryRequirement::Coherent))); in iterate() 1142 colorVerificationBuffer = BufferWithMemoryPtr(new BufferWithMemory(vkd, device, alloc, auxiliarBufferCreateInfo, (MemoryRequirement::HostVisible | MemoryRequirement::Coherent))); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryMiscTests.cpp | 853 de::MovePtr<BufferWithMemory> buffer (new BufferWithMemory(vk, device, allocator, bufferCreateInfo, MemoryRequirement::Coherent | MemoryRequirement::HostVisible)); in makeAttribBuff() 875 de::MovePtr<BufferWithMemory> buffer (new BufferWithMemory(vk, device, allocator, bufferCreateInfo, MemoryRequirement::Coherent | MemoryRequirement::HostVisible)); in makeResultBuff()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateInheritanceTests.cpp | 380 MemoryRequirement::HostVisible | MemoryRequirement::Coherent) in InheritanceTestInstance() 382 MemoryRequirement::HostVisible | MemoryRequirement::Coherent) in InheritanceTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderSyncTests.cpp | 857 hostCoherentBuffer = BufferWithMemoryPtr(new BufferWithMemory(vkd, device, alloc, auxiliarBufferCreateInfo, (MemoryRequirement::HostVisible | MemoryRequirement::Coherent))); in iterate() 1142 colorVerificationBuffer = BufferWithMemoryPtr(new BufferWithMemory(vkd, device, alloc, auxiliarBufferCreateInfo, (MemoryRequirement::HostVisible | MemoryRequirement::Coherent))); in iterate()
|