Searched refs:nir_convert_with_rounding (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_convert_alu_types.c | 61 nir_convert_with_rounding(b, conv->src[0].ssa, in lower_convert_alu_types_instr()
|
D | nir_conversion_builder.h | 435 nir_convert_with_rounding(nir_builder *b, in nir_convert_with_rounding() function
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_shader.c | 294 val = nir_convert_with_rounding(b, val, oldtype, newtype, in panvk_adjust_rt_type() 300 val = nir_convert_with_rounding(b, val, newtype, oldtype, in panvk_adjust_rt_type()
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_blend.c | 602 s_src[i] = nir_convert_with_rounding(&b, s_src[i], in GENX()
|