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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c130 VkPipelineVertexInputDivisorStateCreateInfoEXT *ext_src = (VkPipelineVertexInputDivisorStateCreateInfoEXT *)ext; local in function:deep_copy_vertex_input_state
133 ext_dst->sType = ext_src->sType;
134 ext_dst->vertexBindingDivisorCount = ext_src->vertexBindingDivisorCount;
137 ext_src->pVertexBindingDivisors,
139 ext_src->vertexBindingDivisorCount);
255 VkPipelineRasterizationDepthClipStateCreateInfoEXT *ext_src = (VkPipelineRasterizationDepthClipStateCreateInfoEXT *)ext; local in function:deep_copy_rasterization_state
257 ext_dst->sType = ext_src->sType;
258 ext_dst->flags = ext_src->flags;
259 ext_dst->depthClipEnable = ext_src->depthClipEnable;

Completed in 3 milliseconds