Searched refs:last_vertex_attrib_bit (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_private.h1787 uint8_t last_vertex_attrib_bit; member in struct:radv_pipeline
H A Dradv_pipeline.c5406 pipeline->last_vertex_attrib_bit = util_last_bit(info->vs.vb_desc_usage_mask);
5421 pipeline->vb_desc_usage_mask = BITFIELD_MASK(pipeline->last_vertex_attrib_bit);
H A Dradv_cmd_buffer.c2747 unsigned num_attributes = pipeline->last_vertex_attrib_bit;

Completed in 27 milliseconds