Searched refs:attrib_end (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c3393 uint32_t attrib_end = vs_state ? vs_state->offsets[i] + vs_state->format_sizes[i] local in function:radv_flush_vertex_descriptors
3396 if (num_records < attrib_end) {
3401 num_records = (num_records - attrib_end) / stride + 1;
3413 num_records = (num_records - 1) * stride + attrib_end;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.0.rst4431 - radv: make attrib_end variable in radv_flush_vertex_descriptors 32-bit

Completed in 19 milliseconds