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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c279 VkPipelineVertexInputStateCreateInfo *vertex_input; local in function:deep_copy_graphics_create_info
306 vertex_input = ralloc(mem_ctx, VkPipelineVertexInputStateCreateInfo);
307 result = deep_copy_vertex_input_state(mem_ctx, vertex_input,
311 dst->pVertexInputState = vertex_input;
H A Dlvp_execute.c3425 const struct vk_cmd_set_vertex_input_ext *vertex_input = &cmd->u.set_vertex_input_ext; local in function:handle_set_vertex_input
3426 const struct VkVertexInputBindingDescription2EXT *bindings = vertex_input->vertex_binding_descriptions;
3427 const struct VkVertexInputAttributeDescription2EXT *attrs = vertex_input->vertex_attribute_descriptions;
3429 for (unsigned i = 0; i < vertex_input->vertex_attribute_description_count; i++) {
3433 for (unsigned j = 0; j < vertex_input->vertex_binding_description_count; j++) {

Completed in 8 milliseconds