/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_AMD_device_coherent_memory.adoc | 18 This extension adds the device coherent and device uncached memory types. 21 Device uncached memory indicates to applications that caches are disabled 24 Device coherent and uncached memory are expected to have lower performance
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
D | memalloc.h | 50 bool uncached; member
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | memalloc.h | 50 bool uncached; member
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | memalloc.h | 50 bool uncached; member
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | memalloc.h | 50 bool uncached; member
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | memalloc.h | 50 bool uncached; member
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | memalloc.h | 50 bool uncached; member
|
D | alloc_controller.cpp | 184 data.uncached = useUncached(usage); in allocate() 364 data.uncached = useUncached(usage); in alloc_buffer()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | memalloc.h | 50 bool uncached; member
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_ion_alloc.h | 53 bool uncached = false; member
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_ion_alloc.h | 53 bool uncached = false; member
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_ion_alloc.h | 53 bool uncached = false; member
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_ion_alloc.h | 53 bool uncached = false; member
|
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_ion_alloc.h | 52 bool uncached = false; member
|
D | gr_ion_alloc.cpp | 83 flags |= data->uncached ? 0 : ION_FLAG_CACHED; in AllocBuffer()
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_ion_alloc.h | 54 bool uncached = false; member
|
D | gr_ion_alloc.cpp | 87 flags |= data->uncached ? 0 : ION_FLAG_CACHED; in AllocBuffer() 187 ion_alloc_data.flags |= data->uncached ? 0 : ION_FLAG_CACHED; in AllocBuffer()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_buffer_allocator.cpp | 96 data.uncached = !buffer_config.cache; in AllocateBuffer() 100 DLOGE("Error allocating memory size %d uncached %d", data.size, data.uncached); in AllocateBuffer()
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayMem.h | 138 data.uncached = true; in open()
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayMem.h | 148 data.uncached = true; in open()
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayMem.h | 148 data.uncached = true; in open()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_buffer_allocator.cpp | 100 data.uncached = !buffer_config.cache; in AllocateBuffer() 104 DLOGE("Error allocating memory size %d uncached %d", data.size, data.uncached); in AllocateBuffer()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_buffer_allocator.cpp | 100 data.uncached = !buffer_config.cache; in AllocateBuffer() 104 DLOGE("Error allocating memory size %d uncached %d", data.size, data.uncached); in AllocateBuffer()
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayMem.h | 158 data.uncached = true; in open()
|
/hardware/google/gfxstream/guest/mesa/include/android_stub/backtrace/ |
D | BacktraceMap.h | 70 static BacktraceMap* Create(pid_t pid, bool uncached = false);
|