| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_cs.h | 54 unsigned buf_count, 62 unsigned buf_count,
|
| H A D | panvk_vX_cs.c | 217 unsigned buf_count, 239 assert(idx < buf_count); 264 unsigned buf_count, 270 for (unsigned i = 0; i < info->buf_count; i++) 271 panvk_emit_attrib_buf(info, draw, bufs, buf_count, i, buf++); 311 unsigned buf_count, 328 unsigned buf_count, 334 panvk_emit_attrib(dev, attribs, bufs, buf_count, i, attrib++); 214 panvk_emit_attrib_buf(const struct panvk_attribs_info * info,const struct panvk_draw_info * draw,const struct panvk_attrib_buf * bufs,unsigned buf_count,unsigned idx,void * desc) argument 308 panvk_emit_attrib(const struct panvk_device * dev,const struct panvk_attribs_info * attribs,const struct panvk_attrib_buf * bufs,unsigned buf_count,unsigned idx,void * attrib) argument
|
| H A D | panvk_vX_pipeline.c | 856 attribs->buf_count = MAX2(desc->binding + 1, attribs->buf_count); 874 attribs->buf[attribs->buf_count].special = true; 875 attribs->buf[attribs->buf_count].special_id = PAN_VERTEX_ID; 876 attribs->attrib[PAN_VERTEX_ID].buf = attribs->buf_count++; 881 attribs->buf[attribs->buf_count].special = true; 882 attribs->buf[attribs->buf_count].special_id = PAN_INSTANCE_ID; 883 attribs->attrib[PAN_INSTANCE_ID].buf = attribs->buf_count++;
|
| H A D | panvk_vX_cmd_buffer.c | 558 unsigned buf_count = panvk_varyings_buf_count(varyings); local in function:panvk_draw_prepare_varyings 561 buf_count, ATTRIBUTE_BUFFER); 602 if (!pipeline->attribs.buf_count) 611 unsigned buf_count = pipeline->attribs.buf_count + local in function:panvk_draw_prepare_attributes 615 buf_count * 2, ATTRIBUTE_BUFFER);
|
| H A D | panvk_private.h | 549 unsigned buf_count; member in struct:panvk_attribs_info
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_vbo.c | 803 struct nv04_resource *buf_count = nv04_resource(info->indirect->indirect_draw_count); local in function:nvc0_draw_indirect 812 (buf_count && buf_count->fence_wr && 813 !nouveau_fence_signalled(buf_count->fence_wr))) { 829 if (buf_count) 841 if (buf_count) 862 nouveau_pushbuf_space(push, 16, 0, pushes + !!buf_count); 864 if (buf_count) 865 PUSH_REFN(push, buf_count->bo, NOUVEAU_BO_RD | buf_count [all...] |
| H A D | nvc0_vbo_translate.c | 498 struct nv04_resource *buf_count = nv04_resource(info->indirect->indirect_draw_count); local in function:nvc0_push_vbo_indirect 502 if (buf_count) { 504 &nvc0->base, buf_count, info->indirect->indirect_draw_count_offset, 546 if (buf_count) 547 nouveau_resource_unmap(buf_count);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_vbo.c | 813 struct nv04_resource *buf_count = nv04_resource(indirect->indirect_draw_count); local in function:nvc0_draw_indirect 822 (buf_count && buf_count->fence_wr && 823 !nouveau_fence_signalled(buf_count->fence_wr))) { 839 if (buf_count) 851 if (buf_count) 872 nouveau_pushbuf_space(push, 16, 0, pushes + !!buf_count); 874 if (buf_count) 875 PUSH_REFN(push, buf_count->bo, NOUVEAU_BO_RD | buf_count [all...] |
| H A D | nvc0_vbo_translate.c | 506 struct nv04_resource *buf_count = nv04_resource(indirect->indirect_draw_count); local in function:nvc0_push_vbo_indirect 510 if (buf_count) { 512 &nvc0->base, buf_count, indirect->indirect_draw_count_offset, 554 if (buf_count) 555 nouveau_resource_unmap(buf_count);
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | Xct.c | 47 unsigned buf_count; member in struct:_XctPriv 333 if (data->item_length > priv->buf_count) { 334 priv->buf_count = data->item_length; 336 priv->itembuf = realloc(priv->itembuf, priv->buf_count); 338 priv->itembuf = malloc(priv->buf_count); 372 priv->buf_count = 0;
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_descriptor_set.c | 701 uint32_t buf_count = 0; local in function:vn_update_descriptor_sets_parse_template 723 buf_count += entry->descriptorCount; 732 create_info->descriptorUpdateEntryCount, img_count, buf_count, 738 buf_count = 0; 778 write->pBufferInfo = &update->buffers[buf_count]; 780 buf_count += entry->descriptorCount;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 1555 unsigned buf_count = (attr_count * 2) + (PAN_ARCH >= 6 ? 1 : 0); local in function:panfrost_emit_image_attribs 1558 pan_pool_alloc_desc_array(&batch->pool.base, buf_count, ATTRIBUTE_BUFFER); 1568 pan_pack(bufs.cpu + ((buf_count - 1) * pan_size(ATTRIBUTE_BUFFER)),
|