Home
last modified time | relevance | path

Searched refs:nullDescriptor (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_vertex_binding.adoc12 If the <<features-nullDescriptor, pname:nullDescriptor>> feature is not
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfxvertex.adoc622 If the <<features-nullDescriptor, pname:nullDescriptor>> feature is enabled,
649 If the <<features-nullDescriptor, pname:nullDescriptor>> feature is not
708 If the <<features-nullDescriptor, pname:nullDescriptor>> feature is enabled,
782 If the <<features-nullDescriptor, pname:nullDescriptor>> feature is not
Ddescriptorsets.adoc3401 If the <<features-nullDescriptor, pname:nullDescriptor>> feature is enabled,
3501 <<features-nullDescriptor, pname:nullDescriptor>> feature is not
3529 <<features-nullDescriptor, pname:nullDescriptor>> feature is not
3868 If the <<features-nullDescriptor, pname:nullDescriptor>> feature is not
4042 If the <<features-nullDescriptor, pname:nullDescriptor>> feature is not
4079 If the <<features-nullDescriptor, pname:nullDescriptor>> feature is not
4811 If the <<features-nullDescriptor, pname:nullDescriptor>> feature is enabled,
5781 If the <<features-nullDescriptor, pname:nullDescriptor>> feature is enabled,
5789 If the <<features-nullDescriptor, pname:nullDescriptor>> feature is enabled,
5825 <<features-nullDescriptor, pname:nullDescriptor>> feature is not
[all …]
Dfeatures.adoc4670 * [[{vuprefix}features-nullDescriptor]] pname:nullDescriptor indicates
4691 [[features-nullDescriptor]] nullDescriptor support requires the
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_acceleration_structure.adoc270 * added <<features-nullDescriptor, pname:nullDescriptor>> support for
487 ** add interactions with VK_EXT_robustness2 and allow nullDescriptor
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_QCOM_image_processing.adoc699 These instructions do not support nullDescriptor feature of robustness2. If any descriptor accesse…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4831 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceRobustness2FeaturesEXT.nullDescriptor ); in operator ()()
Dvulkan_hash.hpp9605 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceRobustness2FeaturesEXT.nullDescriptor ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp13068 vkStream->write((VkBool32*)&forMarshaling->nullDescriptor, sizeof(VkBool32)); in marshal_VkPhysicalDeviceRobustness2FeaturesEXT()
13082 vkStream->read((VkBool32*)&forUnmarshaling->nullDescriptor, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceRobustness2FeaturesEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp8784 memcpy(*ptr, (VkBool32*)&forMarshaling->nullDescriptor, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceRobustness2FeaturesEXT()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp17483 vkStream->write((VkBool32*)&forMarshaling->nullDescriptor, sizeof(VkBool32)); in marshal_VkPhysicalDeviceRobustness2FeaturesEXT()
17509 vkStream->read((VkBool32*)&forUnmarshaling->nullDescriptor, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceRobustness2FeaturesEXT()
Dgoldfish_vk_reserved_marshaling.cpp13548 memcpy((VkBool32*)&forUnmarshaling->nullDescriptor, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceRobustness2FeaturesEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14727 VkBool32 nullDescriptor; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc609 range unless pname:nullDescriptor is enabled (internal merge request
4283 with code:nullDescriptor to flink:vkCmdBindVertexBuffers2EXT; and