Searched refs:buf_sizes (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_assembler.h | 34 uint32_t buf_sizes[MAX_BUFS]; /* size in dwords */ member in struct:ir3_kernel_info
|
| H A D | ir3_parser.y | 690 info->buf_sizes[idx] = $2;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/ |
| H A D | ir3_asm.c | 47 memcpy(kernel->base.buf_sizes, kernel->info.buf_sizes, 48 sizeof(kernel->base.buf_sizes));
|
| H A D | main.c | 266 printf("buf[%d]: size=%u\n", i, kernel->buf_sizes[i]); 267 kernel->bufs[i] = fd_bo_new(dev, kernel->buf_sizes[i] * 4, 0, "buf[%d]", i); 300 dump_hex(map, kernel->buf_sizes[i] * 4); 301 dump_float(map, kernel->buf_sizes[i] * 4);
|
| H A D | main.h | 43 uint32_t buf_sizes[MAX_BUFS]; /* size in dwords */ member in struct:kernel
|
| H A D | a4xx.c | 244 OUT_RING(ring, kernel->buf_sizes[i]); 245 OUT_RING(ring, kernel->buf_sizes[i]); 258 unsigned sz = kernel->buf_sizes[i];
|
| H A D | a6xx.c | 295 unsigned sz = kernel->buf_sizes[i];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_exec.h | 431 const unsigned *buf_sizes);
|
| H A D | tgsi_exec.c | 1028 const unsigned *buf_sizes) 1034 mach->ConstsSize[i] = buf_sizes[i]; 1025 tgsi_exec_set_constant_buffers(struct tgsi_exec_machine * mach,unsigned num_bufs,const void ** bufs,const unsigned * buf_sizes) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_exec.h | 508 const unsigned *buf_sizes);
|
| H A D | tgsi_exec.c | 1038 const unsigned *buf_sizes) 1044 mach->ConstsSize[i] = buf_sizes[i]; 1035 tgsi_exec_set_constant_buffers(struct tgsi_exec_machine * mach,unsigned num_bufs,const void ** bufs,const unsigned * buf_sizes) argument
|
Completed in 23 milliseconds