Searched refs:x_neg (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_nir_lower_int_cubemaps.c | 357 nir_ssa_def *x_neg = nir_f2i32(b, nir_fsub(b, x_orig, const_05)); in handle_cube_gather() local 361 { x_neg, y_pos }, in handle_cube_gather() 364 { x_neg, y_neg }, in handle_cube_gather()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_lower_cubemap_to_array.c | 319 nir_ssa_def *x_neg = nir_f2i32(b, nir_fsub(b, x_orig, const_05)); in handle_cube_gather() local 323 { x_neg, y_pos }, in handle_cube_gather() 326 { x_neg, y_neg }, in handle_cube_gather()
|