Searched refs:zscale (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | feedback.c | 238 GLuint zmin, zmax, zscale = (~0u); in write_hit_record() local 244 zmin = (GLuint) ((GLfloat) zscale * ctx->Select.HitMinZ); in write_hit_record() 245 zmax = (GLuint) ((GLfloat) zscale * ctx->Select.HitMaxZ); in write_hit_record()
|
/third_party/skia/samplecode/ |
D | Sample3D.cpp | 94 void concatCamera(SkCanvas* canvas, const SkRect& area, SkScalar zscale) { in concatCamera() argument 98 SkM44::Scale(area.width()*0.5f, area.height()*0.5f, zscale); in concatCamera()
|
/third_party/skia/modules/canvaskit/ |
D | matrix.js | 437 CanvasKit.M44.setupCamera = function(area, zscale, cam) { argument 441 var viewScale = [(area[2] - area[0])/2, (area[3] - area[1])/2, zscale];
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_context.h | 257 float zscale; /* R300_VAP_VPORT_ZSCALE: 0x20a8 */ member
|
D | r300_state.c | 1721 viewport->zscale = state->scale[2]; in r300_set_viewport_states()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_clear_blit.c | 413 build_blit_fs_shader(bool zscale) in build_blit_fs_shader() argument 417 zscale ? "zscale blit fs" : "blit fs"); in build_blit_fs_shader() 425 unsigned coord_components = zscale ? 3 : 2; in build_blit_fs_shader() 439 tex->sampler_dim = zscale ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; in build_blit_fs_shader()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_zscale.c | 910 AVFILTER_DEFINE_CLASS(zscale);
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 1408 struct qreg zscale = qir_uniform(c, QUNIFORM_VIEWPORT_Z_SCALE, 0); in emit_zs_write() local 1413 zscale), in emit_zs_write()
|
/third_party/ffmpeg/ |
D | Changelog | 689 - zscale filter
|
D | configure | 302 --enable-libzimg enable z.lib, needed for zscale filter [no]
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 19951 @ref{zscale}, is needed to convert the resulting frame to a usable format. 19957 ffmpeg -i INPUT -vf zscale=transfer=linear,tonemap=clip,zscale=transfer=bt709,format=yuv420p OUTPUT 22266 @anchor{zscale} 22267 @section zscale 22272 The zscale filter forces the output display aspect ratio to be the same 22276 the next filter, the zscale filter will convert the input to the 22292 If one and only one of the values is -n with n >= 1, the zscale filter
|