Home
last modified time | relevance | path

Searched defs:structType (Results 1 – 25 of 71) sorted by relevance

123

/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types.go1051 type structType struct { struct
1052 name string
1053 fields []StructFieldInfo
1054 align uint
1055 bits uint
1058 func (typе *structType) Align(arch Arch) uint {
1062 func (typе *structType) Bits(arch Arch) uint {
1066 func (typе *structType) DeclareVar(var_name string, arch Arch) string {
1070 func (typе *structType) BaseName(arch Arch) string {
1074 func (typе *structType) Name(arch Arch) string {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/gob/
Dtype.go416 type structType struct { struct
417 CommonType
418 Field []fieldType
421 func (s *structType) safeString(seen map[typeId]bool) string {
437 func (s *structType) string() string { return s.safeString(make(map[typeId]bool)) }
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dtype.go410 type structType struct { struct
411 abi.StructType
1114 func (t *structType) Field(i int) (f StructField) {
1145 func (t *structType) FieldByIndex(index []int) (f StructField) {
1168 func (t *structType) FieldByNameFunc(match func(string) bool) (result StructField, ok bool) {
1274 func (t *structType) FieldByName(name string) (f StructField, present bool) {
2268 structType anonMember
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/
H A Dgoldfish_vk_extension_structs_guest.cpp45 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size() local
677 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size_with_stream_features() local
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_extension_structs.cpp47 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size() local
2157 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size_with_stream_features() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp149 const StructType &structType = *type.getStructPtr(); in typeContainsMatchingBasicType() local
170 const StructType &structType = *type.getStructPtr(); in getDistinctSamplerTypes() local
185 const StructType &structType = *type.getStructPtr(); in getNumSamplersInType() local
202 …StructType *const structType = new StructType(("structType" + de::toString(curStructIdx++)).c_str(… in generateRandomType() local
369 StructType *const structType = new StructType((string("structType") + nameSuffix).c_str()); in basicStruct() local
398 StructType *const structType = new StructType((string("structType") + nameSuffix).c_str()); in nestedArraysStructs() local
1122 const StructType &structType = *varType.getStructPtr(); in generateBasicUniforms() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp207 const StructType &structType = *type.getStructPtr(); in typeContainsMatchingBasicType() local
228 const StructType &structType = *type.getStructPtr(); in getDistinctSamplerTypes() local
243 const StructType &structType = *type.getStructPtr(); in getNumSamplersInType() local
404 StructType *const structType = new StructType((string("structType") + nameSuffix).c_str()); in basicStruct() local
433 StructType *const structType = new StructType((string("structType") + nameSuffix).c_str()); in nestedArraysStructs() local
1093 const StructType &structType = *varType.getStructPtr(); in generateBasicUniforms() local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkQueryUtil.hpp204 void addToChainVulkanStructure(void ***chainPNextPtr, StructType &structType) in addToChainVulkanStructure()
214 void addToChainVulkanStructure(const void ***chainPNextPtr, StructType &structType) in addToChainVulkanStructure()
H A DvkDeviceFeatures.cpp132 VkStructureType structType = p->getFeatureDesc().sType; in DeviceFeatures() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp203 const StructType &structType = *type.getStructPtr(); in typeContainsMatchingBasicType() local
224 const StructType &structType = *type.getStructPtr(); in getDistinctSamplerTypes() local
239 const StructType &structType = *type.getStructPtr(); in getNumSamplersInType() local
256 …StructType *const structType = new StructType(("structType" + de::toString(curStructIdx++)).c_str(… in generateRandomType() local
429 StructType *const structType = new StructType((string("structType") + nameSuffix).c_str()); in basicStruct() local
458 StructType *const structType = new StructType((string("structType") + nameSuffix).c_str()); in nestedArraysStructs() local
1301 const StructType &structType = *varType.getStructPtr(); in generateBasicUniforms() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp139 const glu::StructType &structType = *rootType.getStructPtr(); in glslTraverseBasicTypes() local
232 const glu::StructType &structType = *type.getStructPtr(); in numBasicSubobjects() local
517 glu::StructType &structType = m_structTypes.back(); in UserDefinedIOTest() local
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluVarType.hpp389 StructType structType; member
422 inline decl::DeclareStructType declare(const StructType &structType, int indentLevel = 0) in declare()
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/reflectlite/
Dexport_test.go54 func StructFieldType(t *structType, i int) Type {
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLInterfaceBlock.cpp144 const Type* structType = &this->var()->type(); in description() local
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dstruct.go68 func (check *Checker) structType(styp *Struct, e *ast.StructType) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dstruct.go67 func (check *Checker) structType(styp *Struct, e *syntax.StructType) { func
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackRandomLayoutCase.cpp219 …StructType &structType = m_interface.allocStruct(std::string("s") + genName('A', 'Z', m_structNdx)… in generateType() local
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsRandomUniformBlockCase.cpp169 …StructType &structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx)).c_… in generateType() local
H A DglsUniformBlockCase.cpp866 void generateDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateDeclaration()
873 void generateFullDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateFullDeclaration()
890 void generateLocalDeclaration(std::ostringstream &src, const StructType &structType, int indentLeve… in generateLocalDeclaration()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktRandomUniformBlockCase.cpp197 …StructType &structType = m_interface.allocStruct(std::string("s") + genName('A', 'Z', m_structNdx)… in generateType() local
H A DvktUniformBlockCase.cpp1057 void generateDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateDeclaration()
1064 void generateFullDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateFullDeclaration()
1081 void generateLocalDeclaration(std::ostringstream &src, const StructType &structType, int /* indentL… in generateLocalDeclaration()
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp736 void generateDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateDeclaration()
743 void generateFullDeclaration(std::ostringstream &src, const StructType &structType, int indentLevel) in generateFullDeclaration()
760 void generateLocalDeclaration(std::ostringstream &src, const StructType &structType, int indentLeve… in generateLocalDeclaration()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayout.cpp177 de::SharedPtr<glu::StructType> structType = m_interface.allocStruct(name); in generateType() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/
Dout.go458 func (p *Package) structType(n *Name) (string, int64) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/importer/
Dureader.go286 func (r *reader) structType() *types2.Struct { func

123