Home
last modified time | relevance | path

Searched refs:VK_PIPELINE_COMPILE_REQUIRED (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_shader_module_identifier.adoc90 In a situation where we do not have the pipeline cached, we receive `VK_PIPELINE_COMPILE_REQUIRED`,…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp263 ePipelineCompileRequired = VK_PIPELINE_COMPILE_REQUIRED,
Dvulkan_enums.hpp263 ePipelineCompileRequired = VK_PIPELINE_COMPILE_REQUIRED,
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h164 VK_PIPELINE_COMPILE_REQUIRED = 1000297000, enumerator
196 VK_PIPELINE_COMPILE_REQUIRED_EXT = VK_PIPELINE_COMPILE_REQUIRED,
197 VK_ERROR_PIPELINE_COMPILE_REQUIRED_EXT = VK_PIPELINE_COMPILE_REQUIRED,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfundamentals.adoc1332 * ename:VK_PIPELINE_COMPILE_REQUIRED A requested pipeline creation would
Dpipelines.adoc418 fail pipeline compilation with ename:VK_PIPELINE_COMPILE_REQUIRED for any
4781 ename:VK_PIPELINE_COMPILE_REQUIRED will be returned by pipeline
5022 of a valid slink:VkPipeline object; ename:VK_PIPELINE_COMPILE_REQUIRED
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp3414 if (result != VK_SUCCESS && result != VK_PIPELINE_COMPILE_REQUIRED) { in on_vkCreateGraphicsPipelines()