Searched refs:vertex_bindings (Results 1 – 6 of 6) sorted by relevance
931 … std::unordered_set<uint32_t> vertex_bindings(vertex_input_state->vertexBindingDescriptionCount); in manual_PreCallValidateCreateGraphicsPipelines() local934 auto const &binding_it = vertex_bindings.find(vertex_bind_desc.binding); in manual_PreCallValidateCreateGraphicsPipelines()935 if (binding_it != vertex_bindings.cend()) { in manual_PreCallValidateCreateGraphicsPipelines()943 vertex_bindings.insert(vertex_bind_desc.binding); in manual_PreCallValidateCreateGraphicsPipelines()978 auto const &binding_it = vertex_bindings.find(vertex_attrib_desc.binding); in manual_PreCallValidateCreateGraphicsPipelines()979 if (binding_it == vertex_bindings.cend()) { in manual_PreCallValidateCreateGraphicsPipelines()
584 struct anv_vertex_binding *vb = cmd_buffer->state.vertex_bindings; in anv_CmdBindVertexBuffers()
2083 struct anv_buffer *buffer = cmd_buffer->state.vertex_bindings[vb].buffer; in genX()2084 uint32_t offset = cmd_buffer->state.vertex_bindings[vb].offset; in genX()
1740 struct anv_vertex_binding vertex_bindings[MAX_VBS]; member
967 struct radv_vertex_binding vertex_bindings[MAX_VBS]; member
1870 struct radv_buffer *buffer = cmd_buffer->vertex_bindings[vb].buffer; in radv_cmd_buffer_update_vertex_descriptors()1875 offset = cmd_buffer->vertex_bindings[vb].offset + velems->offset[i]; in radv_cmd_buffer_update_vertex_descriptors()2362 struct radv_vertex_binding *vb = cmd_buffer->vertex_bindings; in radv_CmdBindVertexBuffers()