Searched refs:ptr_as_array (Results 1 – 7 of 7) sorted by relevance
154 - nir_opt_deref: ptr_as_array(deref_cast<T*>(x))[0\] isn't the same as x[0\] if the cast has alignm…
1323 - nir: Add a ptr_as_array deref type1325 - nir/opt_deref: Properly optimize ptr_as_array derefs1326 - nir/deref: Support casts and ptr_as_array in comparisons
591 - nir: Make nir_build_deref_offset() support ptr_as_array
2080 - nir/deref: Drop zero ptr_as_array derefs
2867 - nir_opt_deref: ptr_as_array(deref_cast<T*>(x))[0] isn't the same as x[0] if the cast has alignment
479 bool ptr_as_array; member
354 if (deref_chain->ptr_as_array) { in vtn_pointer_dereference()436 if (idx == 0 && deref_chain->ptr_as_array) { in vtn_pointer_dereference()2445 … chain->ptr_as_array = (opcode == SpvOpPtrAccessChain || opcode == SpvOpInBoundsPtrAccessChain); in vtn_handle_variables()