Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
Dpan_attributes.c82 panfrost_padded_vertex_count(unsigned vertex_count) in panfrost_padded_vertex_count() function
Dpan_encoder.h86 panfrost_padded_vertex_count(unsigned vertex_count);
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_cmd_buffer.c731 .padded_vertex_count = panfrost_padded_vertex_count(vertexCount), in panvk_per_arch()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c2818 ctx->padded_count = panfrost_padded_vertex_count(vertex_count); in panfrost_direct_draw()