Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_container.c58 c->part_offsets[c->num_parts++] = offset; in add_part_header()
344 uint32_t part_offsets[DXIL_MAX_PARTS]; in dxil_container_write() local
346 size_t offset = header_size + c->part_offsets[i]; in dxil_container_write()
348 part_offsets[i] = (uint32_t)offset; in dxil_container_write()
352 !blob_write_bytes(blob, part_offsets, sizeof(uint32_t) * c->num_parts) || in dxil_container_write()
Ddxil_container.h38 unsigned part_offsets[DXIL_MAX_PARTS]; member