Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c103 const bool needs_svgs_elem = vs_prog_data->uses_vertexid || in emit_vertex_input() local
112 MAX2(1, elem_count + needs_svgs_elem + vs_prog_data->uses_drawid); in emit_vertex_input()
198 if (needs_svgs_elem) { in emit_vertex_input()
246 const uint32_t drawid_slot = elem_count + needs_svgs_elem; in emit_vertex_input()