Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddebugging.adoc168 in the pname:vendorBinarySize member of pname:pFaultCounts.
173 pname:vendorBinarySize) set by the user to the number of elements in the
180 Similarly, pname:vendorBinarySize is overwritten with the number of bytes
185 pname:pFaultCounts\->vendorBinarySize to zero and must: not modify
192 Similarly, if pname:vendorBinarySize is less than the size in bytes of the
193 available crash dump data, at most pname:vendorBinarySize elements will be
199 pname:vendorBinarySize members of pname:pFaultCounts.
207 pname:vendorBinarySize).
214 pname:pFaultCounts\->vendorBinarySize is smaller than the size in bytes of
219 If pname:pFaultCounts\->vendorBinarySize is less than what is necessary to
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_device_fault.adoc73 VkDeviceSize vendorBinarySize;
113 info.pVendorBinaryData = malloc(faultCounts.vendorBinarySize);
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h15479 VkDeviceSize vendorBinarySize; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp3303 VULKAN_HPP_HASH_COMBINE( seed, deviceFaultCountsEXT.vendorBinarySize ); in operator ()()