Searched refs:const_src (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_opt_if.c | 72 nir_const_value *const_src = nir_src_as_const_value(src->src); local in function:phi_has_constant_from_outside_and_one_from_inside_loop 73 if (!const_src) 77 *continue_val = const_src[0].u32; 79 *entry_val = const_src[0].u32;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_nir.c | 237 const_src(struct etna_compile *c, nir_const_value *value, unsigned num_components) function in typeref:typename:hw_src 360 return const_src(c, nir_instr_as_load_const(instr)->value, src->ssa->num_components); 380 return src_swizzle(const_src(c, values, 2), SWIZZLE(X,Y,X,X)); 394 return src_swizzle(const_src(c, &value, 1), SWIZZLE(X,X,X,X)); 585 .src[1] = const_src(c, &CONST_VAL(ETNA_UNIFORM_UBO0_ADDR + idx, 0), 1),
|
Completed in 5 milliseconds