Home
last modified time | relevance | path

Searched defs:comp (Results 476 - 500 of 864) sorted by relevance

1...<<11121314151617181920>>...35

/third_party/ffmpeg/libavfilter/
H A Dvf_psnr.c149 static void set_meta(AVDictionary **metadata, const char *key, char comp, float d) in set_meta() argument
H A Dvf_ssim.c82 static void set_meta(AVDictionary **metadata, const char *key, char comp, float d) in set_meta() argument
H A Dvf_lut.c298 int comp in config_props() local
[all...]
/third_party/ffmpeg/libavutil/
H A Dimgutils.c44 const AVComponentDescriptor *comp = &(pixdesc->comp[i]); in av_image_fill_max_pixsteps() local
624 const AVComponentDescriptor comp = desc->comp[c]; av_image_fill_black() local
636 const AVComponentDescriptor comp = desc->comp[c]; av_image_fill_black() local
[all...]
/third_party/glfw/deps/
H A Dstb_image_write.h418 stbiw__write_pixel(stbi__write_context *s, int rgb_dir, int comp, int write_alpha, int expand_mono, unsigned char *d) stbiw__write_pixel() argument
451 stbiw__write_pixels(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, void *data, int write_alpha, int scanline_pad, int expand_mono) stbiw__write_pixels() argument
478 stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, int expand_mono, void *data, int alpha, int pad, const char *fmt, ...) stbiw__outfile() argument
492 stbi_write_bmp_core(stbi__write_context *s, int x, int y, int comp, const void *data) stbi_write_bmp_core() argument
512 stbi_write_bmp_to_func(stbi_write_func *func, void *context, int x, int y, int comp, const void *data) stbi_write_bmp_to_func() argument
520 stbi_write_bmp(char const *filename, int x, int y, int comp, const void *data) stbi_write_bmp() argument
532 stbi_write_tga_core(stbi__write_context *s, int x, int y, int comp, void *data) stbi_write_tga_core() argument
[all...]
/third_party/ffmpeg/libswresample/
H A Dswresample.c1045 int comp = av_clipf(fdelta, -max_soft_compensation, max_soft_compensation) * duration ; in swr_next_pts() local
/third_party/astc-encoder/Source/
H A Dstb_image_write.h418 stbiw__write_pixel(stbi__write_context *s, int rgb_dir, int comp, int write_alpha, int expand_mono, unsigned char *d) stbiw__write_pixel() argument
451 stbiw__write_pixels(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, void *data, int write_alpha, int scanline_pad, int expand_mono) stbiw__write_pixels() argument
478 stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, int expand_mono, void *data, int alpha, int pad, const char *fmt, ...) stbiw__outfile() argument
492 stbi_write_bmp_core(stbi__write_context *s, int x, int y, int comp, const void *data) stbi_write_bmp_core() argument
512 stbi_write_bmp_to_func(stbi_write_func *func, void *context, int x, int y, int comp, const void *data) stbi_write_bmp_to_func() argument
520 stbi_write_bmp(char const *filename, int x, int y, int comp, const void *data) stbi_write_bmp() argument
532 stbi_write_tga_core(stbi__write_context *s, int x, int y, int comp, void *data) stbi_write_tga_core() argument
[all...]
/third_party/backends/japi/
H A DJscanimage.java425 private void addControl(SaneComponent comp) in addControl() argument
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3.c641 unsigned comp = reg_comp(addr->dsts[0]); in ir3_instr_set_address() local
H A Dir3_nir_lower_tess.c483 build_tessfactor_base(nir_builder *b, gl_varying_slot slot, uint32_t comp, in build_tessfactor_base() argument
130 build_local_offset(nir_builder *b, struct state *state, nir_ssa_def *vertex, uint32_t location, uint32_t comp, nir_ssa_def *offset) build_local_offset() argument
406 build_per_vertex_offset(nir_builder *b, struct state *state, nir_ssa_def *vertex, uint32_t location, uint32_t comp, nir_ssa_def *offset) build_per_vertex_offset() argument
455 build_patch_offset(nir_builder *b, struct state *state, uint32_t base, uint32_t comp, nir_ssa_def *offset) build_patch_offset() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_blit2d.c417 nir_ssa_def *comp[2]; in build_nir_vertex_shader() local
H A Dradv_meta_resolve_cs.c54 nir_ssa_def *comp[4]; in radv_meta_build_resolve_srgb_conversion() local
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_packed_varyings.c577 unsigned comp = 0; in create_store_deref() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_fs.cpp680 auto comp = nir_intrinsic_component(intr); in load_input_hw() local
963 load_interpolated_two_comp_for_one(RegisterVec4& dest, const InterpolateParams& params, EAluOp op, int comp) load_interpolated_two_comp_for_one() argument
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_priv.h122 const struct xa_composite *comp; member
/third_party/mesa3d/src/mesa/main/
H A Dtexparam.c177 comp_to_swizzle(GLenum comp) in comp_to_swizzle() argument
199 set_swizzle_component(GLushort *swizzle, GLuint comp, GLuint swz) in set_swizzle_component() argument
559 const GLuint comp = pname - GL_TEXTURE_SWIZZLE_R_EXT; in set_tex_parameteri() local
578 GLuint comp; set_tex_parameteri() local
2416 GLuint comp; get_tex_parameterfv() local
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_image.c824 translate_swizzle(VkComponentSwizzle in, uint32_t comp) in translate_swizzle() argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dnir.c95 static void ppir_node_add_src(ppir_compiler *comp, ppir_node *node, in ppir_node_add_src() argument
210 static bool ppir_emit_discard_block(ppir_compiler *comp) in ppir_emit_discard_block() argument
233 ppir_compiler *comp = block->comp; ppir_emit_discard_if() local
581 ppir_get_block(ppir_compiler *comp, nir_block *nblock) ppir_get_block() argument
591 ppir_compiler *comp = block->comp; ppir_emit_jump() local
635 ppir_block_create(ppir_compiler *comp) ppir_block_create() argument
649 ppir_emit_block(ppir_compiler *comp, nir_block *nblock) ppir_emit_block() argument
668 ppir_emit_if(ppir_compiler *comp, nir_if *if_stmt) ppir_emit_if() argument
734 ppir_emit_loop(ppir_compiler *comp, nir_loop *nloop) ppir_emit_loop() argument
765 ppir_emit_function(ppir_compiler *comp, nir_function_impl *nfunc) ppir_emit_function() argument
771 ppir_emit_cf_list(ppir_compiler *comp, struct exec_list *list) ppir_emit_cf_list() argument
803 ppir_compiler *comp = rzalloc_size( ppir_compiler_create() local
820 ppir_add_ordering_deps(ppir_compiler *comp) ppir_add_ordering_deps() argument
862 ppir_print_shader_db(struct nir_shader *nir, ppir_compiler *comp, struct util_debug_callback *debug) ppir_print_shader_db() argument
883 ppir_add_write_after_read_deps(ppir_compiler *comp) ppir_add_write_after_read_deps() argument
912 ppir_compiler *comp = ppir_compiler_create(prog, func->reg_alloc, func->ssa_alloc); ppir_compile_nir() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp967 uint16_t comp = type->without_array()->components(); in getMaskForType() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_private.h73 struct ir2_reg_component comp[4]; member
/third_party/node/deps/openssl/openssl/ssl/record/
H A Dssl3_record.c40 unsigned char *comp; in SSL3_RECORD_clear() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryNonUniformArgsTests.cpp118 std::ostringstream comp; in initPrograms() local
/third_party/vk-gl-cts/executor/tools/
H A DxeCommandLineExecutor.cpp81 string comp; in parseCommaSeparatedList() local
/third_party/openssl/ssl/record/
H A Dssl3_record.c40 unsigned char *comp; in SSL3_RECORD_clear() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout.hh452 _hb_glyph_info_set_lig_props_for_component (hb_glyph_info_t *info, unsigned int comp) in _hb_glyph_info_set_lig_props_for_component() argument

Completed in 34 milliseconds

1...<<11121314151617181920>>...35