Searched refs:arz (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_lower_cubemap_to_array.c | 84 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 D | dxil_nir_lower_int_cubemaps.c | 129 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 D | sp_tex_sample.c | 3263 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