HomeSort by: relevance | last modified time | path
    Searched refs:vb_count (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/cso_cache/
cso_context.h 186 unsigned vb_count,
cso_context.c 1152 unsigned vb_count,
1164 unsigned unbind_vb_count = vb_count + unbind_trailing_vb_count;
1174 if (vb_count || unbind_trailing_vb_count) {
1175 u_vbuf_set_vertex_buffers(vbuf, 0, vb_count,
1185 unsigned unbind_vb_count = vb_count + unbind_trailing_vb_count;
1195 if (vb_count || unbind_trailing_vb_count) {
1196 pipe->set_vertex_buffers(pipe, 0, vb_count, unbind_trailing_vb_count,
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dvx_pipeline.c 608 pipeline->vb_count = vi_info->vertexBindingDescriptionCount;
v3dv_private.h 1791 uint32_t vb_count; member in struct:v3dv_pipeline

Completed in 9 milliseconds