Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
H A Dpan_shader.c219 info->attributes_read_count = util_bitcount64(info->attributes_read); in pan_shader_compile()
220 info->attribute_count = info->attributes_read_count; in pan_shader_compile()
/third_party/mesa3d/src/panfrost/util/
H A Dpan_ir.h357 unsigned attributes_read_count; member
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c2197 assert(vs->info.attributes_read_count <= so->num_elements); in panfrost_emit_vertex_data()
2199 for (unsigned i = 0; i < vs->info.attributes_read_count; ++i) { in panfrost_emit_vertex_data()

Completed in 9 milliseconds