Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/d3dcompiler_43/
H A Dutils.c582 DWORD tag, total_size, chunk_count; in dxbc_parse() local
613 read_dword(&ptr, &chunk_count); in dxbc_parse()
614 TRACE("chunk count: %#x\n", chunk_count); in dxbc_parse()
616 hr = dxbc_init(dxbc, chunk_count); in dxbc_parse()
623 for (i = 0; i < chunk_count; ++i) in dxbc_parse()