Home
last modified time | relevance | path

Searched refs:incomplete_text (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c3190 bool incomplete_text = false; in anv_GetPipelineExecutableInternalRepresentationsKHR() local
3202 incomplete_text = true; in anv_GetPipelineExecutableInternalRepresentationsKHR()
3213 incomplete_text = true; in anv_GetPipelineExecutableInternalRepresentationsKHR()
3217 return incomplete_text ? VK_INCOMPLETE : vk_outarray_status(&out); in anv_GetPipelineExecutableInternalRepresentationsKHR()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c4507 bool incomplete_text = false; in tu_GetPipelineExecutableInternalRepresentationsKHR() local
4519 incomplete_text = true; in tu_GetPipelineExecutableInternalRepresentationsKHR()
4530 incomplete_text = true; in tu_GetPipelineExecutableInternalRepresentationsKHR()
4541 incomplete_text = true; in tu_GetPipelineExecutableInternalRepresentationsKHR()
4545 return incomplete_text ? VK_INCOMPLETE : vk_outarray_status(&out); in tu_GetPipelineExecutableInternalRepresentationsKHR()

Completed in 10 milliseconds