Home
last modified time | relevance | path

Searched refs:Coherent (Results 1 - 25 of 54) sorted by relevance

123

/third_party/spirv-tools/source/opt/
H A Dupgrade_memory_model.cpp74 // 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 DvktApiMemoryRequirementInvarianceTests.cpp51 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 DvktApiMemoryRequirementInvarianceTests.cpp51 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 DvkRayTracingUtil.cpp532 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 DvkMemUtil.hpp87 static const MemoryRequirement Coherent; member in vk::MemoryRequirement
H A DvkMemUtil.cpp111 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 Dtext_to_binary.annotation_test.cpp116 {CASE(Coherent), {}},
493 {CASE(Coherent), {}},
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary.annotation_test.cpp116 {CASE(Coherent), {}},
493 {CASE(Coherent), {}},
/third_party/spirv-tools/test/
H A Dtext_to_binary.annotation_test.cpp116 {CASE(Coherent), {}},
498 {CASE(Coherent), {}},
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktBitstreamBufferImpl.cpp87 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 DvktDynamicStateLineWidthTests.cpp148 (MemoryRequirement::HostVisible | MemoryRequirement::Coherent)); in buildVertices()
370 resultInfo, MemoryRequirement::HostVisible | MemoryRequirement::Coherent)); in iterate()
H A DvktDynamicStateInheritanceTests.cpp384 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 Dspirv.cs359 Coherent = 23, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs363 Coherent = 23, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs366 Coherent = 23, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs359 Coherent = 23, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.cs363 Coherent = 23, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.cs366 Coherent = 23, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.cs359 Coherent = 23, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.cs363 Coherent = 23, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.cs366 Coherent = 23, enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderSyncTests.cpp857 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 DvktRayQueryMiscTests.cpp853 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 DvktDynamicStateInheritanceTests.cpp380 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 DvktMeshShaderSyncTests.cpp857 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()

Completed in 50 milliseconds

123