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/
Dpan_shader.c219 info->attributes_read_count = util_bitcount64(info->attributes_read); in GENX()
220 info->attribute_count = info->attributes_read_count; in GENX()
/third_party/mesa3d/src/panfrost/util/
Dpan_ir.h357 unsigned attributes_read_count; member
/third_party/mesa3d/src/gallium/drivers/panfrost/
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()