/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | cpp_types.go | 1051 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/ |
D | type.go | 416 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/ |
D | type.go | 410 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 D | goldfish_vk_extension_structs_guest.cpp | 45 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/ |
D | goldfish_vk_extension_structs.cpp | 47 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 D | es2fUniformApiTests.cpp | 149 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 D | es31fProgramUniformTests.cpp | 207 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 D | vkQueryUtil.hpp | 204 void addToChainVulkanStructure(void ***chainPNextPtr, StructType &structType) in addToChainVulkanStructure() 214 void addToChainVulkanStructure(const void ***chainPNextPtr, StructType &structType) in addToChainVulkanStructure()
|
H A D | vkDeviceFeatures.cpp | 132 VkStructureType structType = p->getFeatureDesc().sType; in DeviceFeatures() local
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fUniformApiTests.cpp | 203 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 D | vktTessellationUserDefinedIO.cpp | 139 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 D | gluVarType.hpp | 389 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/ |
D | export_test.go | 54 func StructFieldType(t *structType, i int) Type {
|
/aosp_15_r20/external/skia/src/sksl/ir/ |
H A D | SkSLInterfaceBlock.cpp | 144 const Type* structType = &this->var()->type(); in description() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | struct.go | 68 func (check *Checker) structType(styp *Struct, e *ast.StructType) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | struct.go | 67 func (check *Checker) structType(styp *Struct, e *syntax.StructType) { func
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackRandomLayoutCase.cpp | 219 …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 D | glsRandomUniformBlockCase.cpp | 169 …StructType &structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx)).c_… in generateType() local
|
H A D | glsUniformBlockCase.cpp | 866 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 D | vktRandomUniformBlockCase.cpp | 197 …StructType &structType = m_interface.allocStruct(std::string("s") + genName('A', 'Z', m_structNdx)… in generateType() local
|
H A D | vktUniformBlockCase.cpp | 1057 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 D | glcUniformBlockCase.cpp | 736 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 D | vktMemoryModelSharedLayout.cpp | 177 de::SharedPtr<glu::StructType> structType = m_interface.allocStruct(name); in generateType() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/ |
D | out.go | 458 func (p *Package) structType(n *Name) (string, int64) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/importer/ |
D | ureader.go | 286 func (r *reader) structType() *types2.Struct { func
|