Searched refs:vtn_pointer_uses_ssa_offset (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | vtn_variables.c | 94 vtn_pointer_uses_ssa_offset(struct vtn_builder *b, function in typeref:typename:bool 570 if (vtn_pointer_uses_ssa_offset(b, base)) { 626 vtn_assert(!vtn_pointer_uses_ssa_offset(b, ptr)); 739 assert(vtn_pointer_uses_ssa_offset(b, ptr)); 1149 if (vtn_pointer_uses_ssa_offset(b, src)) { 1162 if (vtn_pointer_uses_ssa_offset(b, dest)) { 1842 if (vtn_pointer_uses_ssa_offset(b, ptr)) { 1934 if (vtn_pointer_uses_ssa_offset(b, ptr)) {
|
| H A D | vtn_private.h | 480 bool vtn_pointer_uses_ssa_offset(struct vtn_builder *b,
|
| H A D | spirv_to_nir.c | 2873 } else if (vtn_pointer_uses_ssa_offset(b, ptr)) {
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.0.0.rst | 1338 - spirv: Make better use of vtn_pointer_uses_ssa_offset
|
Completed in 14 milliseconds