Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp432 unsigned next_vtx_offset = 0; in add_io_decls() local
439 … add_vertex_attribute(decl->location, 0, VK_FORMAT_R32G32B32A32_SFLOAT, next_vtx_offset); in add_io_decls()
441 … add_vertex_attribute(decl->location, 0, VK_FORMAT_R32G32B32A32_UINT, next_vtx_offset); in add_io_decls()
443 … add_vertex_attribute(decl->location, 0, VK_FORMAT_R32G32B32A32_SINT, next_vtx_offset); in add_io_decls()
444 next_vtx_offset += 16; in add_io_decls()
461 if (next_vtx_offset) in add_io_decls()
462 add_vertex_binding(0, next_vtx_offset); in add_io_decls()