Home
last modified time | relevance | path

Searched refs:arz (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_lower_cubemap_to_array.c84 nir_ssa_def *arz; member
129 nir_ssa_def *ima = nir_fdiv(b, nir_imm_float(b, -0.5), coord->arz); in evaluate_face_z()
352 coords.arz = nir_fabs(b, coords.rz); in lower_cube_coords()
359 nir_fge(b, coords.arx, coords.arz)); in lower_cube_coords()
367 nir_fge(b, coords.ary, coords.arz)); in lower_cube_coords()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_cubemaps.c129 nir_ssa_def *arz; member
178 nir_ssa_def *ima = nir_fdiv(b, nir_imm_float(b, -0.5), coord->arz); in evaluate_face_z()
391 coords.arz = nir_fabs(b, coords.rz); in lower_cube_coords()
398 nir_fge(b, coords.arx, coords.arz)); in lower_cube_coords()
406 nir_fge(b, coords.ary, coords.arz)); in lower_cube_coords()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c3263 const float arx = fabsf(rx), ary = fabsf(ry), arz = fabsf(rz); in convert_cube() local
3265 if (arx >= ary && arx >= arz) { in convert_cube()
3274 else if (ary >= arx && ary >= arz) { in convert_cube()

Completed in 8 milliseconds