Home
last modified time | relevance | path

Searched defs:consts (Results 26 - 50 of 91) sorted by relevance

1234

/third_party/rust/crates/libloading/src/os/unix/
H A Dmod.rs17 mod consts; modules
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/
H A Djccolext-neon.c58 const uint16x8_t consts = vld1q_u16(jsimd_rgb_ycc_neon_consts); in jsimd_rgb_ycc_convert_neon() local
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djdcolext-neon.c61 const int16x4_t consts = vld1_s16(jsimd_ycc_rgb_convert_neon_consts); in jsimd_ycc_rgb_convert_neon() local
[all...]
H A Djfdctfst-neon.c87 const int16x4_t consts = vld1_s16(jsimd_fdct_ifast_neon_consts); in jsimd_fdct_ifast_neon() local
[all...]
H A Djdmrgext-neon.c70 const int16x4_t consts = vld1_s16(jsimd_ycc_rgb_convert_neon_consts); in jsimd_h2v1_merged_upsample_neon() local
326 const int16x4_t consts = vld1_s16(jsimd_ycc_rgb_convert_neon_consts); jsimd_h2v2_merged_upsample_neon() local
[all...]
/third_party/python/Objects/clinic/
H A Dcodeobject.c.h34 PyObject *consts; in code_new() local
/third_party/rust/crates/nix/src/
H A Derrno.rs1119 mod consts { modules
1409 mod consts { modules
1645 mod consts { modules
1862 mod consts { modules
2077 mod consts { modules
2290 mod consts { modules
2505 mod consts { modules
2697 mod consts { modules
2962 mod consts { modules
[all...]
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dspirv_cross_helpers_gles.cpp88 std::vector<spirv_cross::SPIRConstant> consts; in GetConstants() local
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dsm4-ce-glue.c68 u8 __aligned(8) consts[]; member
632 be128 *consts = (be128 *)ctx->consts; in sm4_cmac_setkey() local
759 const u8 *consts = tctx->consts; sm4_cmac_final() local
[all...]
H A Daes-glue.c129 u8 __aligned(8) consts[]; member
821 be128 *consts = (be128 *)ctx->consts; in cmac_setkey() local
964 u8 *consts in cmac_final() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dlink_uniform_blocks.cpp342 create_buffer_blocks(void *mem_ctx, const struct gl_constants *consts, in create_buffer_blocks() argument
237 process_block_array(struct uniform_block_array_elements *ub_array, char **name, size_t name_length, gl_uniform_block *blocks, ubo_visitor *parcel, gl_uniform_buffer_variable *variables, const struct link_uniform_block_active *const b, unsigned *block_index, unsigned binding_offset, const struct gl_constants *consts, struct gl_shader_program *prog, unsigned first_index) process_block_array() argument
269 process_block_array_leaf(const char *name, gl_uniform_block *blocks, ubo_visitor *parcel, gl_uniform_buffer_variable *variables, const struct link_uniform_block_active *const b, unsigned *block_index, unsigned binding_offset, unsigned linearized_index, const struct gl_constants *consts, struct gl_shader_program *prog) process_block_array_leaf() argument
402 link_uniform_blocks(void *mem_ctx, const struct gl_constants *consts, struct gl_shader_program *prog, struct gl_linked_shader *shader, struct gl_uniform_block **ubo_blocks, unsigned *num_ubo_blocks, struct gl_uniform_block **ssbo_blocks, unsigned *num_ssbo_blocks) link_uniform_blocks() argument
[all...]
H A Dgl_nir_lower_packed_varyings.c162 const struct gl_constants *consts; member
1025 gl_nir_lower_packed_varyings(const struct gl_constants *consts, in gl_nir_lower_packed_varyings() argument
H A Dgl_nir_linker.c301 add_shader_variable(const struct gl_constants *consts, in add_shader_variable() argument
441 add_vars_with_modes(const struct gl_constants *consts, in add_vars_with_modes() argument
522 add_interface_variables(const struct gl_constants *consts, in add_interface_variables() argument
553 nir_add_packed_var_to_resource_list(const struct gl_constants *consts, in nir_add_packed_var_to_resource_list() argument
587 nir_build_program_resource_list(const struct gl_constants *consts, struct gl_shader_program *prog, bool rebuild_resourse_list) nir_build_program_resource_list() argument
755 gl_nir_link_spirv(const struct gl_constants *consts, struct gl_shader_program *prog, const struct gl_nir_linker_options *options) gl_nir_link_spirv() argument
805 check_image_resources(const struct gl_constants *consts, const struct gl_extensions *exts, struct gl_shader_program *prog) check_image_resources() argument
863 validate_sampler_array_indexing(const struct gl_constants *consts, struct gl_shader_program *prog) validate_sampler_array_indexing() argument
919 gl_nir_link_glsl(const struct gl_constants *consts, const struct gl_extensions *exts, gl_api api, struct gl_shader_program *prog) gl_nir_link_glsl() argument
[all...]
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler.h74 } consts[CLC_MAX_CONSTS]; member
H A Dcompute_test.h196 clc_spirv_specialization_consts consts; in specialize() local
/third_party/mesa3d/src/mesa/main/
H A Dcontext.c303 init_program_limits(struct gl_constants *consts, gl_shader_stage stage, in init_program_limits() argument
403 _mesa_init_constants(struct gl_constants *consts, gl_api api) in _mesa_init_constants() argument
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_extensions.c753 st_init_extensions(struct pipe_screen *screen, struct gl_constants *consts, struct gl_extensions *extensions, struct st_config_options *options, gl_api api) st_init_extensions() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.h94 struct nv30_vertprog_data *consts; member
120 struct nv30_fragprog_data *consts; member
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.h50 uint64_t consts[ETNA_MAX_IMM]; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_encoder.cpp190 void Encoder::AnalyzeFourForPolyphaseFilter(int32_t *temp, const int16_t *inData, const int16_t *consts) in AnalyzeFourForPolyphaseFilter() argument
212 void Encoder::AnalyzeFourForCosTransform(int32_t *temp1, int16_t *temp2, const int16_t *consts) in AnalyzeFourForCosTransform() argument
252 AnalyzeEightForPolyphaseFilter(int32_t *temp, const int16_t *inData, const int16_t *consts) AnalyzeEightForPolyphaseFilter() argument
286 AnalyzeEightForCosTransform(int32_t *temp1, int16_t *temp2, const int16_t *consts) AnalyzeEightForCosTransform() argument
[all...]
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Daes-glue.c123 u8 __aligned(8) consts[]; member
793 be128 *consts = (be128 *)ctx->consts; in cmac_setkey() local
936 u8 *consts in cmac_final() local
[all...]
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_util.c148 struct gl_constants consts = { 0 }; in driCreateNewScreen2() local
/third_party/mesa3d/src/panfrost/bifrost/
H A Ddisassemble.c304 static void dump_fau_src(FILE *fp, struct bifrost_regs srcs, unsigned branch_offset, struct bi_constants *consts, bool high32) in dump_fau_src() argument
365 dump_src(FILE *fp, unsigned src, struct bifrost_regs srcs, unsigned branch_offset, struct bi_constants *consts, bool isFMA) in dump_src() argument
445 struct bi_constants consts = {}; in dump_clause() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c86 static float consts[NUM_FLOAT_CONSTS][4] = { variable
114 alignas(16) float consts[NUM_FLOAT_CONSTS][4]; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.h245 LLVMValueRef consts[LP_MAX_TGSI_CONST_BUFFERS]; member

Completed in 24 milliseconds

1234