Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device_generated_commands.c1209 uint32_t *vbo_info = (uint32_t *)((char *)upload_data + graphics_pipeline->vb_desc_alloc_size); in radv_prepare_dgc() local
1225 vbo_info[2 * idx] = ((graphics_pipeline->use_per_attribute_vb_descs ? 1u : 0u) << 31) | in radv_prepare_dgc()
1228 vbo_info[2 * idx + 1] = graphics_pipeline->attrib_index_offset[i] | (attrib_end << 16); in radv_prepare_dgc()

Completed in 3 milliseconds