Home
last modified time | relevance | path

Searched refs:PAN_INSTANCE_ID (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_pipeline.c873 if (vs->attribute_count >= PAN_INSTANCE_ID) { in panvk_pipeline_builder_parse_vertex_input()
875 attribs->buf[attribs->buf_count].special_id = PAN_INSTANCE_ID; in panvk_pipeline_builder_parse_vertex_input()
876 attribs->attrib[PAN_INSTANCE_ID].buf = attribs->buf_count++; in panvk_pipeline_builder_parse_vertex_input()
877 attribs->attrib[PAN_INSTANCE_ID].format = PIPE_FORMAT_R32_UINT; in panvk_pipeline_builder_parse_vertex_input()
/third_party/mesa3d/src/panfrost/util/
Dpan_ir.h126 PAN_INSTANCE_ID = 17, enumerator
/third_party/mesa3d/src/panfrost/lib/
Dpan_shader.c231 info->attribute_count = MAX2(info->attribute_count, PAN_INSTANCE_ID + 1); in GENX()
Dpan_indirect_draw.c618 IF (nir_ieq_imm(b, attrib_idx, PAN_INSTANCE_ID)) { in update_vertex_attribs()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c2166 pan_pack(out + PAN_INSTANCE_ID, ATTRIBUTE, cfg) { in panfrost_emit_vertex_data()
2168 cfg.format = so->formats[PAN_INSTANCE_ID]; in panfrost_emit_vertex_data()
4273 so->formats[PAN_INSTANCE_ID] = dev->formats[PIPE_FORMAT_R32_UINT].hw; in panfrost_create_vertex_elements_state()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c1689 return PAN_INSTANCE_ID; in vertex_builtin_arg()