Searched refs:arx (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_lower_cubemap_to_array.c | 82 nir_ssa_def *arx; member 95 nir_ssa_def *ima = nir_fdiv(b, nir_imm_float(b, -0.5), coord->arx); in evaluate_face_x() 350 coords.arx = nir_fabs(b, coords.rx); in lower_cube_coords() 358 nir_fge(b, coords.arx, coords.ary), in lower_cube_coords() 359 nir_fge(b, coords.arx, coords.arz)); in lower_cube_coords() 366 nir_fge(b, coords.ary, coords.arx), in lower_cube_coords()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir_lower_int_cubemaps.c | 127 nir_ssa_def *arx; member 140 nir_ssa_def *ima = nir_fdiv(b, nir_imm_float(b, -0.5), coord->arx); in evaluate_face_x() 389 coords.arx = nir_fabs(b, coords.rx); in lower_cube_coords() 397 nir_fge(b, coords.arx, coords.ary), in lower_cube_coords() 398 nir_fge(b, coords.arx, coords.arz)); in lower_cube_coords() 405 nir_fge(b, coords.ary, coords.arx), 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