Searched refs:y_on (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_lower_cubemap_to_array.c | 259 nir_ssa_def *y_on = nir_iand(b, nir_ige(b, y, zero), nir_ige(b, tex_size, y)); in handle_cube_edge() local 260 nir_ssa_def *one_on = nir_ixor(b, x_on, y_on); in handle_cube_edge()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir_lower_int_cubemaps.c | 298 nir_ssa_def *y_on = nir_iand(b, nir_ige(b, y, zero), nir_ige(b, tex_size, y)); in handle_cube_edge() local 299 nir_ssa_def *one_on = nir_ixor(b, x_on, y_on); in handle_cube_edge()
|
Completed in 3 milliseconds