Searched defs:is_arrayed (Results 1 – 9 of 9) sorted by relevance
46 const bool is_arrayed = nir_is_arrayed_io(var, shader->info.stage); in get_deref_info() local197 get_io_offset(nir_deref_instr *deref, nir_variable *var, bool is_arrayed) in get_io_offset()242 bool is_arrayed = nir_is_arrayed_io(var, shader->info.stage); in try_mask_partial_io() local
629 const bool is_arrayed = nir_is_arrayed_io(var, b->shader->info.stage); in nir_lower_io_block() local
283 bool is_arrayed = false; in GetLocationsForVariable() local
275 bool is_arrayed = false; in GetLocationsForVariable() local
324 bool is_arrayed() const { return arrayed_; } in is_arrayed() function
5630 bool is_arrayed = ast::IsTextureArray(dim); in MakeCoordinateOperandsForImageAccess() local