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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_gather_info.c427 uint16_t slot_mask_16bit = 0; local in function:gather_intrinsic_info
448 slot_mask_16bit =
521 shader->info.inputs_read_16bit |= slot_mask_16bit;
524 shader->info.inputs_read_indirectly_16bit |= slot_mask_16bit;
544 shader->info.outputs_read_16bit |= slot_mask_16bit;
547 shader->info.outputs_accessed_indirectly_16bit |= slot_mask_16bit;
571 shader->info.outputs_written_16bit |= slot_mask_16bit;
574 shader->info.outputs_accessed_indirectly_16bit |= slot_mask_16bit;

Completed in 6 milliseconds