Home
last modified time | relevance | path

Searched refs:pipelineCreationCacheControl (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dray_tracing_pipeline_create_info_common.adoc22 * [[VUID-{refpage}-pipelineCreationCacheControl-02905]]
23 If the <<features-pipelineCreationCacheControl,
24 pname:pipelineCreationCacheControl>> feature is not enabled, pname:flags
Dcompute_graph_pipeline_create_info_common.adoc57 * [[VUID-{refpage}-pipelineCreationCacheControl-02875]]
58 If the <<features-pipelineCreationCacheControl,
59 pname:pipelineCreationCacheControl>> feature is not enabled, pname:flags
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c772 CORE_FEATURE(pipelineCreationCacheControl); in vk_get_physical_device_core_1_3_feature_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dpipelines.adoc2718 * [[VUID-VkGraphicsPipelineCreateInfo-pipelineCreationCacheControl-02878]]
2719 If the <<features-pipelineCreationCacheControl,
2720 pname:pipelineCreationCacheControl>> feature is not enabled, pname:flags
7351 * [[VUID-VkPipelineCacheCreateInfo-pipelineCreationCacheControl-02892]]
7352 If the <<features-pipelineCreationCacheControl,
7353 pname:pipelineCreationCacheControl>> feature is not enabled, pname:flags
Dfeatures.adoc4521 * [[{anchor-prefix}features-pipelineCreationCacheControl]]
4522 pname:pipelineCreationCacheControl indicates that the implementation
7404 * <<features-pipelineCreationCacheControl,
7405 pname:pipelineCreationCacheControl>>, if
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4719 …H_COMBINE( seed, physicalDevicePipelineCreationCacheControlFeatures.pipelineCreationCacheControl ); in operator ()()
5508 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.pipelineCreationCacheControl ); in operator ()()
Dvulkan_hash.hpp9109 …H_COMBINE( seed, physicalDevicePipelineCreationCacheControlFeatures.pipelineCreationCacheControl ); in operator ()()
10750 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.pipelineCreationCacheControl ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp8575 vkStream->write((VkBool32*)&forMarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan13Features()
8603 vkStream->read((VkBool32*)&forUnmarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan13Features()
9065 vkStream->write((VkBool32*)&forMarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in marshal_VkPhysicalDevicePipelineCreationCacheControlFeatures()
9077 vkStream->read((VkBool32*)&forUnmarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in unmarshal_VkPhysicalDevicePipelineCreationCacheControlFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp5865 memcpy(*ptr, (VkBool32*)&forMarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan13Features()
6205 memcpy(*ptr, (VkBool32*)&forMarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDevicePipelineCreationCacheControlFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp10546 vkStream->write((VkBool32*)&forMarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan13Features()
10585 vkStream->read((VkBool32*)&forUnmarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan13Features()
11148 vkStream->write((VkBool32*)&forMarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in marshal_VkPhysicalDevicePipelineCreationCacheControlFeatures()
11172 vkStream->read((VkBool32*)&forUnmarshaling->pipelineCreationCacheControl, sizeof(VkBool32)); in unmarshal_VkPhysicalDevicePipelineCreationCacheControlFeatures()
Dgoldfish_vk_reserved_marshaling.cpp8137 memcpy((VkBool32*)&forUnmarshaling->pipelineCreationCacheControl, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan13Features()
8597 memcpy((VkBool32*)&forUnmarshaling->pipelineCreationCacheControl, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDevicePipelineCreationCacheControlFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6806 VkBool32 pipelineCreationCacheControl; member
6926 VkBool32 pipelineCreationCacheControl; member