Home
last modified time | relevance | path

Searched refs:g_h (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_compute.c41 int g_w, int g_h, int g_d, in cs_prepare()
68 machine->SystemValue[i].xyzw[1].i[j] = g_h; in cs_prepare()
85 int g_w, int g_h, int g_d, in cs_run()
94 machine->SystemValue[i].xyzw[1].i[j] = g_h; in cs_run()
109 int g_w, int g_h, int g_d, int num_threads, in run_workgroup()
118 grp_hit_barrier |= cs_run(cs, g_w, g_h, g_d, machines[i], restart_threads); in run_workgroup()
175 int g_w, g_h, g_d; in softpipe_launch_grid() local
223 for (g_h = 0; g_h < grid_size[1]; g_h in softpipe_launch_grid()
38 cs_prepare(const struct sp_compute_shader *cs, struct tgsi_exec_machine *machine, int local_x, int local_y, int local_z, int g_w, int g_h, int g_d, int b_w, int b_h, int b_d, struct tgsi_sampler *sampler, struct tgsi_image *image, struct tgsi_buffer *buffer ) cs_prepare() argument
84 cs_run(const struct sp_compute_shader *cs, int g_w, int g_h, int g_d, struct tgsi_exec_machine *machine, bool restart) cs_run() argument
108 run_workgroup(const struct sp_compute_shader *cs, int g_w, int g_h, int g_d, int num_threads, struct tgsi_exec_machine **machines) run_workgroup() argument
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/
H A Djccolext-neon.c80 uint16x8_t g_h = vmovl_u8(vget_high_u8(input_pixels.val[RGB_GREEN])); in jsimd_rgb_ycc_convert_neon() local
91 y_hl = vmlal_laneq_u16(y_hl, vget_low_u16(g_h), consts, 1); in jsimd_rgb_ycc_convert_neon()
94 y_hh = vmlal_laneq_u16(y_hh, vget_high_u16(g_h), consts, 1); in jsimd_rgb_ycc_convert_neon()
108 cb_hl = vmlsl_laneq_u16(cb_hl, vget_low_u16(g_h), consts, 4); in jsimd_rgb_ycc_convert_neon()
112 cb_hh = vmlsl_laneq_u16(cb_hh, vget_high_u16(g_h), consts, 4); in jsimd_rgb_ycc_convert_neon()
126 cr_hl = vmlsl_laneq_u16(cr_hl, vget_low_u16(g_h), consts, 6); in jsimd_rgb_ycc_convert_neon()
130 cr_hh = vmlsl_laneq_u16(cr_hh, vget_high_u16(g_h), consts, 6); in jsimd_rgb_ycc_convert_neon()
179 uint16x8_t g_h = vmovl_u8(vget_high_u8(input_pixels.val[RGB_GREEN])); in jsimd_rgb_ycc_convert_neon() local
190 y_hl = vmlal_laneq_u16(y_hl, vget_low_u16(g_h), consts, 1); in jsimd_rgb_ycc_convert_neon()
193 y_hh = vmlal_laneq_u16(y_hh, vget_high_u16(g_h), const in jsimd_rgb_ycc_convert_neon()
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djcgryext-neon.c72 uint16x8_t g_h = vmovl_u8(vget_high_u8(input_pixels.val[RGB_GREEN])); in jsimd_rgb_gray_convert_neon() local
83 y_hl = vmlal_n_u16(y_hl, vget_low_u16(g_h), F_0_587); in jsimd_rgb_gray_convert_neon()
84 y_hh = vmlal_n_u16(y_hh, vget_high_u16(g_h), F_0_587); in jsimd_rgb_gray_convert_neon()
H A Djdcolext-neon.c134 int16x8_t g_h = in jsimd_ycc_rgb_convert_neon() local
142 rgba.val[RGB_GREEN] = vcombine_u8(vqmovun_s16(g_l), vqmovun_s16(g_h)); in jsimd_ycc_rgb_convert_neon()
152 rgb.val[RGB_GREEN] = vcombine_u8(vqmovun_s16(g_l), vqmovun_s16(g_h)); in jsimd_ycc_rgb_convert_neon()
162 rgb565_h = vsriq_n_u16(rgb565_h, vqshluq_n_s16(g_h, 8), 5); in jsimd_ycc_rgb_convert_neon()
/third_party/ffmpeg/libavcodec/
H A Dlibvpxenc.c220 width, "g_h:", cfg->g_h, in dump_enc_cfg()
936 enccfg.g_h = avctx->height; in vpx_init()
1093 svc_params.scaling_factor_num[0] = enccfg.g_h; in vpx_init()
1094 svc_params.scaling_factor_den[0] = enccfg.g_h; in vpx_init()
H A Dlibaomenc.c239 width, "g_h:", cfg->g_h, in dump_enc_cfg()
694 enccfg.g_h = avctx->height; in aom_init()

Completed in 8 milliseconds