Lines Matching refs:velem
131 struct cso_velems_state velem; member
479 cso_set_vertex_elements(state->cso, &state->velem); in emit_state()
900 state->velem.velems[a].src_offset = ps->vi->attributes[a].offset; in handle_graphics_pipeline()
901 state->velem.velems[a].vertex_buffer_index = b; in handle_graphics_pipeline()
902 state->velem.velems[a].src_format = in handle_graphics_pipeline()
904 state->velem.velems[a].dual_slot = false; in handle_graphics_pipeline()
909 state->velem.velems[a].instance_divisor = 0; in handle_graphics_pipeline()
912 state->velem.velems[a].instance_divisor = d ? d : UINT32_MAX; in handle_graphics_pipeline()
919 state->velem.count = util_last_bit(ps->vi->attributes_valid); in handle_graphics_pipeline()
3653 state->velem.velems[location].src_offset = attrs[i].offset; in handle_set_vertex_input()
3654 state->velem.velems[location].vertex_buffer_index = attrs[i].binding; in handle_set_vertex_input()
3655 state->velem.velems[location].src_format = lvp_vk_format_to_pipe_format(attrs[i].format); in handle_set_vertex_input()
3660 state->velem.velems[location].instance_divisor = 0; in handle_set_vertex_input()
3663 state->velem.velems[location].instance_divisor = d ? d : UINT32_MAX; in handle_set_vertex_input()
3673 state->velem.count = max_location + 1; in handle_set_vertex_input()