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.h83 panfrost_padded_vertex_count(unsigned vertex_count);
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_cmd_buffer.c810 panfrost_padded_vertex_count(vertexCount) : in panvk_per_arch()
893 panfrost_padded_vertex_count(vertex_range) : in panvk_per_arch()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c3661 ctx->padded_count = panfrost_padded_vertex_count(count); in panfrost_direct_draw()