Home
last modified time | relevance | path

Searched refs:nir_u2f32 (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_idiv.c66 af = nir_u2f32(bld, numer); in convert_instr()
67 bf = nir_u2f32(bld, denom); in convert_instr()
86 r = nir_u2f32(bld, r); in convert_instr()
/external/mesa3d/src/intel/compiler/
Dbrw_nir_attribute_workarounds.c116 val = nir_fmul(b, nir_u2f32(b, val), normalize_factor); in apply_attr_wa_block()
122 : nir_u2f32(b, val); in apply_attr_wa_block()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_builder_opcodes.h844 nir_u2f32(nir_builder *build, nir_ssa_def *src0) in nir_u2f32() function
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp1537 result = supports_ints ? nir_u2f32(&b, srcs[0]) : nir_fmov(&b, srcs[0]); in visit()