Home
last modified time | relevance | path

Searched refs:deref_cast (Results 1 – 3 of 3) 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…
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/microsoft/compiler/
Ddxil_nir.c849 nir_deref_instr *deref_cast = in lower_deref_ssbo() local
853 &deref_cast->dest.ssa); in lower_deref_ssbo()
856 deref = deref_cast; in lower_deref_ssbo()