Home
last modified time | relevance | path

Searched defs:base (Results 1651 - 1675 of 2214) sorted by relevance

1...<<61626364656667686970>>...89

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp579 static void setDataFloat(void *base, VkComponentTypeNV dt, deUint32 i, float value) in setDataFloat() argument
592 static float getDataFloat(void *base, VkComponentTypeNV dt, deUint32 i) in getDataFloat() argument
605 static void setDataInt(void *base, VkComponentTypeNV dt, deUint32 i, deUint32 value) in setDataInt() argument
619 getDataInt(void *base, VkComponentTypeNV dt, deUint32 i) getDataInt() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_memory.cpp1226 const auto base = _.FindDef(base_id); in ValidateAccessChain() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultiviewDrawTest.cpp48 const MultiviewImplementationParams &base = in operator <<() local
50 os << base; in operator <<() local
/third_party/skia/src/gpu/v1/
H A DDevice_drawTexture.cpp895 int base = 0, n = 0, p = 0; in drawEdgeAAImageSet() local
/third_party/skia/src/core/
H A DSkPathBuilder.cpp169 SkPoint base = fPts.back(); in rQuadTo() local
175 SkPoint base = fPts.back(); in rConicTo() local
181 SkPoint base = fPts.back(); in rCubicTo() local
[all...]
H A DSkStream.cpp940 const char* base = static_cast<const char*>(input->getMemoryBase()); in SkStreamCopy() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DIntermediate.cpp456 TIntermTyped* TIntermediate::addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, const TSourceLoc &line) in addIndex() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
H A DViewableTaggedData.java190 int base; // offset from absolute data start field in ViewableTaggedData.TaggedDataImpl.RangeNode
206 RangeNode(String label, ReadableFontData data, RangeNode next, int base) { in RangeNode() argument
221 public void pushRangeAtOffset(String label, int base) { in pushRangeAtOffset() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstruction.cpp235 uint32_t base = GetSingleWordInOperand(kLoadBaseIndex); in GetBaseAddress() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstruction.cpp235 uint32_t base = GetSingleWordInOperand(kLoadBaseIndex); in GetBaseAddress() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_memory.cpp1226 const auto base = _.FindDef(base_id); in ValidateAccessChain() local
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dmakepng.c538 png_uint_32 base = 2*size_max - abs(2*y-size_max); in generate_row() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationbuilder.cpp164 const CollationTailoring *base = CollationRoot::getRoot(errorCode); in internalBuildTailoring() local
H A Dolsontz.cpp881 OlsonTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const { in getNextTransition() argument
946 OlsonTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const { in getPreviousTransition() argument
[all...]
H A Drbtz.cpp546 RuleBasedTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const { in getNextTransition() argument
565 RuleBasedTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const { in getPreviousTransition() argument
703 UDate base; in findRuleInFinal() local
738 findNext(UDate base, UBool inclusive, UDate& transitionTime, TimeZoneRule*& fromRule, TimeZoneRule*& toRule) const findNext() argument
822 findPrev(UDate base, UBool inclusive, UDate& transitionTime, TimeZoneRule*& fromRule, TimeZoneRule*& toRule) const findPrev() argument
[all...]
H A Ducal.cpp778 UDate base = ((Calendar*)cal)->getTime(*status); in ucal_getTimeZoneTransitionDate() local
/third_party/skia/src/ports/
H A DSkFontMgr_android_parser.cpp620 xml_entity_decl_handler(void *data, const XML_Char *entityName, int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) xml_entity_decl_handler() argument
/third_party/skia/src/sksl/codegen/
H A DSkSLGLSLCodeGenerator.cpp417 const Type& base = type.componentType(); in writeTransposeHack() local
/third_party/skia/src/sksl/dsl/
H A DDSLCore.cpp293 static DSLExpression Swizzle(DSLExpression base, SkSL::SwizzleComponent::Type a, in Swizzle() argument
300 static DSLExpression Swizzle(DSLExpression base, in Swizzle() argument
309 static DSLExpression Swizzle(DSLExpression base, in Swizzle() argument
319 static DSLExpression Swizzle(DSLExpression base, in Swizzle() argument
678 DSLExpression Swizzle(DSLExpression base, SkSL::SwizzleComponent::Type a, in Swizzle() argument
683 Swizzle(DSLExpression base, SkSL::SwizzleComponent::Type a, SkSL::SwizzleComponent::Type b, PositionInfo pos) Swizzle() argument
690 Swizzle(DSLExpression base, SkSL::SwizzleComponent::Type a, SkSL::SwizzleComponent::Type b, SkSL::SwizzleComponent::Type c, PositionInfo pos) Swizzle() argument
698 Swizzle(DSLExpression base, SkSL::SwizzleComponent::Type a, SkSL::SwizzleComponent::Type b, SkSL::SwizzleComponent::Type c, SkSL::SwizzleComponent::Type d, PositionInfo pos) Swizzle() argument
[all...]
/third_party/skia/src/sksl/
H A DSkSLDSLParser.cpp1303 DSLExpression base = this->logicalOrExpression(); in ternaryExpression() local
1566 DSLExpression DSLParser::swizzle(int line, DSLExpression base, in swizzle() argument
1614 call(int line, dsl::DSLExpression base, ExpressionArray args) call() argument
1620 suffix(DSLExpression base) suffix() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafcjk.c1641 af_cjk_align_serif_edge( AF_GlyphHints hints, AF_Edge base, AF_Edge serif ) af_cjk_align_serif_edge() argument
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffload.c1298 FT_UInt base; in FT_LOCAL_DEF() local
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dafmparse.c60 FT_Byte* base; member
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcmap.c3087 FT_ULong base = TT_NEXT_UINT24( defp ); in FT_CALLBACK_DEF() local
3183 tt_cmap14_char_map_def_binary( FT_Byte *base, in tt_cmap14_char_map_def_binary() argument
3217 tt_cmap14_char_map_nondef_binary( FT_Byte *base, in tt_cmap14_char_map_nondef_binary() argument
3250 tt_cmap14_find_variant( FT_Byte *base, FT_UInt32 variantCode ) tt_cmap14_find_variant() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1load.c1807 FT_Byte* base; in parse_subrs() local
1981 FT_Byte* base; in parse_charstrings() local
1348 read_binary_data( T1_Parser parser, FT_ULong* size, FT_Byte** base, FT_Bool incremental ) read_binary_data() argument
2278 parse_dict( T1_Face face, T1_Loader loader, FT_Byte* base, FT_ULong size ) parse_dict() argument
[all...]

Completed in 50 milliseconds

1...<<61626364656667686970>>...89