Home
last modified time | relevance | path

Searched defs:fieldType (Results 1 - 25 of 41) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DForcePrecisionQualifier.cpp66 const TType *fieldType = field->type(); in visitDeclaration() local
76 const TType *fieldType = field->type(); in visitDeclaration() local
H A DRewriteStructSamplers.cpp434 const TType &fieldType = *field->type(); in stripStructSpecifierSamplers() local
560 const TType &fieldType = *field->type(); in extractFieldSamplers() local
593 extractSampler(const std::string &newName, const TType &fieldType, TIntermSequence *newSequence) extractSampler() argument
[all...]
H A DRemoveDynamicIndexing.cpp92 TType *fieldType = new TType(indexedType); in GetFieldType() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DSymbol.cpp138 const TType *fieldType = field->type(); in createSamplerSymbols() local
H A DValidateVaryingLocations.cpp33 const TType *fieldType = field->type(); in GetFieldLocationCount() local
91 const TType *fieldType = field->type(); in GetLocationCount() local
[all...]
H A DStructureHLSL.cpp44 const TType &fieldType = *field->type(); in Define() local
317 const TType *fieldType = field->type(); in defineVariants() local
399 const TType *fieldType = field->type(); addStructConstructor() local
[all...]
H A DValidateAST.cpp951 const TType *fieldType = field->type(); in visitDeclaration() local
H A DResourcesHLSL.cpp44 const TType &fieldType = *field.type(); in InterfaceBlockFieldTypeString() local
839 const TType &fieldType = *field.type(); in uniformBlockWithOneLargeArrayMemberString() local
922 const TType &fieldType = *field.type(); uniformBlockMembersString() local
[all...]
H A DTypes.cpp802 const TType *fieldType = field->type(); in containsArrays() local
813 const TType *fieldType = field->type(); in containsMatrices() local
824 const TType *fieldType = field->type(); in containsType() local
835 const TType *fieldType in containsSamplers() local
[all...]
H A DCollectVariables.cpp943 const TType &fieldType = *blockField->type(); in recordVarying() local
1021 const TType &fieldType = *field->type(); in recordInterfaceBlock() local
H A DOutputGLSLBase.cpp475 const TType *fieldType = fields[i]->type(); in writeConstantUnion() local
1161 const TType &fieldType = *field->type(); in declareStruct() local
1271 const TType &fieldType = *field->type(); declareInterfaceBlock() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DSymbolTable.cpp112 const TType *fieldType = field->type(); in containsArrays() local
123 const TType *fieldType = field->type(); in containsType() local
134 const TType *fieldType = field->type(); in containsSamplers() local
/third_party/protobuf/objectivec/
H A DGPBDescriptor.h184 @property(nonatomic, readonly) GPBFieldType fieldType; variable
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyRepeatedField.java64 public RubyRepeatedField(Ruby runtime, RubyClass klazz, Descriptors.FieldDescriptor.Type fieldType, IRubyObject typeClass) { in RubyRepeatedField() argument
407 private Descriptors.FieldDescriptor.Type fieldType; global() field in RubyRepeatedField
[all...]
H A DUtils.java67 public static IRubyObject checkType(ThreadContext context, Descriptors.FieldDescriptor.Type fieldType, in checkType() argument
133 public static IRubyObject wrapPrimaryValue(ThreadContext context, Descriptors.FieldDescriptor.Type fieldType, Object value) { in wrapPrimaryValue() argument
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldDescriptor.cs47 private FieldType fieldType; field in Google.Protobuf.Reflection.FieldDescriptor
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DRecordUniformBlocksWithLargeArrayMember.cpp81 const TType &fieldType = *fields[i]->type(); in IsSupportedTypeForStructuredBuffer() local
114 const TType &fieldType = *interfaceBlock.fields()[0]->type(); in CanTranslateUniformBlockToStructuredBuffer() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DFieldInfo.java64 forField( Field field, int fieldNumber, FieldType fieldType, boolean enforceUtf8) forField() argument
89 forPackedField( Field field, int fieldNumber, FieldType fieldType, Field cachedSizeField) forPackedField() argument
114 forRepeatedMessageField( Field field, int fieldNumber, FieldType fieldType, Class<?> messageClass) forRepeatedMessageField() argument
136 forFieldWithEnumVerifier( Field field, int fieldNumber, FieldType fieldType, EnumVerifier enumVerifier) forFieldWithEnumVerifier() argument
156 forPackedFieldWithEnumVerifier( Field field, int fieldNumber, FieldType fieldType, EnumVerifier enumVerifier, Field cachedSizeField) forPackedFieldWithEnumVerifier() argument
181 forProto2OptionalField( Field field, int fieldNumber, FieldType fieldType, Field presenceField, int presenceMask, boolean enforceUtf8, EnumVerifier enumVerifier) forProto2OptionalField() argument
225 forOneofMemberField( int fieldNumber, FieldType fieldType, OneofInfo oneof, Class<?> oneofStoredType, boolean enforceUtf8, EnumVerifier enumVerifier) forOneofMemberField() argument
266 forProto2RequiredField( Field field, int fieldNumber, FieldType fieldType, Field presenceField, int presenceMask, boolean enforceUtf8, EnumVerifier enumVerifier) forProto2RequiredField() argument
[all...]
H A DCodedInputStreamReader.java1278 readField( WireFormat.FieldType fieldType, Class<?> messageType, ExtensionRegistryLite extensionRegistry) readField() argument
H A DBinaryReader.java1448 readField( WireFormat.FieldType fieldType, Class<?> messageType, ExtensionRegistryLite extensionRegistry) readField() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DDeclarePerVertexBlocks.cpp161 const TType &fieldType = *field->type(); variable
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_asn1.c50 ASN1_OBJECT *fieldType; member
/third_party/openssl/crypto/ec/
H A Dec_asn1.c50 ASN1_OBJECT *fieldType; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp801 glu::DataType fieldType[2]; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp823 glu::DataType fieldType[2]; member
[all...]

Completed in 29 milliseconds

12