Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_container.c222 uint32_t string_table_size = (m->sem_string_table->length + 3) & ~3u; in dxil_container_add_state_validation() local
223 size += sizeof(uint32_t) + string_table_size; in dxil_container_add_state_validation()
284 if (!blob_write_bytes(&c->parts, &string_table_size, sizeof(string_table_size)) || in dxil_container_add_state_validation()
286 !blob_write_bytes(&c->parts, &fill, string_table_size - m->sem_string_table->length)) in dxil_container_add_state_validation()