Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp390 void PipelineBuilder::add_vertex_attribute(uint32_t location, uint32_t binding, VkFormat format, ui… in add_vertex_attribute() function in PipelineBuilder
439add_vertex_attribute(decl->location, 0, VK_FORMAT_R32G32B32A32_SFLOAT, next_vtx_offset); in add_io_decls()
441add_vertex_attribute(decl->location, 0, VK_FORMAT_R32G32B32A32_UINT, next_vtx_offset); in add_io_decls()
443add_vertex_attribute(decl->location, 0, VK_FORMAT_R32G32B32A32_SINT, next_vtx_offset); in add_io_decls()
Dhelpers.h132 void add_vertex_attribute(uint32_t location, uint32_t binding, VkFormat format, uint32_t offset);