Searched refs:nonCoherentAtomSize (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | memory.adoc | 3536 slink:VkPhysicalDeviceLimits::pname:nonCoherentAtomSize, and round the end 3538 slink:VkPhysicalDeviceLimits::pname:nonCoherentAtomSize. 3726 pname:nonCoherentAtomSize bytes in that range is flushed if any byte in that 3729 If pname:pMemoryRanges includes sets of pname:nonCoherentAtomSize bytes 3778 pname:nonCoherentAtomSize bytes in that range is invalidated if any byte in 3822 slink:VkPhysicalDeviceLimits::pname:nonCoherentAtomSize 3826 slink:VkPhysicalDeviceLimits::pname:nonCoherentAtomSize bytes from the 3832 slink:VkPhysicalDeviceLimits::pname:nonCoherentAtomSize, or pname:offset
|
D | limits.adoc | 842 * [[limits-nonCoherentAtomSize]] pname:nonCoherentAtomSize is the size and 4553 | basetype:VkDeviceSize | pname:nonCoherentAtomSize | - 4981 | pname:nonCoherentAtomSize | - | 256 | max
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1228 …draw_data->TotalVtxCount * sizeof(ImDrawVert), device_data->properties.limits.nonCoherentAtomSize); in render_swapchain_display() 1229 …(draw_data->TotalIdxCount * sizeof(ImDrawIdx), device_data->properties.limits.nonCoherentAtomSize); in render_swapchain_display()
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 859 …nonCoherentAtomSize = printer.write_int("nonCoherentAtomSize", 8, indent, signed=False, big_endian…
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4524 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.nonCoherentAtomSize ); in operator ()()
|
D | vulkan_hash.hpp | 8531 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.nonCoherentAtomSize ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 879 vkStream->write((VkDeviceSize*)&forMarshaling->nonCoherentAtomSize, sizeof(VkDeviceSize)); in marshal_VkPhysicalDeviceLimits() 1018 vkStream->read((VkDeviceSize*)&forUnmarshaling->nonCoherentAtomSize, sizeof(VkDeviceSize)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 877 memcpy(*ptr, (VkDeviceSize*)&forMarshaling->nonCoherentAtomSize, sizeof(VkDeviceSize)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 942 vkStream->write((VkDeviceSize*)&forMarshaling->nonCoherentAtomSize, sizeof(VkDeviceSize)); in marshal_VkPhysicalDeviceLimits() 1081 vkStream->read((VkDeviceSize*)&forUnmarshaling->nonCoherentAtomSize, sizeof(VkDeviceSize)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 869 memcpy((VkDeviceSize*)&forUnmarshaling->nonCoherentAtomSize, *ptr, sizeof(VkDeviceSize)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3179 VkDeviceSize nonCoherentAtomSize; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 10706 aligned to a multiple of pname:nonCoherentAtomSize (internal issue 611). 11778 * Increase the maximum pname:nonCoherentAtomSize value in the
|