Searched refs:coherentMemory (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/compiler/translator/tree_ops/ |
D | RewriteAtomicCounters.cpp | 39 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/ |
D | vktSpvAsmComputeShaderCase.cpp | 538 …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()
|
D | vktSpvAsmComputeShaderTestUtil.hpp | 354 bool coherentMemory; member 366 , coherentMemory (false) in ComputeShaderSpec()
|
D | vktSpvAsm8bitStorageTests.cpp | 1980 spec.coherentMemory = true; in addCompute8bitStorageBuffer8To8Group()
|
D | vktSpvAsm16bitStorageTests.cpp | 2306 spec.coherentMemory = true; in addCompute16bitStorageUniform16To16Group()
|