Searched refs:add_vertex_attribute (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/compiler/tests/ |
D | helpers.cpp | 390 void PipelineBuilder::add_vertex_attribute(uint32_t location, uint32_t binding, VkFormat format, ui… in add_vertex_attribute() function in PipelineBuilder 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()
|
D | helpers.h | 132 void add_vertex_attribute(uint32_t location, uint32_t binding, VkFormat format, uint32_t offset);
|