Home
last modified time | relevance | path

Searched refs:vb_count (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c1152 unsigned vb_count, in cso_set_vertex_buffers_and_elements() argument
1164 unsigned unbind_vb_count = vb_count + unbind_trailing_vb_count; in cso_set_vertex_buffers_and_elements()
1174 if (vb_count || unbind_trailing_vb_count) { in cso_set_vertex_buffers_and_elements()
1175 u_vbuf_set_vertex_buffers(vbuf, 0, vb_count, in cso_set_vertex_buffers_and_elements()
1185 unsigned unbind_vb_count = vb_count + unbind_trailing_vb_count; in cso_set_vertex_buffers_and_elements()
1195 if (vb_count || unbind_trailing_vb_count) { in cso_set_vertex_buffers_and_elements()
1196 pipe->set_vertex_buffers(pipe, 0, vb_count, unbind_trailing_vb_count, in cso_set_vertex_buffers_and_elements()
Dcso_context.h186 unsigned vb_count,
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dvx_pipeline.c608 pipeline->vb_count = vi_info->vertexBindingDescriptionCount; in v3dX()
Dv3dv_private.h1791 uint32_t vb_count; member