Home
last modified time | relevance | path

Searched refs:panfrost_padded_vertex_count (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/panfrost/lib/
Dpan_encoder.h75 panfrost_padded_vertex_count(unsigned vertex_count);
Dpan_attributes.c83 panfrost_padded_vertex_count(unsigned vertex_count) in panfrost_padded_vertex_count() function
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.c504 ctx->padded_count = panfrost_padded_vertex_count(vertex_count); in panfrost_draw_vbo()