Searched refs:y_neg (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_lower_cubemap_to_array.c | 321 nir_ssa_def *y_neg = nir_f2i32(b, nir_fsub(b, y_orig, const_05)); in handle_cube_gather() local 325 { x_pos, y_neg }, in handle_cube_gather() 326 { x_neg, y_neg }, in handle_cube_gather()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir_lower_int_cubemaps.c | 359 nir_ssa_def *y_neg = nir_f2i32(b, nir_fsub(b, y_orig, const_05)); in handle_cube_gather() local 363 { x_pos, y_neg }, in handle_cube_gather() 364 { x_neg, y_neg }, in handle_cube_gather()
|
Completed in 3 milliseconds