Searched refs:fd6_query_sample (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_query.c | 38 struct PACKED fd6_query_sample { struct 44 /* offset of a single field of an array of fd6_query_sample: */ 47 (idx * sizeof(struct fd6_query_sample)) + \ 48 offsetof(struct fd6_query_sample, field), \ 51 /* offset of a single field of fd6_query_sample: */ 123 struct fd6_query_sample *sp = buf; 131 struct fd6_query_sample *sp = buf; 138 .size = sizeof(struct fd6_query_sample), 147 .size = sizeof(struct fd6_query_sample), 156 .size = sizeof(struct fd6_query_sample), [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_query.c | 38 struct PACKED fd6_query_sample { struct 44 /* offset of a single field of an array of fd6_query_sample: */ 47 (idx * sizeof(struct fd6_query_sample)) + \ 48 offsetof(struct fd6_query_sample, field), \ 51 /* offset of a single field of fd6_query_sample: */ 118 struct fd6_query_sample *sp = buf; 126 struct fd6_query_sample *sp = buf; 132 .size = sizeof(struct fd6_query_sample), 140 .size = sizeof(struct fd6_query_sample), 148 .size = sizeof(struct fd6_query_sample), [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/ |
| H A D | a6xx.c | 80 struct PACKED fd6_query_sample { struct 86 /* offset of a single field of an array of fd6_query_sample: */ 89 (idx * sizeof(struct fd6_query_sample)) + \ 90 offsetof(struct fd6_query_sample, field), \ 427 a6xx_backend->num_perfcntrs * sizeof(struct fd6_query_sample), 0, "query"); 502 struct fd6_query_sample *samples = fd_bo_map(a6xx_backend->query_mem);
|
Completed in 3 milliseconds