Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
Dpan_shader.c218 info->attributes_read = s->info.inputs_read; in GENX()
219 info->attributes_read_count = util_bitcount64(info->attributes_read); in GENX()
/third_party/mesa3d/src/panfrost/util/
Dpan_ir.h359 unsigned attributes_read; member
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_pipeline.c857 unsigned slot = util_bitcount64(vs->attributes_read & in panvk_pipeline_builder_parse_vertex_input()