Home
last modified time | relevance | path

Searched defs:consts (Results 1 – 25 of 53) sorted by relevance

123

/third_party/mesa3d/src/mesa/main/
Dversion.c167 _mesa_override_gl_version_contextless(struct gl_constants *consts, in _mesa_override_gl_version_contextless()
225 _mesa_override_glsl_version(struct gl_constants *consts) in _mesa_override_glsl_version()
248 const struct gl_constants *consts, gl_api api) in compute_version()
514 const struct gl_constants *consts) in compute_version_es2()
608 struct gl_constants *consts, gl_api api) in _mesa_get_version()
Dcontext.c359 init_program_limits(struct gl_constants *consts, gl_shader_stage stage, in init_program_limits()
459 _mesa_init_constants(struct gl_constants *consts, gl_api api) in _mesa_init_constants()
/third_party/skia/third_party/externals/swiftshader/tests/regres/consts/
Dconsts.go16 package consts package
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch32/
Djccolext-neon.c60 const uint16x4x2_t consts = vld1_u16_x2(jsimd_rgb_ycc_neon_consts); in jsimd_rgb_ycc_convert_neon() local
65 const uint16x4x2_t consts = { { consts1, consts2 } }; in jsimd_rgb_ycc_convert_neon() local
/third_party/ffmpeg/libavcodec/
Dsbcdsp.c63 const int16_t *consts, in sbc_analyze_simd()
95 const int16_t *consts) in sbc_analyze_4_simd()
101 const int16_t *consts) in sbc_analyze_8_simd()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_print_constant.c33 mir_print_constant_component(FILE *fp, const midgard_constants *consts, unsigned c, in mir_print_constant_component()
Ddisassemble.c536 const midgard_constants *consts, in print_scalar_constant()
551 const midgard_constants *consts, in print_vector_constants()
814 const midgard_constants *consts, unsigned tabs, bool verbose) in print_vector_field()
931 const midgard_constants *consts, unsigned tabs, bool verbose) in print_scalar_field()
1178 const midgard_constants *consts = NULL; in print_alu_word() local
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
Djidctred-neon.c103 const int16x4_t consts = vld1_s16(jsimd_idct_2x2_neon_consts); in jsimd_idct_2x2_neon() local
227 const int16x4x3_t consts = vld1_s16_x3(jsimd_idct_4x4_neon_consts); in jsimd_idct_4x4_neon() local
233 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_4x4_neon() local
Djidctint-neon.c359 const int16x4x3_t consts = vld1_s16_x3(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass1_regular() local
486 const int16x4x3_t consts = vld1_s16_x3(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass1_sparse() local
570 const int16x4x3_t consts = vld1_s16_x3(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass2_regular() local
717 const int16x4x3_t consts = vld1_s16_x3(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass2_sparse() local
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); in jsimd_h2v2_merged_upsample_neon() local
Djfdctfst-neon.c87 const int16x4_t consts = vld1_s16(jsimd_fdct_ifast_neon_consts); in jsimd_fdct_ifast_neon() local
Djdcolext-neon.c61 const int16x4_t consts = vld1_s16(jsimd_ycc_rgb_convert_neon_consts); in jsimd_ycc_rgb_convert_neon() local
Djfdctint-neon.c91 const int16x4x3_t consts = vld1_s16_x3(jsimd_fdct_islow_neon_consts); in jsimd_fdct_islow_neon() local
/third_party/mesa3d/src/panfrost/bifrost/
Ddisassemble.c304 …rc(FILE *fp, struct bifrost_regs srcs, unsigned branch_offset, struct bi_constants *consts, bool h… in dump_fau_src()
365 …nsigned src, struct bifrost_regs srcs, unsigned branch_offset, struct bi_constants *consts, bool i… in dump_src()
445 struct bi_constants consts = {}; in dump_clause() local
Dbi_schedule.c120 struct bi_const_state consts[8]; member
1314 struct bi_const_state consts = { in bi_get_const_state() local
1367 bi_merge_pairs(struct bi_const_state *consts, unsigned tuple_count, in bi_merge_pairs()
1403 bi_merge_singles(struct bi_const_state *consts, unsigned tuple_count, in bi_merge_singles()
1463 bi_merge_constants(struct bi_const_state *consts, uint64_t *pairs, unsigned *pcrel_idx) in bi_merge_constants()
1473 bi_swap_constants(struct bi_const_state *consts, uint64_t *pairs, unsigned i) in bi_swap_constants()
1492 bi_apply_constant_modifiers(struct bi_const_state *consts, in bi_apply_constant_modifiers()
/third_party/python/Lib/test/
Dtest_code.py141 def consts(t): function
279 def find_const(self, consts, value): argument
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.h57 struct hash_table *consts; member
/third_party/python/Objects/clinic/
Dcodeobject.c.h32 PyObject *consts; in code_new() local
/third_party/mesa3d/src/compiler/clc/
Dclc.c304 const struct clc_spirv_specialization_consts *consts, in clc_specialize_spirv()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/
Djccolext-neon.c58 const uint16x8_t consts = vld1q_u16(jsimd_rgb_ycc_neon_consts); in jsimd_rgb_ycc_convert_neon() local
/third_party/python/Objects/
Dcodeobject.c119 PyObject *code, PyObject *consts, PyObject *names, in PyCode_NewWithPosOnlyArgs()
277 PyObject *code, PyObject *consts, PyObject *names, in PyCode_New()
551 PyObject *code, PyObject *consts, PyObject *names, in code_new_impl()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.h94 struct nv30_vertprog_data *consts; member
120 struct nv30_fragprog_data *consts; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_query.c308 } consts; in gfx10_sh_query_get_result_resource() local
/third_party/mesa3d/src/microsoft/clc/
Dcompute_test.h196 clc_spirv_specialization_consts consts; in specialize() local
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dcheck.go168 consts map[t.QID]*a.Const member

123