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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c131 VkPipelineVertexInputDivisorStateCreateInfoEXT *ext_dst = ralloc(mem_ctx, VkPipelineVertexInputDivisorStateCreateInfoEXT); local in function:deep_copy_vertex_input_state
133 ext_dst->sType = ext_src->sType;
134 ext_dst->vertexBindingDivisorCount = ext_src->vertexBindingDivisorCount;
136 LVP_PIPELINE_DUP(ext_dst->pVertexBindingDivisors,
141 dst->pNext = ext_dst;
256 VkPipelineRasterizationDepthClipStateCreateInfoEXT *ext_dst = ralloc(mem_ctx, VkPipelineRasterizationDepthClipStateCreateInfoEXT); 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;
260 dst->pNext = ext_dst;
[all...]

Completed in 3 milliseconds