Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp497 …indMemory(vkdi, device, descType, allocator, numBytes, &bufferAlloc, m_shaderSpec.coherentMemory)); in iterate()
499 …setMemory(vkdi, device, &*bufferAlloc, numBytes, &inputBytes.front(), m_shaderSpec.coherentMemory); in iterate()
697 …y(vkdi, device, descriptorTypes.back(), allocator, numBytes, &alloc, m_shaderSpec.coherentMemory)); in iterate()
699 fillMemoryWithValue(vkdi, device, &*alloc, numBytes, 0xff, m_shaderSpec.coherentMemory); in iterate()
748 invalidateMemory(vkdi, device, outputAllocs[outputNdx].get(), m_shaderSpec.coherentMemory); in iterate()
DvktSpvAsmComputeShaderTestUtil.hpp354 bool coherentMemory; member
365 , coherentMemory (false) in ComputeShaderSpec()
DvktSpvAsm8bitStorageTests.cpp1977 spec.coherentMemory = true; in addCompute8bitStorageBuffer8To8Group()
DvktSpvAsm16bitStorageTests.cpp2294 spec.coherentMemory = true; in addCompute16bitStorageUniform16To16Group()