Searched refs:nir_sloppy_bitcast (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_variables.c | 2202 nir_sloppy_bitcast(nir_builder *b, nir_ssa_def *val, function in typeref:typename:nir_ssa_def * 2631 nir_ssa_def *u = nir_sloppy_bitcast(&b->nb, ptr, u_type->type); 2650 nir_ssa_def *ptr = nir_sloppy_bitcast(&b->nb, u, ptr_type->type); 2779 vtn_push_nir_ssa(b, w[2], nir_sloppy_bitcast(&b->nb, u, as_type->type));
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | vtn_variables.c | 2348 nir_sloppy_bitcast(nir_builder *b, nir_ssa_def *val, function in typeref:typename:nir_ssa_def * 2598 u_val->ssa->def = nir_sloppy_bitcast(&b->nb, ptr_ssa->def, u_val->type->type); 2616 nir_ssa_def *ptr_ssa = nir_sloppy_bitcast(&b->nb, u_val->ssa->def,
|
Completed in 8 milliseconds