Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/lib/
Dpan_shader.c127 info->attributes_read_count = util_bitcount64(info->attributes_read); in GENX()
128 info->attribute_count = info->attributes_read_count; in GENX()
/external/mesa3d/src/panfrost/util/
Dpan_ir.h280 unsigned attributes_read_count; member
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c2216 assert(vs->info.attributes_read_count <= so->num_elements); in panfrost_emit_vertex_data()
2218 for (unsigned i = 0; i < vs->info.attributes_read_count; ++i) { in panfrost_emit_vertex_data()
2893 BITFIELD_MASK(vs->info.attributes_read_count); in panfrost_update_state_3d()