Home
last modified time | relevance | path

Searched refs:x_neg (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_cubemaps.c357 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/
Dzink_lower_cubemap_to_array.c319 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()