Home
last modified time | relevance | path

Searched defs:ranges (Results 151 - 175 of 197) sorted by relevance

12345678

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp658 const Vec2 ranges[] = in getInputValues() local
770 const Vec2 ranges[] = in getInputValues() local
1006 const Vec2 ranges[] = in getInputValues() local
1130 const Vec2 ranges[] = getInputValues() local
1226 const Vec2 ranges[] = getInputValues() local
1334 const Vec2 ranges[] = getInputValues() local
1462 const Vec2 ranges[] = getInputValues() local
1567 const Vec2 ranges[] = getInputValues() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp862 const Vec2 ranges[] = in getInputValues() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.cpp1713 ClearColorImage( const RenderHandle handle, const ClearColorValue color, const array_view<const ImageSubresourceRange> ranges) ClearColorImage() argument
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_info.cpp1530 GetFilterArea(const uint8_t *buf, const uint32_t &bufSize, const int &privacyType, std::vector<std::pair<uint32_t, uint32_t>> &ranges) GetFilterArea() argument
1551 GetAreaFromExifEntries(const int &privacyType, const std::vector<DirectoryEntry> &entryArray, std::vector<std::pair<uint32_t, uint32_t>> &ranges) GetAreaFromExifEntries() argument
H A Djpeg_decoder.cpp1067 uint32_t JpegDecoder::GetFilterArea(const int &privacyType, std::vector<std::pair<uint32_t, uint32_t>> &ranges) in GetFilterArea() argument
/third_party/ffmpeg/libavutil/
H A Dopt.c1965 AVOptionRanges *ranges = av_mallocz(sizeof(*ranges)); in av_opt_query_ranges_default() local
2042 AVOptionRanges *ranges in av_opt_freep_ranges() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_paletteuse.c634 struct color_rect ranges; in get_next_color() local
[all...]
/third_party/cups-filters/filter/foomatic-rip/
H A Doptions.c2138 static page_range_t * parse_page_ranges(const char *ranges) in parse_page_ranges() argument
2181 static void free_page_ranges(page_range_t *ranges) in free_page_ranges() argument
2196 page_range_t *ranges in get_page_score() local
2243 const char *ranges; set_options_for_page() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralRules.java419 public static PluralRules newInternal(String description, StandardPluralRanges ranges) in newInternal() argument
H A DUnicodeSet.java4374 public Iterable<EntryRange> ranges() { ranges() method in UnicodeSet
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSet.java4233 public Iterable<EntryRange> ranges() { ranges() method in UnicodeSet
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_clear.c2215 radv_cmd_clear_image(struct radv_cmd_buffer *cmd_buffer, struct radv_image *image, VkImageLayout image_layout, const VkClearValue *clear_value, uint32_t range_count, const VkImageSubresourceRange *ranges, bool cs) radv_cmd_clear_image() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_descriptor_set.c626 D3D12_DESCRIPTOR_RANGE1 *ranges = dzn_pipeline_layout_create() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser.h934 BinaryOperationSourceRanges* ranges = in ConvertBinaryToNaryOperationSourceRange() local
/third_party/node/deps/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc586 CallIsCharacterInRangeArray( const ZoneList<CharacterRange>* ranges) CallIsCharacterInRangeArray() argument
603 CheckCharacterInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_in_range) CheckCharacterInRangeArray() argument
616 CheckCharacterNotInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_not_in_range) CheckCharacterNotInRangeArray() argument
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc50 bool CompareInverseRanges(ZoneList<CharacterRange>* ranges, in CompareInverseRanges() argument
77 bool CompareRanges(ZoneList<CharacterRange>* ranges, const int* special_class, in CompareRanges() argument
422 AddUnicodeCaseEquivalents(ZoneList<CharacterRange>* ranges, Zone* zone) AddUnicodeCaseEquivalents() argument
461 ZoneList<CharacterRange>* ranges = this->ranges(zone); ToNode() local
795 ZoneList<CharacterRange>* ranges = RationalizeConsecutiveAtoms() local
1111 ZoneList<CharacterRange>* ranges = RationalizeConsecutiveAtoms() local
1154 AddClass(const int* elmv, int elmc, ZoneList<CharacterRange>* ranges, Zone* zone) RationalizeConsecutiveAtoms() argument
1164 AddClassNegated(const int* elmv, int elmc, ZoneList<CharacterRange>* ranges, Zone* zone) RationalizeConsecutiveAtoms() argument
1182 AddClassEscape(StandardCharacterSet standard_character_set, ZoneList<CharacterRange>* ranges, bool add_unicode_case_equivalents, Zone* zone) RationalizeConsecutiveAtoms() argument
1244 AddCaseEquivalents(Isolate* isolate, Zone* zone, ZoneList<CharacterRange>* ranges, bool is_one_byte) RationalizeConsecutiveAtoms() argument
1362 IsCanonical(ZoneList<CharacterRange>* ranges) RationalizeConsecutiveAtoms() argument
1375 ZoneList<CharacterRange>* CharacterSet::ranges(Zone* zone) { RationalizeConsecutiveAtoms() function in v8::CharacterSet
1503 Negate(ZoneList<CharacterRange>* ranges, ZoneList<CharacterRange>* negated_ranges, Zone* zone) RationalizeConsecutiveAtoms() argument
1527 ClampToOneByte(ZoneList<CharacterRange>* ranges) RationalizeConsecutiveAtoms() argument
[all...]
/third_party/node/deps/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.cc493 CallIsCharacterInRangeArray( const ZoneList<CharacterRange>* ranges) CallIsCharacterInRangeArray() argument
512 CheckCharacterInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_in_range) CheckCharacterInRangeArray() argument
520 CheckCharacterNotInRangeArray( const ZoneList<CharacterRange>* ranges, Label* on_not_in_range) CheckCharacterNotInRangeArray() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineFramebufferAttachmentTests.cpp503 const VkImageSubresourceRange ranges = makeColorSubresourceRange(0, caseDef.numLayers); in test() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_wrapper.h807 clearColorImage(const Image &image, VkImageLayout imageLayout, const VkClearColorValue &color, uint32_t rangeCount, const VkImageSubresourceRange *ranges) clearColorImage() argument
818 clearDepthStencilImage( const Image &image, VkImageLayout imageLayout, const VkClearDepthStencilValue &depthStencil, uint32_t rangeCount, const VkImageSubresourceRange *ranges) clearDepthStencilImage() argument
/third_party/skia/third_party/externals/spirv-cross/
H A Dmain.cpp541 auto ranges = compiler.get_active_buffer_ranges(block.id); in print_push_constant_resources() local
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc2450 GatherOccupiedFieldRanges( const Descriptor* descriptor, std::set<FieldRange>* ranges, std::vector<const Descriptor*>* nested_messages) GatherOccupiedFieldRanges() argument
2484 FormatFreeFieldNumbers(const std::string& name, const std::set<FieldRange>& ranges) FormatFreeFieldNumbers() argument
2515 std::set<FieldRange> ranges; PrintFreeFieldNumbers() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp342 static const Vec2 ranges[] = in getFloatRange() local
355 static const IVec2 ranges[] = in getIntRange() local
368 static const UVec2 ranges[] in getUintRange() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineFramebufferAttachmentTests.cpp497 const VkImageSubresourceRange ranges = makeColorSubresourceRange(0, caseDef.numLayers); in test() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1807 uint32_t ExtDecoder::GetFilterArea(const int &privacyType, std::vector<std::pair<uint32_t, uint32_t>> &ranges) in HeapMemAlloc() argument
/third_party/ffmpeg/libswscale/
H A Dswscale_internal.h91 Range *ranges; member

Completed in 64 milliseconds

12345678