Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dgl_nir_linker.c260 validate_geometry_shader_emissions(const struct gl_constants *consts, in validate_geometry_shader_emissions()
393 gl_nir_can_add_pointsize_to_program(const struct gl_constants *consts, in gl_nir_can_add_pointsize_to_program()
662 add_shader_variable(const struct gl_constants *consts, in add_shader_variable()
802 add_vars_with_modes(const struct gl_constants *consts, in add_vars_with_modes()
884 add_interface_variables(const struct gl_constants *consts, in add_interface_variables()
915 nir_add_packed_var_to_resource_list(const struct gl_constants *consts, in nir_add_packed_var_to_resource_list()
945 nir_build_program_resource_list(const struct gl_constants *consts, in nir_build_program_resource_list()
1248 preprocess_shader(const struct gl_constants *consts, in preprocess_shader()
1342 prelink_lowering(const struct gl_constants *consts, in prelink_lowering()
1430 gl_nir_lower_optimize_varyings(const struct gl_constants *consts, in gl_nir_lower_optimize_varyings()
[all …]
H A Dgl_nir_link_varyings.c146 cross_validate_types_and_qualifiers(const struct gl_constants *consts, in cross_validate_types_and_qualifiers()
353 cross_validate_front_and_back_color(const struct gl_constants *consts, in cross_validate_front_and_back_color()
615 resize_tes_inputs(const struct gl_constants *consts, in resize_tes_inputs()
670 validate_explicit_variable_location(const struct gl_constants *consts, in validate_explicit_variable_location()
743 gl_nir_validate_first_and_last_interface_explicit_locations(const struct gl_constants *consts, in gl_nir_validate_first_and_last_interface_explicit_locations()
828 gl_nir_cross_validate_outputs_to_inputs(const struct gl_constants *consts, in gl_nir_cross_validate_outputs_to_inputs()
1564 xfb_decl_init(struct xfb_decl *xfb_decl, const struct gl_constants *consts, in xfb_decl_init()
1674 const struct gl_constants *consts, in xfb_decl_assign_location()
1822 xfb_decl_store(struct xfb_decl *xfb_decl, const struct gl_constants *consts, in xfb_decl_store()
2096 parse_xfb_decls(const struct gl_constants *consts, in parse_xfb_decls()
[all …]
H A Dgl_nir_link_uniforms.c170 nir_setup_uniform_remap_tables(const struct gl_constants *consts, in nir_setup_uniform_remap_tables()
645 const struct gl_constants *consts, in add_parameter()
902 find_and_update_named_uniform_storage(const struct gl_constants *consts, in find_and_update_named_uniform_storage()
1015 find_and_update_previous_uniform_storage(const struct gl_constants *consts, in find_and_update_previous_uniform_storage()
1153 const struct gl_constants *consts, in enter_record()
1176 const struct gl_constants *consts, in leave_record()
1202 nir_link_uniform(const struct gl_constants *consts, in nir_link_uniform()
1535 gl_nir_link_uniforms(const struct gl_constants *consts, in gl_nir_link_uniforms()
H A Dgl_nir_opt_dead_builtin_varyings.c222 const struct gl_constants *consts; member
332 replace_varyings(const struct gl_constants *consts, in replace_varyings()
439 lower_texcoord_array(const struct gl_constants *consts, in lower_texcoord_array()
449 gl_nir_opt_dead_builtin_varyings(const struct gl_constants *consts, gl_api api, in gl_nir_opt_dead_builtin_varyings()
H A Dgl_nir_link_uniform_blocks.c500 const struct gl_constants *consts, in enter_or_leave_record()
518 const struct gl_constants *consts, in iterate_type_fill_variables()
1022 fill_block(void *mem_ctx, const struct gl_constants *consts, const char *name, in fill_block()
1134 const struct gl_constants *consts, char **name, in fill_block_array()
1169 const struct gl_constants *consts, in link_linked_shader_uniform_blocks()
1249 gl_nir_link_uniform_blocks(const struct gl_constants *consts, in gl_nir_link_uniform_blocks()
H A Dgl_nir_link_atomics.c136 find_active_atomic_counters(const struct gl_constants *consts, in find_active_atomic_counters()
195 gl_nir_link_assign_atomic_counter_resources(const struct gl_constants *consts, in gl_nir_link_assign_atomic_counter_resources()
306 gl_nir_link_check_atomic_counter_resources(const struct gl_constants *consts, in gl_nir_link_check_atomic_counter_resources()
H A Dlinker.cpp243 cross_validate_globals(const struct gl_constants *consts, in cross_validate_globals()
884 validate_xfb_buffer_stride(const struct gl_constants *consts, unsigned idx, in validate_xfb_buffer_stride()
911 link_xfb_stride_layout_qualifiers(const struct gl_constants *consts, in link_xfb_stride_layout_qualifiers()
1751 const struct gl_constants *consts = &ctx->Const; in link_shaders() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dversion.c169 _mesa_override_gl_version_contextless(struct gl_constants *consts, in _mesa_override_gl_version_contextless()
227 _mesa_override_glsl_version(struct gl_constants *consts) in _mesa_override_glsl_version()
250 const struct gl_constants *consts, gl_api api) in compute_version()
480 const struct gl_constants *consts) in compute_version_es2()
570 struct gl_constants *consts, gl_api api) in _mesa_get_version()
/aosp_15_r20/system/tools/aidl/tests/
Daidl_test_client_primitives.cpp99 constexpr int8_t consts[] = {ITestService::BYTE_CONSTANT}; in TEST_F() local
106 constexpr int32_t consts[] = { in TEST_F() local
117 constexpr int64_t consts[] = {ITestService::LONG_CONSTANT}; in TEST_F() local
124 constexpr float consts[] = { in TEST_F() local
135 constexpr double consts[] = { in TEST_F() local
/aosp_15_r20/external/python/cpython2/Python/
Dpeephole.c37 tuple_of_constants(unsigned char *codestr, Py_ssize_t n, PyObject *consts) in tuple_of_constants()
88 fold_binops_on_constants(unsigned char *codestr, PyObject *consts) in fold_binops_on_constants()
190 fold_unaryops_on_constants(unsigned char *codestr, PyObject *consts) in fold_unaryops_on_constants()
299 PyCode_Optimize(PyObject *code, PyObject* consts, PyObject *names, in PyCode_Optimize()
/aosp_15_r20/external/rust/android-crates-io/crates/mockall_derive/src/
Dmock_trait.rs21 pub consts: Vec<ImplItemConst>, field
67 let mut consts = Vec::new(); in new() localVariable
139 let consts = &self.consts; in trait_impl() localVariable
Dmockable_struct.rs317 pub consts: Vec<ImplItemConst>, field
381 let mut consts = Vec::new(); in from() localVariable
446 let mut consts = Vec::new(); in parse() localVariable
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_acceleration_structure.c780 const struct morton_args consts = { in morton_generate() local
1047 const struct lbvh_main_args consts = { in lbvh_build_internal() local
1071 const struct lbvh_generate_ir_args consts = { in lbvh_build_internal() local
1107 const struct ploc_args consts = { in ploc_build_internal() local
1505 struct copy_args consts = { in radv_CmdCopyAccelerationStructureKHR() local
1574 const struct copy_args consts = { in radv_CmdCopyMemoryToAccelerationStructureKHR() local
1611 const struct copy_args consts = { in radv_CmdCopyAccelerationStructureToMemoryKHR() local
/aosp_15_r20/external/libcups/cups/
H A Dppd-conflicts.c179 _ppd_cups_uiconsts_t *consts; /* Current constraints */ in cupsResolveConflicts() local
704 _ppd_cups_uiconsts_t *consts; /* Current cupsUIConstraints data */ in ppd_load_constraints() local
953 _ppd_cups_uiconsts_t *consts; /* Current constraints */ in ppd_test_constraints() local
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/bifrost/
H A Dbi_schedule.c137 struct bi_const_state consts[8]; member
1449 struct bi_const_state consts = { in bi_get_const_state() local
1502 bi_merge_pairs(struct bi_const_state *consts, unsigned tuple_count, in bi_merge_pairs()
1539 bi_merge_singles(struct bi_const_state *consts, unsigned tuple_count, in bi_merge_singles()
1600 bi_merge_constants(struct bi_const_state *consts, uint64_t *pairs, in bi_merge_constants()
1611 bi_swap_constants(struct bi_const_state *consts, uint64_t *pairs, unsigned i) in bi_swap_constants()
1630 bi_apply_constant_modifiers(struct bi_const_state *consts, uint64_t *pairs, in bi_apply_constant_modifiers()
H A Ddisassemble.c314 struct bi_constants *consts, bool high32) in dump_fau_src()
376 unsigned branch_offset, struct bi_constants *consts, bool isFMA) in dump_src()
458 struct bi_constants consts = {}; in dump_clause() local
/aosp_15_r20/external/libjpeg-turbo/simd/arm/
H A Djidctint-neon.c358 const int16x4x3_t consts = vld1_s16_x3(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass1_regular() local
485 const int16x4x3_t consts = vld1_s16_x3(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass1_sparse() local
569 const int16x4x3_t consts = vld1_s16_x3(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass2_regular() local
716 const int16x4x3_t consts = vld1_s16_x3(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass2_sparse() local
H A 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
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_jit_sample.c177 …LLVMValueRef consts = lp_jit_resources_constants(gallivm, params->resources_type, params->resource… in lp_bld_llvm_sampler_soa_emit_fetch_texel() local
356 …LLVMValueRef consts = lp_jit_resources_constants(gallivm, params->resources_type, params->resource… in lp_bld_llvm_sampler_soa_emit_size_query() local
472 …LLVMValueRef consts = lp_jit_resources_constants(gallivm, params->resources_type, params->resource… in lp_bld_llvm_image_soa_emit_op() local
604 …LLVMValueRef consts = lp_jit_resources_constants(gallivm, params->resources_type, params->resource… in lp_bld_llvm_image_soa_emit_size_query() local
/aosp_15_r20/external/libjpeg-turbo/simd/arm/aarch32/
H A 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
/aosp_15_r20/trusty/user/app/sample/binder-test/client/
Dmain.cpp161 constexpr int8_t consts[] = {ITestService::BYTE_TEST_CONSTANT}; in TEST_F() local
168 constexpr int32_t consts[] = { in TEST_F() local
181 constexpr int64_t consts[] = {ITestService::LONG_TEST_CONSTANT}; in TEST_F() local
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_code.py88 def consts(t): function
121 def find_const(self, consts, value): argument
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/ioctl/
Dlinux.rs56 mod consts { module
76 mod consts { module
/aosp_15_r20/external/mesa3d/src/panfrost/midgard/
H A Ddisassemble.c508 const midgard_constants *consts, midgard_scalar_alu *alu) in print_scalar_constant()
522 const midgard_constants *consts, midgard_vector_alu *alu) in print_vector_constants()
781 const midgard_constants *consts, unsigned tabs, bool verbose) in print_vector_field()
902 const midgard_constants *consts, unsigned tabs, bool verbose) in print_scalar_field()
1155 const midgard_constants *consts = NULL; in print_alu_word() local
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/
Derrno.rs836 mod consts { module
1130 mod consts { module
1370 mod consts { module
1591 mod consts { module
1810 mod consts { module
2027 mod consts { module
2246 mod consts { module
2442 mod consts { module
2711 mod consts { module
2889 mod consts { module
[all …]

1234567