Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DRewriteAtomicCounters.cpp39 TMemoryQualifier coherentMemory = TMemoryQualifier::Create(); in DeclareAtomicCountersBuffers() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderTestUtil.hpp388 bool coherentMemory; member
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/
H A DResourceTracker.cpp2903 CoherentMemoryPtr coherentMemory = nullptr; in createCoherentMemory() local
3099 auto coherentMemory = std::make_shared<CoherentMemory>( in allocateCoherentMemory() local
3124 auto coherentMemory = createCoherentMemory(device, mem, hostAllocationInfo, enc, host_res); in allocateCoherentMemory() local
3160 CoherentMemoryPtr coherentMemory = nullptr; in getCoherentMemory() local
4049 auto coherentMemory = freeCoherentMemoryLocked(memory, info); in on_vkFreeMemory() local
4101 auto coherentMemory = in on_vkMapMemory() local
7016 auto coherentMemory = freeCoherentMemoryLocked(deviceMemory, it->second); in getFree() local
H A DResourceTracker.h764 CoherentMemoryPtr coherentMemory = nullptr; member