Searched refs:PAN_VERTEX_ID (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dpan_ir.h104 PAN_VERTEX_ID = 16, enumerator in enum:__anonc44d16340203
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_shader.c215 info->attribute_count = MAX2(info->attribute_count, PAN_VERTEX_ID + 1);
H A Dpan_indirect_draw.c605 IF (nir_ieq_imm(b, attrib_idx, PAN_VERTEX_ID)) {
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c873 if (vs->attribute_count >= PAN_VERTEX_ID) {
875 attribs->buf[attribs->buf_count].special_id = PAN_VERTEX_ID;
876 attribs->attrib[PAN_VERTEX_ID].buf = attribs->buf_count++;
877 attribs->attrib[PAN_VERTEX_ID].format = PIPE_FORMAT_R32_UINT;
H A Dpanvk_vX_cs.c225 case PAN_VERTEX_ID:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c1597 bool special_vbufs = vs->info.attribute_count >= PAN_VERTEX_ID;
1746 pan_pack(out + PAN_VERTEX_ID, ATTRIBUTE, cfg) {
1748 cfg.format = so->formats[PAN_VERTEX_ID];
3287 so->formats[PAN_VERTEX_ID] = dev->formats[PIPE_FORMAT_R32_UINT].hw;
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_compile.c1601 return PAN_VERTEX_ID;

Completed in 21 milliseconds