Searched refs:get_const_field (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_constant_expressions.py24 def get_const_field(type_): function
332 _src[${j}][${k}].${get_const_field(input_types[j])},
362 _src[${j}][_i].${get_const_field(input_types[j])};
384 _dst_val[_i].${get_const_field(output_type)} = -(int)dst;
392 _dst_val[_i].${get_const_field(output_type)} = dst;
431 _dst_val[${k}].${get_const_field(output_type)} = -(int)dst.${"xyzwefghijklmnop"[k]};
439 _dst_val[${k}].${get_const_field(output_type)} = dst.${"xyzwefghijklmnop"[k]};
518 get_const_field=get_const_field))
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_constant_expressions.py26 def get_const_field(type_): function
290 _src[${j}][${k}].${get_const_field(input_types[j])},
320 _src[${j}][_i].${get_const_field(input_types[j])};
342 _dst_val[_i].${get_const_field(output_type)} = -(int)dst;
346 _dst_val[_i].${get_const_field(output_type)} = dst;
374 _dst_val[${k}].${get_const_field(output_type)} = -(int)dst.${"xyzw"[k]};
378 _dst_val[${k}].${get_const_field(output_type)} = dst.${"xyzw"[k]};
431 get_const_field=get_const_field))

Completed in 4 milliseconds