Searched refs:VK_PIPELINE_COMPILE_REQUIRED (Results 1 – 7 of 7) sorted by relevance
90 In a situation where we do not have the pipeline cached, we receive `VK_PIPELINE_COMPILE_REQUIRED`,…
263 ePipelineCompileRequired = VK_PIPELINE_COMPILE_REQUIRED,
164 VK_PIPELINE_COMPILE_REQUIRED = 1000297000, enumerator196 VK_PIPELINE_COMPILE_REQUIRED_EXT = VK_PIPELINE_COMPILE_REQUIRED,197 VK_ERROR_PIPELINE_COMPILE_REQUIRED_EXT = VK_PIPELINE_COMPILE_REQUIRED,
1332 * ename:VK_PIPELINE_COMPILE_REQUIRED A requested pipeline creation would
418 fail pipeline compilation with ename:VK_PIPELINE_COMPILE_REQUIRED for any4781 ename:VK_PIPELINE_COMPILE_REQUIRED will be returned by pipeline5022 of a valid slink:VkPipeline object; ename:VK_PIPELINE_COMPILE_REQUIRED
3414 if (result != VK_SUCCESS && result != VK_PIPELINE_COMPILE_REQUIRED) { in on_vkCreateGraphicsPipelines()