Home
last modified time | relevance | path

Searched defs:comp (Results 251 - 275 of 352) sorted by relevance

1...<<1112131415

/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_ra.c58 signed comp = MAX2(c - dst_comp, 0); in offset_swizzle() local
H A Dmidgard_emit.c129 unsigned comp = component_from_mask(ins->mask); in vector_to_scalar_alu() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dscheduler.c1638 static void print_statistic(gpir_compiler *comp, int save_index) in print_statistic() argument
1682 bool gpir_schedule_prog(gpir_compiler *comp) in gpir_schedule_prog() argument
[all...]
/third_party/libabigail/src/
H A Dabg-corpus.cc1878 comp_elf_symbols_functor comp; in get_sorted_fun_symbols() local
1910 comp_elf_symbols_functor comp; in get_sorted_var_symbols() local
/third_party/python/Lib/test/
H A Dtest_bz2.py505 def comp(): function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp1022 ScalarType getSwizzledComp (const tcu::Vector<ScalarType, 4>& vec, vk::VkComponentSwizzle comp, int identityNdx) in getSwizzledComp() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemShaderImageAccessTests.cpp400 std::ostringstream comp; in initPrograms() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryDirectionTests.cpp278 std::ostringstream comp; in initPrograms() local
H A DvktRayQueryPositionFetchTests.cpp245 std::ostringstream comp; in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktGlobalPriorityQueueTests.cpp296 auto comp = std::find_if(std::begin(m_shaders), std::end(m_shaders), [&](const NamedShader& ns){ return ns.name == compName; }); in createComputePipeline() local
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dcontainer.h909 void c_sort(C& c, LessThan&& comp) { in c_sort() argument
929 void c_stable_sort(C& c, LessThan&& comp) { in c_stable_sort() argument
948 bool c_is_sorted(const C& c, LessThan&& comp) { in c_is_sorted() argument
970 c_partial_sort( RandomAccessContainer& sequence, container_algorithm_internal::ContainerIter<RandomAccessContainer> middle, LessThan&& comp) c_partial_sort() argument
999 c_partial_sort_copy(const C& sequence, RandomAccessContainer& result, LessThan&& comp) c_partial_sort_copy() argument
1022 c_is_sorted_until( C& c, LessThan&& comp) c_is_sorted_until() argument
1047 c_nth_element( RandomAccessContainer& sequence, container_algorithm_internal::ContainerIter<RandomAccessContainer> nth, LessThan&& comp) c_nth_element() argument
1076 c_lower_bound( Sequence& sequence, T&& value, LessThan&& comp) c_lower_bound() argument
1099 c_upper_bound( Sequence& sequence, T&& value, LessThan&& comp) c_upper_bound() argument
1123 c_equal_range(Sequence& sequence, T&& value, LessThan&& comp) c_equal_range() argument
1144 c_binary_search(Sequence&& sequence, T&& value, LessThan&& comp) c_binary_search() argument
1170 c_merge(const C1& c1, const C2& c2, OutputIterator result, LessThan&& comp) c_merge() argument
1193 c_inplace_merge(C& c, container_algorithm_internal::ContainerIter<C> middle, LessThan&& comp) c_inplace_merge() argument
1217 c_includes(const C1& c1, const C2& c2, LessThan&& comp) c_includes() argument
1253 c_set_union(const C1& c1, const C2& c2, OutputIterator output, LessThan&& comp) c_set_union() argument
1295 c_set_intersection(const C1& c1, const C2& c2, OutputIterator output, LessThan&& comp) c_set_intersection() argument
1338 c_set_difference(const C1& c1, const C2& c2, OutputIterator output, LessThan&& comp) c_set_difference() argument
1377 c_set_symmetric_difference(const C1& c1, const C2& c2, OutputIterator output, LessThan&& comp) c_set_symmetric_difference() argument
1405 c_push_heap(RandomAccessContainer& sequence, LessThan&& comp) c_push_heap() argument
1424 c_pop_heap(RandomAccessContainer& sequence, LessThan&& comp) c_pop_heap() argument
1443 c_make_heap(RandomAccessContainer& sequence, LessThan&& comp) c_make_heap() argument
1462 c_sort_heap(RandomAccessContainer& sequence, LessThan&& comp) c_sort_heap() argument
1481 c_is_heap(const RandomAccessContainer& sequence, LessThan&& comp) c_is_heap() argument
1502 c_is_heap_until(RandomAccessContainer& sequence, LessThan&& comp) c_is_heap_until() argument
1527 c_min_element( Sequence& sequence, LessThan&& comp) c_min_element() argument
1549 c_max_element( Sequence& sequence, LessThan&& comp) c_max_element() argument
1573 c_minmax_element(C& c, LessThan&& comp) c_minmax_element() argument
1602 c_lexicographical_compare(Sequence1&& sequence1, Sequence2&& sequence2, LessThan&& comp) c_lexicographical_compare() argument
1626 c_next_permutation(C& c, LessThan&& comp) c_next_permutation() argument
1646 c_prev_permutation(C& c, LessThan&& comp) c_prev_permutation() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp550 float* comp = (float*)(basePtr+offset); in genAttributeData() local
562 int* comp = (int*)(basePtr+offset); in genAttributeData() local
574 deUint32* comp = (deUint32*)(basePtr+offset); in genAttributeData() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp1016 ScalarType getSwizzledComp (const tcu::Vector<ScalarType, 4>& vec, vk::VkComponentSwizzle comp, int identityNdx) in getSwizzledComp() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemShaderImageAccessTests.cpp397 std::ostringstream comp; in initPrograms() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryDirectionTests.cpp278 std::ostringstream comp; in initPrograms() local
/test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/
H A Dzlibndk.cpp151 Byte *comp; in Deflate() local
193 Byte *comp; in DeflateFullFlush() local
265 Byte *comp; Compress() local
284 Byte *comp; CompressBound() local
312 Byte *comp; Compress2() local
337 Byte *comp; UnCompress() local
407 Byte *comp; UnCompress2() local
443 Byte *comp, *unComp; InflateValidate() local
473 Byte *comp, *unComp; InflateUndermine() local
503 Byte *comp, *unComp; InflateSyncPoint() local
534 Byte *comp, *unComp; InflateSetDictionary() local
567 Byte *comp, *unComp; InflateSync() local
604 Byte *comp, *unComp; InflateResetKeep() local
635 Byte *comp, *unComp; InflateReset2() local
667 Byte *comp, *unComp; InflateReset() local
726 Byte *comp, *unComp; InflateMark() local
877 Byte *comp, *unComp; InflateGetDictionary() local
933 Byte *comp, *unComp; InflateCodesUsed() local
1044 Byte *comp, *unComp; Inflate() local
1556 Byte *comp, *unComp; DeflateTune() local
1587 Byte *comp, *unComp; DeflateSetHeader() local
1617 Byte *comp, *unComp; DeflateSetDictionary() local
1644 Byte *comp, *unComp; DeflateResetKeep() local
1695 Byte *comp, *unComp; DeflateReset() local
1746 Byte *comp, *unComp; DeflatePrime() local
1788 Byte *comp, *unComp; DeflatePending() local
1824 Byte *comp, *unComp; DeflateParams() local
1897 Byte *comp, *unComp; DeflateGetDictionary() local
1938 Byte *comp, *unComp; DeflateEnd() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Djpeg2000dec.c81 Jpeg2000Component *comp; member
1025 Jpeg2000Component *comp = tile->comp + compno; init_tile() local
1376 Jpeg2000Component *comp = tile->comp + compno; jpeg2000_decode_packets_po_iteration() local
1448 Jpeg2000Component *comp = tile->comp + compno; jpeg2000_decode_packets_po_iteration() local
1464 Jpeg2000Component *comp = tile->comp + compno; jpeg2000_decode_packets_po_iteration() local
1523 Jpeg2000Component *comp = tile->comp + compno; jpeg2000_decode_packets_po_iteration() local
1543 Jpeg2000Component *comp = tile->comp + compno; jpeg2000_decode_packets_po_iteration() local
1840 roi_shift_param(Jpeg2000Component *comp, int quan_parameter) roi_shift_param() argument
1860 dequantization_float(int x, int y, Jpeg2000Cblk *cblk, Jpeg2000Component *comp, Jpeg2000T1Context *t1, Jpeg2000Band *band) dequantization_float() argument
1875 dequantization_int(int x, int y, Jpeg2000Cblk *cblk, Jpeg2000Component *comp, Jpeg2000T1Context *t1, Jpeg2000Band *band) dequantization_int() argument
1895 dequantization_int_97(int x, int y, Jpeg2000Cblk *cblk, Jpeg2000Component *comp, Jpeg2000T1Context *t1, Jpeg2000Band *band) dequantization_int_97() argument
1937 roi_scale_cblk(Jpeg2000Cblk *cblk, Jpeg2000Component *comp, Jpeg2000T1Context *t1) roi_scale_cblk() argument
1958 Jpeg2000Component *comp = tile->comp + compno; tile_codeblocks() local
2121 Jpeg2000Component *comp = s->tile[tileno].comp + compno; jpeg2000_dec_cleanup() local
[all...]
H A Dj2kenc.c107 Jpeg2000Component *comp; member
479 Jpeg2000Component *comp = tile->comp + compno; init_tiles() local
993 Jpeg2000Component *comp = tile->comp + compno; encode_packets() local
1007 Jpeg2000Component *comp = tile->comp + compno; encode_packets() local
1051 Jpeg2000Component *comp = tile->comp + compno; encode_packets() local
1070 Jpeg2000Component *comp = tile->comp + compno; encode_packets() local
1116 Jpeg2000Component *comp = tile->comp + compno; encode_packets() local
1189 Jpeg2000Component *comp = &tile->comp[compno]; makelayer() local
1277 Jpeg2000Component *comp = tile->comp + compno; makelayers() local
1373 Jpeg2000Component *comp = tile->comp + compno; truncpasses() local
1407 Jpeg2000Component *comp = s->tile[tileno].comp + compno; encode_tile() local
1502 Jpeg2000Component *comp = s->tile[tileno].comp + compno; cleanup() local
[all...]
H A Dqdm2.c541 int tmp, acc, esp_40, comp; in fill_coding_method_array() local
[all...]
/third_party/ffmpeg/libavutil/
H A Dhwcontext_opencl.c1381 const AVComponentDescriptor *comp; in opencl_get_plane_format() local
[all...]
/third_party/curl/lib/
H A Dftp.c4217 char *comp = Curl_memdup0(curPos, compLen); in ftp_parse_url_path() local
/third_party/libwebsockets/lib/core/
H A Dlibwebsockets.c496 lws_json_simple_strcmp(const char *buf, size_t len, const char *name, const char *comp) lws_json_simple_strcmp() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_tex.c891 nir_ssa_def *comp[4]; in saturate_src() local
1231 nir_ssa_def *comp[ in nir_lower_txs_lod() local
[all...]
H A Dnir_linking_helpers.c876 unsigned comp = 0; in compact_components() local
765 assign_remap_locations(struct varying_loc (*remap)[4], struct assigned_comps *assigned_comps, struct varying_component *info, unsigned *cursor, unsigned *comp, unsigned max_location, nir_pack_varying_options options) assign_remap_locations() argument
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_varyings.c2080 unsigned comp = var->data.location_frac; in tcs_add_output_reads() local
2304 unsigned comp = var->data.location_frac; in remove_unused_varyings() local
2314 unsigned comp = var->data.location_frac; in remove_unused_varyings() local

Completed in 52 milliseconds

1...<<1112131415