Searched refs:pipelineCreationCacheControl (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | ray_tracing_pipeline_create_info_common.adoc | 22 * [[VUID-{refpage}-pipelineCreationCacheControl-02905]] 23 If the <<features-pipelineCreationCacheControl, 24 pname:pipelineCreationCacheControl>> feature is not enabled, pname:flags
|
D | compute_graph_pipeline_create_info_common.adoc | 57 * [[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/ |
D | vk_device.c | 772 CORE_FEATURE(pipelineCreationCacheControl); in vk_get_physical_device_core_1_3_feature_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | pipelines.adoc | 2718 * [[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
|
D | features.adoc | 4521 * [[{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/ |
D | vulkansc_hash.hpp | 4719 …H_COMBINE( seed, physicalDevicePipelineCreationCacheControlFeatures.pipelineCreationCacheControl ); in operator ()() 5508 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.pipelineCreationCacheControl ); in operator ()()
|
D | vulkan_hash.hpp | 9109 …H_COMBINE( seed, physicalDevicePipelineCreationCacheControlFeatures.pipelineCreationCacheControl ); in operator ()() 10750 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.pipelineCreationCacheControl ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 8575 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5865 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/ |
D | goldfish_vk_marshaling.cpp | 10546 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 8137 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/ |
D | vulkan_core.h | 6806 VkBool32 pipelineCreationCacheControl; member 6926 VkBool32 pipelineCreationCacheControl; member
|