Home
last modified time | relevance | path

Searched refs:useDedicatedAllocations (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h130 bool useDedicatedAllocations = false; member
441 bool useDedicatedAllocations = false; member
DVkCommonOperations.cpp1335 INFO(" useDedicatedAllocations: %s", features->useDedicatedAllocations ? "true" : "false"); in initVkEmulationFeatures()
1344 sVkEmulation->useDedicatedAllocations = features->useDedicatedAllocations; in initVkEmulationFeatures()
2043 bool useDedicated = sVkEmulation->useDedicatedAllocations; in initializeVkColorBufferLocked()
/hardware/google/gfxstream/host/
DFrameBuffer.cpp373 .useDedicatedAllocations = false, // Set later. in initialize()
470 vkEmulationFeatures->useDedicatedAllocations = true; in initialize()