Home
last modified time | relevance | path

Searched refs:zscale (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dfeedback.c405 GLuint zscale = (~0u); in update_hit_record()
406 GLuint zmin = (GLuint) ((GLfloat) zscale * s->HitMinZ); in update_hit_record()
407 GLuint zmax = (GLuint) ((GLfloat) zscale * s->HitMaxZ); in update_hit_record()
/third_party/skia/samplecode/
H A DSample3D.cpp94 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/
H A Dmatrix.js426 // zscale - a scalar describing the scale of the z axis. min(width, height)/2 suggested
437 CanvasKit.M44.setupCamera = function(area, zscale, cam) {
441 var viewScale = [(area[2] - area[0])/2, (area[3] - area[1])/2, zscale];
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h257 float zscale; /* R300_VAP_VPORT_ZSCALE: 0x20a8 */ member
H A Dr300_state.c1751 viewport->zscale = state->scale[2]; in r300_set_viewport_states()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_clear_blit.c509 build_blit_fs_shader(bool zscale) in build_blit_fs_shader() argument
513 zscale ? "zscale blit fs" : "blit fs"); in build_blit_fs_shader()
521 unsigned coord_components = zscale ? 3 : 2; in build_blit_fs_shader()
535 tex->sampler_dim = zscale ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; in build_blit_fs_shader()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c1391 struct qreg zscale = qir_uniform(c, QUNIFORM_VIEWPORT_Z_SCALE, 0); in emit_zs_write() local
1396 zscale), in emit_zs_write()
/third_party/ffmpeg/libavfilter/
H A Dvf_zscale.c24 * zscale video filter using z.lib library
539 /* the parameters that could be changed inside a single ffmpeg zscale invocation are checked only in compare_zimg_graph_builder_params()
1096 AVFILTER_DEFINE_CLASS(zscale); variable
1115 .name = "zscale",
/third_party/ffmpeg/
H A Dconfigure304 --enable-libzimg enable z.lib, needed for zscale filter [no]

Completed in 23 milliseconds