Searched refs:y_orig (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/tkinter/ |
H A D | dnd.py | 246 self.x_orig, self.y_orig = self.canvas.coords(self.id) 253 self.canvas.coords(self.id, self.x_orig, self.y_orig)
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_lower_cubemap_to_array.c | 316 nir_ssa_def *y_orig = nir_channel(b, texel_coords, 1); in handle_cube_gather() local 320 nir_ssa_def *y_pos = nir_f2i32(b, nir_fadd(b, y_orig, const_05)); in handle_cube_gather() 321 nir_ssa_def *y_neg = nir_f2i32(b, nir_fsub(b, y_orig, const_05)); in handle_cube_gather()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir_lower_int_cubemaps.c | 354 nir_ssa_def *y_orig = nir_channel(b, texel_coords, 1); in handle_cube_gather() local 358 nir_ssa_def *y_pos = nir_f2i32(b, nir_fadd(b, y_orig, const_05)); in handle_cube_gather() 359 nir_ssa_def *y_neg = nir_f2i32(b, nir_fsub(b, y_orig, const_05)); in handle_cube_gather()
|
Completed in 3 milliseconds