Home
last modified time | relevance | path

Searched defs:zs (Results 1 – 25 of 33) sorted by relevance

12

/third_party/zlib/contrib/iostream2/
Dzstream.h115 inline int read(izstream& zs, T* x, Items items) { in read()
129 inline zstringlen::zstringlen(izstream& zs) { in zstringlen()
145 inline char* read_string(izstream& zs) { in read_string()
264 inline int write(ozstream& zs, const T* x, Items items) { in write()
277 inline zstringlen::zstringlen(ozstream& zs, const char* x) { in zstringlen()
/third_party/typescript/tests/baselines/reference/
DarrayLiteralsWithRecursiveGenerics.js23 var zs = [list, null]; // List<number>[] variable
66 var zs = [list, null]; // List<number>[] variable
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_program.c93 struct zink_shader *zs, struct zink_gfx_program *prog, in get_shader_module_for_stage()
292 struct zink_shader *zs = comp->shader; in update_cs_shader_module() local
514 struct zink_shader *zs = comp->shader; in zink_program_update_compute_pipeline_state() local
584 struct zink_shader *zs = NULL; in zink_program_get_descriptor_usage() local
620 struct zink_shader *zs = NULL; in zink_program_descriptor_is_buffer() local
642 get_num_bindings(struct zink_shader *zs, enum zink_descriptor_type type) in get_num_bindings()
1035 struct zink_shader *zs = cso; in zink_bind_vs_state() local
Dzink_clear.h42 } zs; member
Dzink_compiler.c480 get_bo_vars(struct zink_shader *zs, nir_shader *shader) in get_bo_vars()
570 bound_bo_access(nir_shader *shader, struct zink_shader *zs) in bound_bo_access()
577 optimize_nir(struct nir_shader *s, struct zink_shader *zs) in optimize_nir()
821 update_so_info(struct zink_shader *zs, const struct pipe_stream_output_info *so_info, in update_so_info()
1364 remove_bo_access(nir_shader *shader, struct zink_shader *zs) in remove_bo_access()
1924 zink_shader_spirv_compile(struct zink_screen *screen, struct zink_shader *zs, struct spirv_shader *… in zink_shader_spirv_compile()
2057 zink_shader_compile(struct zink_screen *screen, struct zink_shader *zs, nir_shader *base_nir, const… in zink_shader_compile()
2219 unbreak_bos(nir_shader *shader, struct zink_shader *zs, bool needs_size) in unbreak_bos()
2327 analyze_io(struct zink_shader *zs, nir_shader *shader) in analyze_io()
2742 scan_nir(struct zink_screen *screen, nir_shader *shader, struct zink_shader *zs) in scan_nir()
[all …]
Dzink_compiler.h135 zink_shader_descriptor_is_buffer(struct zink_shader *zs, enum zink_descriptor_type type, unsigned i) in zink_shader_descriptor_is_buffer()
Dzink_descriptors.c1613 calc_descriptor_state_hash_ubo(struct zink_context *ctx, struct zink_shader *zs, enum pipe_shader_t… in calc_descriptor_state_hash_ubo()
1629 calc_descriptor_state_hash_ssbo(struct zink_context *ctx, struct zink_shader *zs, enum pipe_shader_… in calc_descriptor_state_hash_ssbo()
1650 calc_descriptor_state_hash_sampler(struct zink_context *ctx, struct zink_shader *zs, enum pipe_shad… in calc_descriptor_state_hash_sampler()
1672 calc_descriptor_state_hash_image(struct zink_context *ctx, struct zink_shader *zs, enum pipe_shader… in calc_descriptor_state_hash_image()
1686 …struct zink_shader *zs = shader == PIPE_SHADER_COMPUTE ? ctx->compute_stage : ctx->gfx_stages[shad… in update_descriptor_stage_state() local
/third_party/mesa3d/src/panfrost/lib/
Dpan_blitter.c238 UNUSED bool zs = (views->dst_z || views->dst_s); in pan_blitter_emit_rsd() local
806 pan_preload_get_views(const struct pan_fb_info *fb, bool zs, struct pan_image_view *patched_s) in pan_preload_get_views()
847 pan_preload_needed(const struct pan_fb_info *fb, bool zs) in pan_preload_needed()
978 const struct pan_fb_info *fb, bool zs, in pan_preload_emit_textures()
1076 struct pan_fb_info *fb, bool zs, in pan_preload_emit_dcd()
1253 struct pan_fb_info *fb, bool zs, in pan_preload_emit_pre_frame_dcd()
1320 struct pan_fb_info *fb, bool zs, in pan_preload_emit_tiler_job()
1355 struct pan_fb_info *fb, bool zs, in pan_preload_fb_part()
Dpan_cs.c210 const struct pan_image_view *zs = fb->zs.view.zs; in pan_prepare_zs() local
902 const struct pan_image_view *zs = fb->zs.view.zs; in GENX() local
Dpan_cs.h50 const struct pan_image_view *zs, *s; member
110 struct pan_fb_zs_attachment zs; member
/third_party/typescript/tests/cases/conformance/types/typeRelationships/recursiveTypes/
DarrayLiteralsWithRecursiveGenerics.ts22 var zs = [list, null]; // List<number>[] variable
/third_party/musl/src/math/
Dfmal.c168 long double xs, ys, zs, adj; in fmal() local
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfmal.c168 long double xs, ys, zs, adj; in fmal() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_state.c511 etna_zsa_state_bind(struct pipe_context *pctx, void *zs) in etna_zsa_state_bind()
520 etna_zsa_state_delete(struct pipe_context *pctx, void *zs) in etna_zsa_state_delete()
/third_party/cups-filters/cupsfilters/
Drgb.c62 int xs, ys, zs, /* Current RGB row offsets */ in cupsRGBDoGray() local
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.c471 struct pan_image_view *zs, in panfrost_batch_to_fb_info()
817 struct pan_image_view rts[8], zs, s; in panfrost_batch_submit() local
/third_party/ffmpeg/libavcodec/
Dflashsv.c143 z_stream zs; in flashsv2_prime() local
/third_party/mesa3d/src/amd/common/
Dac_surface.h146 } zs; member
303 } zs; member
/third_party/mesa3d/src/gallium/frontends/osmesa/
Dosmesa.c108 void *zs; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state_validate.c735 bool zs = nvc0->zsa && in nvc0_validate_fp_zsa_rast() local
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dtarith.c59 #define inflateReset(zs) Z_OK argument
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dtarith.c59 #define inflateReset(zs) Z_OK argument
/third_party/mesa3d/src/mesa/math/
Dm_matrix.c688 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; in _math_matrix_rotate() local
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.h160 struct agx_zsa zs; member
/third_party/flutter/skia/src/core/
DSkMatrix44.cpp370 double zs = z * s; in setRotateAboutUnit() local

12