Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_point_smooth.c122 nir_def *distance = nir_fast_distance(b, coord, in lower_point_smooth()
Dnir_builtin_builder.h182 nir_fast_distance(nir_builder *b, nir_def *x, nir_def *y) in nir_fast_distance() function
/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c429 dest->def = nir_fast_distance(nb, src[0], src[1]); in handle_glsl450_alu()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c600 len = nir_fast_distance(b, prev, curr); in lower_line_stipple_gs_instr()