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

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_container.c225 uint32_t dependency_table_size = 0; local in function:dxil_container_add_state_validation
229 dependency_table_size += sizeof(uint32_t) * ((state->state.sig_output_vectors[i] + 7) >> 3) *
233 size += dependency_table_size;
288 for (uint32_t i = 0; i < dependency_table_size; ++i)

Completed in 2 milliseconds