Searched refs:x_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 | 315 nir_ssa_def *x_orig = nir_channel(b, texel_coords, 0); in handle_cube_gather() local 318 nir_ssa_def *x_pos = nir_f2i32(b, nir_fadd(b, x_orig, const_05)); in handle_cube_gather() 319 nir_ssa_def *x_neg = nir_f2i32(b, nir_fsub(b, x_orig, const_05)); in handle_cube_gather()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir_lower_int_cubemaps.c | 353 nir_ssa_def *x_orig = nir_channel(b, texel_coords, 0); in handle_cube_gather() local 356 nir_ssa_def *x_pos = nir_f2i32(b, nir_fadd(b, x_orig, const_05)); in handle_cube_gather() 357 nir_ssa_def *x_neg = nir_f2i32(b, nir_fsub(b, x_orig, const_05)); in handle_cube_gather()
|
Completed in 5 milliseconds