Home
last modified time | relevance | path

Searched refs:ptr_as_array (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/docs/relnotes/
D21.0.3.rst154 - nir_opt_deref: ptr_as_array(deref_cast<T*>(x))[0\] isn't the same as x[0\] if the cast has alignm…
D19.0.0.rst1323 - nir: Add a ptr_as_array deref type
1325 - nir/opt_deref: Properly optimize ptr_as_array derefs
1326 - nir/deref: Support casts and ptr_as_array in comparisons
D21.0.0.rst591 - nir: Make nir_build_deref_offset() support ptr_as_array
D19.1.0.rst2080 - nir/deref: Drop zero ptr_as_array derefs
D21.1.0.rst2867 - nir_opt_deref: ptr_as_array(deref_cast<T*>(x))[0] isn't the same as x[0] if the cast has alignment
/third_party/mesa3d/src/compiler/spirv/
Dvtn_private.h479 bool ptr_as_array; member
Dvtn_variables.c354 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()