Home
last modified time | relevance | path

Searched refs:x_orig (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/tkinter/
H A Ddnd.py246 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 Dzink_lower_cubemap_to_array.c315 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 Ddxil_nir_lower_int_cubemaps.c353 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