Home
last modified time | relevance | path

Searched refs:coherentMemory (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DRewriteAtomicCounters.cpp39 TMemoryQualifier coherentMemory = TMemoryQualifier::Create(); in DeclareAtomicCountersBuffers() local
40 coherentMemory.coherent = true; in DeclareAtomicCountersBuffers()
48 root, symbolTable, fieldList, EvqBuffer, TLayoutQualifier::Create(), coherentMemory, in DeclareAtomicCountersBuffers()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp538 …locator, numBytes, &bufferAlloc, m_shaderSpec.usesPhysStorageBuffer, m_shaderSpec.coherentMemory)); in iterate()
540 …setMemory(vkdi, device, &*bufferAlloc, numBytes, &inputBytes.front(), m_shaderSpec.coherentMemory); in iterate()
753 …(), allocator, numBytes, &alloc, m_shaderSpec.usesPhysStorageBuffer, m_shaderSpec.coherentMemory)); in iterate()
755 fillMemoryWithValue(vkdi, device, &*alloc, numBytes, 0xff, m_shaderSpec.coherentMemory); in iterate()
803 allocator, numBytes, &bufferAlloc, false, m_shaderSpec.coherentMemory)); in iterate()
805 setMemory(vkdi, device, &*bufferAlloc, numBytes, &gpuAddrs.front(), m_shaderSpec.coherentMemory); in iterate()
874 invalidateMemory(vkdi, device, outputAllocs[outputNdx].get(), m_shaderSpec.coherentMemory); in iterate()
DvktSpvAsmComputeShaderTestUtil.hpp354 bool coherentMemory; member
366 , coherentMemory (false) in ComputeShaderSpec()
DvktSpvAsm8bitStorageTests.cpp1980 spec.coherentMemory = true; in addCompute8bitStorageBuffer8To8Group()
DvktSpvAsm16bitStorageTests.cpp2306 spec.coherentMemory = true; in addCompute16bitStorageUniform16To16Group()