Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_pipeline.c866 if (vs->attribute_count >= PAN_VERTEX_ID) { in panvk_pipeline_builder_parse_vertex_input()
868 attribs->buf[attribs->buf_count].special_id = PAN_VERTEX_ID; in panvk_pipeline_builder_parse_vertex_input()
869 attribs->attrib[PAN_VERTEX_ID].buf = attribs->buf_count++; in panvk_pipeline_builder_parse_vertex_input()
870 attribs->attrib[PAN_VERTEX_ID].format = PIPE_FORMAT_R32_UINT; in panvk_pipeline_builder_parse_vertex_input()
/third_party/mesa3d/src/panfrost/util/
Dpan_ir.h125 PAN_VERTEX_ID = 16, enumerator
/third_party/mesa3d/src/panfrost/lib/
Dpan_shader.c226 info->attribute_count = MAX2(info->attribute_count, PAN_VERTEX_ID + 1); in GENX()
Dpan_indirect_draw.c603 IF (nir_ieq_imm(b, attrib_idx, PAN_VERTEX_ID)) { in update_vertex_attribs()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c2011 bool special_vbufs = count >= PAN_VERTEX_ID; in panfrost_emit_vertex_data()
2159 pan_pack(out + PAN_VERTEX_ID, ATTRIBUTE, cfg) { in panfrost_emit_vertex_data()
2161 cfg.format = so->formats[PAN_VERTEX_ID]; in panfrost_emit_vertex_data()
4272 so->formats[PAN_VERTEX_ID] = dev->formats[PIPE_FORMAT_R32_UINT].hw; in panfrost_create_vertex_elements_state()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c1687 return PAN_VERTEX_ID; in vertex_builtin_arg()