Searched refs:part_offsets (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_container.h38 unsigned part_offsets[DXIL_MAX_PARTS]; member in struct:dxil_container
H A Ddxil_container.c58 c->part_offsets[c->num_parts++] = offset;
344 uint32_t part_offsets[DXIL_MAX_PARTS]; local in function:dxil_container_write
346 size_t offset = header_size + c->part_offsets[i];
348 part_offsets[i] = (uint32_t)offset;
352 !blob_write_bytes(blob, part_offsets, sizeof(uint32_t) * c->num_parts) ||

Completed in 3 milliseconds