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

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_private.h915 struct tu_vertex_binding vertex_bindings[MAX_VBS]; member in struct:tu_cmd_buffer
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_cmd_buffer.c613 struct anv_vertex_binding *vb = cmd_buffer->state.vertex_bindings;
H A Danv_private.h2355 struct anv_vertex_binding vertex_bindings[MAX_VBS]; member in struct:anv_cmd_state
H A DgenX_cmd_buffer.c2621 struct anv_buffer *buffer = cmd_buffer->state.vertex_bindings[vb].buffer;
2622 uint32_t offset = cmd_buffer->state.vertex_bindings[vb].offset;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c523 memset(cmd_buffer->vertex_bindings, 0, sizeof(cmd_buffer->vertex_bindings));
3333 struct radv_buffer *buffer = cmd_buffer->vertex_bindings[binding].buffer;
3375 offset = cmd_buffer->vertex_bindings[binding].offset;
3380 if (cmd_buffer->vertex_bindings[binding].size) {
3381 num_records = cmd_buffer->vertex_bindings[binding].size;
3387 stride = cmd_buffer->vertex_bindings[binding].stride;
4441 struct radv_vertex_binding *vb = cmd_buffer->vertex_bindings;
5489 cmd_buffer->vertex_bindings[attrib->binding].stride = binding->stride;
5502 struct radv_vertex_binding *vb = cmd_buffer->vertex_bindings;
[all...]
H A Dradv_private.h1475 struct radv_vertex_binding vertex_bindings[MAX_VBS]; member in struct:radv_cmd_buffer
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c328 memset(cmd_buffer->vertex_bindings, 0, sizeof(cmd_buffer->vertex_bindings));
2010 struct radv_buffer *buffer = cmd_buffer->vertex_bindings[i].buffer;
2018 offset = cmd_buffer->vertex_bindings[i].offset;
2686 struct radv_vertex_binding *vb = cmd_buffer->vertex_bindings;
H A Dradv_private.h1114 struct radv_vertex_binding vertex_bindings[MAX_VBS]; member in struct:radv_cmd_buffer
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_private.h1137 struct v3dv_vertex_binding vertex_bindings[MAX_VBS]; member in struct:v3dv_cmd_buffer_state
H A Dv3dvx_cmd_buffer.c1947 struct v3dv_vertex_binding *c_vb = &cmd_buffer->state.vertex_bindings[binding];
H A Dv3dv_cmd_buffer.c2757 struct v3dv_vertex_binding *vb = cmd_buffer->state.vertex_bindings;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_cmd_buffer.c1039 struct anv_vertex_binding *vb = cmd_buffer->state.vertex_bindings;
H A DgenX_cmd_buffer.c3568 struct anv_buffer *buffer = cmd_buffer->state.vertex_bindings[vb].buffer;
3569 uint32_t offset = cmd_buffer->state.vertex_bindings[vb].offset;
3580 cmd_buffer->state.vertex_bindings[vb].stride : pipeline->vb[vb].stride;
3588 cmd_buffer->state.vertex_bindings[vb].size : buffer->size - offset;
H A Danv_private.h3000 struct anv_vertex_binding vertex_bindings[MAX_VBS]; member in struct:anv_cmd_state

Completed in 73 milliseconds