Searched refs:vertex_bindings (Results 1 – 9 of 9) sorted by relevance
549 std::vector<VkVertexInputBindingDescription> vertex_bindings; in CreateVkGraphicsPipeline() local552 vertex_bindings = vertex_buffer->GetVkVertexInputBinding(); in CreateVkGraphicsPipeline()561 static_cast<uint32_t>(vertex_bindings.size()); in CreateVkGraphicsPipeline()563 vertex_bindings.empty() ? nullptr : vertex_bindings.data(); in CreateVkGraphicsPipeline()
1084 … std::unordered_set<uint32_t> vertex_bindings(vertex_input_state->vertexBindingDescriptionCount); in manual_PreCallValidateCreateGraphicsPipelines() local1087 auto const &binding_it = vertex_bindings.find(vertex_bind_desc.binding); in manual_PreCallValidateCreateGraphicsPipelines()1088 if (binding_it != vertex_bindings.cend()) { in manual_PreCallValidateCreateGraphicsPipelines()1096 vertex_bindings.insert(vertex_bind_desc.binding); in manual_PreCallValidateCreateGraphicsPipelines()1131 auto const &binding_it = vertex_bindings.find(vertex_attrib_desc.binding); in manual_PreCallValidateCreateGraphicsPipelines()1132 if (binding_it == vertex_bindings.cend()) { in manual_PreCallValidateCreateGraphicsPipelines()
433 memset(cmd_buffer->vertex_bindings, 0, sizeof(cmd_buffer->vertex_bindings)); in radv_reset_cmd_buffer()2774 struct radv_buffer *buffer = cmd_buffer->vertex_bindings[i].buffer; in radv_flush_vertex_descriptors()2785 offset = cmd_buffer->vertex_bindings[i].offset; in radv_flush_vertex_descriptors()2788 if (cmd_buffer->vertex_bindings[i].size) { in radv_flush_vertex_descriptors()2789 num_records = cmd_buffer->vertex_bindings[i].size; in radv_flush_vertex_descriptors()2795 stride = cmd_buffer->vertex_bindings[i].stride; in radv_flush_vertex_descriptors()3816 struct radv_vertex_binding *vb = cmd_buffer->vertex_bindings; in radv_CmdBindVertexBuffers2EXT()
1434 struct radv_vertex_binding vertex_bindings[MAX_VBS]; member
969 struct v3dv_vertex_binding vertex_bindings[MAX_VBS]; member
3799 struct v3dv_vertex_binding *c_vb = &cmd_buffer->state.vertex_bindings[binding]; in emit_gl_shader_state()4513 struct v3dv_vertex_binding *vb = cmd_buffer->state.vertex_bindings; in v3dv_CmdBindVertexBuffers()
906 struct anv_vertex_binding *vb = cmd_buffer->state.vertex_bindings; in anv_CmdBindVertexBuffers2EXT()
3473 struct anv_buffer *buffer = cmd_buffer->state.vertex_bindings[vb].buffer; in genX()3474 uint32_t offset = cmd_buffer->state.vertex_bindings[vb].offset; in genX()3485 cmd_buffer->state.vertex_bindings[vb].stride : pipeline->vb[vb].stride; in genX()3493 cmd_buffer->state.vertex_bindings[vb].size : buffer->size - offset; in genX()
2941 struct anv_vertex_binding vertex_bindings[MAX_VBS]; member