Searched refs:vtn_pointer_from_ssa (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_private.h | 737 vtn_pointer_from_ssa(struct vtn_builder *b, nir_ssa_def *ssa, 811 return vtn_pointer_from_ssa(b, const_ssa, value->type);
|
| H A D | vtn_variables.c | 1686 vtn_pointer_from_ssa(struct vtn_builder *b, nir_ssa_def *ssa, function in typeref:struct:vtn_pointer * 2651 vtn_push_pointer(b, w[2], vtn_pointer_from_ssa(b, ptr, ptr_type));
|
| H A D | spirv_to_nir.c | 311 val = vtn_push_pointer(b, value_id, vtn_pointer_from_ssa(b, ssa->def, type));
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | vtn_cfg.c | 42 return vtn_pointer_from_ssa(b, nir_load_param(&b->nb, param_idx), ptr_type); 332 vtn_push_value_pointer(b, w[2], vtn_pointer_from_ssa(b, ssa_ptr, type));
|
| H A D | vtn_private.h | 643 vtn_pointer_from_ssa(struct vtn_builder *b, nir_ssa_def *ssa,
|
| H A D | vtn_variables.c | 70 val = vtn_push_value_pointer(b, value_id, vtn_pointer_from_ssa(b, ssa->def, type)); 1904 vtn_pointer_from_ssa(struct vtn_builder *b, nir_ssa_def *ssa, function in typeref:struct:vtn_pointer * 2618 ptr_val->pointer = vtn_pointer_from_ssa(b, ptr_ssa, ptr_val->type);
|
Completed in 19 milliseconds