Home
last modified time | relevance | path

Searched defs:is_output_read (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_gather_info.c29 bool is_output_read) in set_io_mask()
88 mark_whole_variable(nir_shader *shader, nir_variable *var, bool is_output_read) in mark_whole_variable()
137 try_mask_partial_io(nir_shader *shader, nir_deref_var *deref, bool is_output_read) in try_mask_partial_io()
222 bool is_output_read = false; in gather_intrinsic_info() local