Home
last modified time | relevance | path

Searched refs:yscale (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DSpecializationConstant.cpp116 TIntermAggregate *CreateVec2(Vec2EnumMap vec2Values, float yscale, vk::SurfaceRotation rotation) in CreateVec2() argument
121 vec2Args.push_back(CreateFloatNode(vec2Values[rotation][1] * yscale, EbpLow)); in CreateVec2()
129 float yscale, in CreateVec2ArrayWithIndex() argument
137 CreateVec2(vec2Values, yscale, vk::SurfaceRotation::Identity), in CreateVec2ArrayWithIndex()
138 CreateVec2(vec2Values, yscale, vk::SurfaceRotation::Rotated90Degrees), in CreateVec2ArrayWithIndex()
139 CreateVec2(vec2Values, yscale, vk::SurfaceRotation::Rotated180Degrees), in CreateVec2ArrayWithIndex()
140 CreateVec2(vec2Values, yscale, vk::SurfaceRotation::Rotated270Degrees), in CreateVec2ArrayWithIndex()
141 CreateVec2(vec2Values, yscale, vk::SurfaceRotation::FlippedIdentity), in CreateVec2ArrayWithIndex()
142 CreateVec2(vec2Values, yscale, vk::SurfaceRotation::FlippedRotated90Degrees), in CreateVec2ArrayWithIndex()
143 CreateVec2(vec2Values, yscale, vk::SurfaceRotation::FlippedRotated180Degrees), in CreateVec2ArrayWithIndex()
[all …]
/third_party/skia/third_party/externals/libwebp/src/dsp/
Drescaler_mips_dsp_r2.c35 const int yscale = wrk->fy_scale * (-wrk->y_accum);
43 if (yscale) {
104 : [temp7]"r"(temp7), [yscale]"r"(yscale), [temp6]"r"(temp6)
110 const uint32_t frac = (uint32_t)MULT_FIX_FLOOR(*frow++, yscale);
Drescaler_mips32.c218 const int yscale = wrk->fy_scale * (-wrk->y_accum);
227 if (yscale) {
251 : [temp2]"r"(temp2), [yscale]"r"(yscale), [temp6]"r"(temp6)
Drescaler_neon.c124 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in RescalerExportRowShrink_NEON() local
127 const int32x4_t yscale_half = MAKE_HALF_CST(yscale); in RescalerExportRowShrink_NEON()
132 if (yscale) { in RescalerExportRowShrink_NEON()
149 const uint32_t frac = (uint32_t)MULT_FIX_FLOOR_C(frow[x_out], yscale); in RescalerExportRowShrink_NEON()
Drescaler_sse2.c292 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in RescalerExportRowShrink_SSE2() local
296 if (yscale) { in RescalerExportRowShrink_SSE2()
299 const __m128i mult_y = _mm_set_epi32(0, yscale, 0, yscale); in RescalerExportRowShrink_SSE2()
323 const uint32_t frac = (int)MULT_FIX_FLOOR(frow[x_out], yscale); in RescalerExportRowShrink_SSE2()
Drescaler.c134 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in WebPRescalerExportRowShrink_C() local
138 if (yscale) { in WebPRescalerExportRowShrink_C()
140 const uint32_t frac = (uint32_t)MULT_FIX_FLOOR(frow[x_out], yscale); in WebPRescalerExportRowShrink_C()
Drescaler_msa.c267 const uint32_t yscale,
269 const v4u32 y_scale = (v4u32)__msa_fill_w(yscale);
343 const uint32_t frac = (uint32_t)MULT_FIX_FLOOR(frow[x_out], yscale);
417 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum);
421 if (yscale) {
422 ExportRowShrink_0(frow, irow, dst, x_out_max, yscale, wrk);
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h425 int xscale, yscale; in translate_samples_to_xyscale() local
431 yscale = 1; in translate_samples_to_xyscale()
435 yscale = 1; in translate_samples_to_xyscale()
439 yscale = 2; in translate_samples_to_xyscale()
448 *yscale_out = yscale; in translate_samples_to_xyscale()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-graphite2.cc327 float yscale = (float) font->y_scale / upem; in _hb_graphite2_shape() local
328 yscale *= yscale / xscale; in _hb_graphite2_shape()
406 pPos->y_offset = gr_slot_origin_Y (is) * yscale - curradvy; in _hb_graphite2_shape()
414 pPos->y_advance = gr_slot_advance_Y (is, grface, nullptr) * yscale; in _hb_graphite2_shape()
431 pPos->y_advance = gr_slot_advance_Y (is, grface, nullptr) * yscale; in _hb_graphite2_shape()
434 pPos->y_offset = gr_slot_origin_Y (is) * yscale - curradvy; in _hb_graphite2_shape()
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/
DIMG_framebuffer_downsample.txt67 int level, int xscale, int yscale);
72 int layer, int xscale, int yscale);
125 int level, uint xscale, uint yscale);
136 xscale and yscale are multiplied by texture's width and height,
140 yscale must be one of the value pairs in DOWNSAMPLE_SCALES_IMG. If the
141 xscale and yscale value pair is not available on the implementation,
146 specified texture level, multiplied by xscale and yscale. This buffer is
181 int layer, uint xscale, uint yscale);
189 target, attachment, level, xscale and yscale correspond to the same
212 FRAMEBUFFER_ATTACHMENT_TEXTURE_SCALE_IMG is set to {xscale, yscale};
[all …]
/third_party/openGLES/extensions/IMG/
DIMG_framebuffer_downsample.txt67 int level, int xscale, int yscale);
72 int layer, int xscale, int yscale);
125 int level, uint xscale, uint yscale);
136 xscale and yscale are multiplied by texture's width and height,
140 yscale must be one of the value pairs in DOWNSAMPLE_SCALES_IMG. If the
141 xscale and yscale value pair is not available on the implementation,
146 specified texture level, multiplied by xscale and yscale. This buffer is
181 int layer, uint xscale, uint yscale);
189 target, attachment, level, xscale and yscale correspond to the same
212 FRAMEBUFFER_ATTACHMENT_TEXTURE_SCALE_IMG is set to {xscale, yscale};
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_vignette.c72 float xscale, yscale; member
140 const int yy = (y - s->y0) * s->yscale; in get_natural_factor()
299 s->yscale = 1; in config_props()
301 s->yscale = av_q2d(av_div_q(s->aspect, sar)); in config_props()
306 s->xscale, s->yscale, s->dmax); in config_props()
/third_party/python/Lib/
Dturtle.py491 self.xscale = self.yscale = 1.0
512 cl.append(-y * self.yscale)
543 cl.append(-y * self.yscale)
593 y = y * self.yscale
615 -self.cv.canvasy(event.y)/self.yscale)
633 -self.cv.canvasy(event.y)/self.yscale)
653 -self.cv.canvasy(event.y)/self.yscale)
673 -self.cv.canvasy(event.y)/self.yscale)
729 self.cv.coords(item, (x * self.xscale, -y * self.yscale))
1066 self.xscale = self.yscale = 1.0
[all …]
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c74 int xoffset, int yoffset, float yscale) in hud_draw_colored_prims() argument
87 hud->constants.scale[1] = yscale * hud_scale; in hud_draw_colored_prims()
302 unsigned xoffset, unsigned yoffset, float yscale) in hud_draw_graph_line_strip() argument
313 yoffset, yscale); in hud_draw_graph_line_strip()
322 xoffset - gr->index*2 - 1, yoffset, yscale); in hud_draw_graph_line_strip()
388 pane->yscale + pane->inner_y2); in hud_pane_accumulate_vertices()
440 hud_draw_graph_line_strip(hud, gr, pane->inner_x1, pane->inner_y2, pane->yscale); in hud_pane_draw_colored_objects()
839 pane->yscale = -(int)pane->inner_height / (float)pane->max_value; in hud_pane_set_max_value()
Dhud_private.h131 float yscale; member
/third_party/littlefs/scripts/
Dplot.py388 xscale, yscale = 2, 4
390 xscale, yscale = 1, 2
392 xscale, yscale = 1, 1
394 y = self.height//yscale-1 - row
402 for i in range(xscale*yscale):
404 + (y*yscale+(i//xscale))*self.width]
432 elif x == 0 and y == self.height//yscale-1:
/third_party/libdrm/exynos/
Dexynos_fimg2d.h286 unsigned int yscale; member
/third_party/skia/demos.skia.org/demos/textedit/
Dtextapi_utils.js495 const yscale = r.size * 0.125;
500 wavy.push(pos[i + 1] + Math.sin(x * xscale) * yscale);
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_context.h255 float yscale; /* R300_VAP_VPORT_YSCALE: 0x20a0 */ member
Dr300_state.c1747 viewport->yscale = state->scale[1]; in r300_set_viewport_states()
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
Dgl2ext.h2275 …get, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint xscale, GLint yscale);
2276 …m target, GLenum attachment, GLuint texture, GLint level, GLint layer, GLint xscale, GLint yscale);
2278 …get, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint xscale, GLint yscale);
2279 …m target, GLenum attachment, GLuint texture, GLint level, GLint layer, GLint xscale, GLint yscale);
/third_party/mesa3d/include/GLES2/
Dgl2ext.h2332 …get, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint xscale, GLint yscale);
2333 …m target, GLenum attachment, GLuint texture, GLint level, GLint layer, GLint xscale, GLint yscale);
2335 …get, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint xscale, GLint yscale);
2336 …m target, GLenum attachment, GLuint texture, GLint level, GLint layer, GLint xscale, GLint yscale);
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
Dgl2ext.h2275 …get, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint xscale, GLint yscale);
2276 …m target, GLenum attachment, GLuint texture, GLint level, GLint layer, GLint xscale, GLint yscale);
2278 …get, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint xscale, GLint yscale);
2279 …m target, GLenum attachment, GLuint texture, GLint level, GLint layer, GLint xscale, GLint yscale);
/third_party/openGLES/api/GLES2/
Dgl2ext.h2412 …get, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint xscale, GLint yscale);
2413 …m target, GLenum attachment, GLuint texture, GLint level, GLint layer, GLint xscale, GLint yscale);
2415 …get, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint xscale, GLint yscale);
2416 …m target, GLenum attachment, GLuint texture, GLint level, GLint layer, GLint xscale, GLint yscale);
/third_party/skia/third_party/externals/angle2/include/GLES2/
Dgl2ext.h2324 …get, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint xscale, GLint yscale);
2325 …m target, GLenum attachment, GLuint texture, GLint level, GLint layer, GLint xscale, GLint yscale);
2327 …get, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint xscale, GLint yscale);
2328 …m target, GLenum attachment, GLuint texture, GLint level, GLint layer, GLint xscale, GLint yscale);

12