Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/docs/relnotes/
H A 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…
H A 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
H A D21.0.0.rst591 - nir: Make nir_build_deref_offset() support ptr_as_array
H A D19.1.0.rst2080 - nir/deref: Drop zero ptr_as_array derefs
H A 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
H A D24.1.0.rst3010 - nir: Handle ptr_as_array for build_deref_follower
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c385 if (deref_chain->ptr_as_array) { in vtn_pointer_dereference()
472 if (idx == 0 && deref_chain->ptr_as_array) { in vtn_pointer_dereference()
2717 … chain->ptr_as_array = (opcode == SpvOpPtrAccessChain || opcode == SpvOpInBoundsPtrAccessChain); in vtn_handle_variables()
H A Dvtn_private.h440 bool ptr_as_array; member