Searched refs:step_x (Results 1 – 7 of 7) sorted by relevance
/external/libxcam/cl_kernel/ |
D | kernel_gauss_lap_pyramid.cl | 113 read_scale_y (__read_only image2d_t input, const sampler_t sampler, float2 pos_start, float step_x) 117 pos_start.x += step_x; 119 pos_start.x += step_x; 121 pos_start.x += step_x; 123 pos_start.x += step_x; 125 pos_start.x += step_x; 127 pos_start.x += step_x; 129 pos_start.x += step_x; 135 read_scale_uv (__read_only image2d_t input, const sampler_t sampler, float2 pos_start, float step_x) 139 pos_start.x += step_x; [all …]
|
D | kernel_geo_map.cl | 25 __read_only image2d_t geo_table, float2 table_pos, float step_x, 43 table_pos.x += step_x; 48 image2d_t lsc_table, int2 g_pos, float step_x, 54 float2 pos = convert_float2((int2)(g_pos.x * PIXEL_RES_STEP_X, g_pos.y)) * step_x; 57 pos.x += step_x;
|
/external/skia/resources/lua/ |
D | slides_transitions.lua | 18 self.curr_x = self.curr_x + self.step_x 26 rec.step_x = -15 32 rec.step_x = 15
|
/external/skqp/resources/lua/ |
D | slides_transitions.lua | 18 self.curr_x = self.curr_x + self.step_x 26 rec.step_x = -15 32 rec.step_x = 15
|
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/ |
D | slides_transitions.lua | 18 self.curr_x = self.curr_x + self.step_x 26 rec.step_x = -15 32 rec.step_x = 15
|
/external/libxcam/xcore/interface/ |
D | stitcher.cpp | 608 float step_x = (float)_bowl_img_width / res_width; in get_stitch_image_vertex_model() local 623 texture_pos0.x = col * step_x; in get_stitch_image_vertex_model() 624 texture_pos1.x = col * step_x; in get_stitch_image_vertex_model()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter_unnested.cc | 2303 int64 step_x; in GetStartOffsetAndStepForX() local 2306 step_x = num_threads_x; in GetStartOffsetAndStepForX() 2310 step_x = 1; in GetStartOffsetAndStepForX() 2312 return std::make_tuple(start_offset_x, step_x); in GetStartOffsetAndStepForX() 2327 int64 step_x; in EmitFullElementalTile() local 2328 std::tie(start_offset_x, step_x) = GetStartOffsetAndStepForX( in EmitFullElementalTile() 2343 llvm::ConstantInt::get(index_ty, j * step_x), in EmitFullElementalTile() 2346 llvm::ConstantInt::get(index_ty, j * step_x), in EmitFullElementalTile() 2366 int64 step_x; in EmitPartialElementalTile() local 2367 std::tie(start_offset_x, step_x) = GetStartOffsetAndStepForX( in EmitPartialElementalTile() [all …]
|