Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_container.c236 size += m->dependency_table_dwords_per_input[i] * sizeof(uint32_t); in dxil_container_add_state_validation()
300 if (state->state.psv1.uses_view_id && m->dependency_table_dwords_per_input[i]) { in dxil_container_add_state_validation()
302 …mset(m->viewid_dependency_table[i], 0, sizeof(uint32_t) * m->dependency_table_dwords_per_input[i]); in dxil_container_add_state_validation()
316 sizeof(uint32_t) * m->dependency_table_dwords_per_input[i])) in dxil_container_add_state_validation()
H A Ddxil_signature.c793 …mod->dependency_table_dwords_per_input[i] = DIV_ROUND_UP(mod->num_psv_outputs[i], output_vecs_per_… in prepare_dependency_tables()
795 …mod->dependency_table_dwords_per_input[1] = DIV_ROUND_UP(mod->num_psv_patch_consts, output_vecs_pe… in prepare_dependency_tables()
800 view_id_table_sizes[i] = mod->dependency_table_dwords_per_input[i]; in prepare_dependency_tables()
804 …mod->io_dependency_table_size[i] = mod->dependency_table_dwords_per_input[i] * mod->num_psv_inputs… in prepare_dependency_tables()
806 …mod->io_dependency_table_size[1] = mod->dependency_table_dwords_per_input[1] * mod->num_psv_inputs… in prepare_dependency_tables()
808 …mod->io_dependency_table_size[1] = mod->dependency_table_dwords_per_input[0] * mod->num_psv_patch_… in prepare_dependency_tables()
H A Ddxil_module.h243 uint32_t dependency_table_dwords_per_input[4]; member
H A Ddxil_nir.c2474 const uint32_t *table_sizes = mod->dependency_table_dwords_per_input; in dxil_nir_analyze_io_dependencies()