Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_extension_structs.cpp588 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size() local
2392 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size_with_stream_features() local
Dgoldfish_vk_transform.cpp20003 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in transform_tohost_extension_struct() local
22107 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in transform_fromhost_extension_struct() local
Dgoldfish_vk_handlemap.cpp10508 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in handlemap_extension_struct() local
Dgoldfish_vk_testing.cpp13521 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in checkEqual_extension_struct() local
Dgoldfish_vk_marshaling.cpp35649 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in marshal_extension_struct() local
37828 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in unmarshal_extension_struct() local
Dgoldfish_vk_deepcopy.cpp21697 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in deepcopy_extension_struct() local
Dgoldfish_vk_reserved_marshaling.cpp26496 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in reservedunmarshal_extension_struct() local
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_extension_structs_guest.cpp589 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size() local
2393 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size_with_stream_features() local
Dgoldfish_vk_transform_guest.cpp20005 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in transform_tohost_extension_struct() local
22109 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in transform_fromhost_extension_struct() local
Dgoldfish_vk_handlemap_guest.cpp10510 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in handlemap_extension_struct() local
Dgoldfish_vk_marshaling_guest.cpp29158 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in marshal_extension_struct() local
31341 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in unmarshal_extension_struct() local
Dgoldfish_vk_counting_guest.cpp17529 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in count_extension_struct() local
Dgoldfish_vk_reserved_marshaling_guest.cpp19404 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in reservedmarshal_extension_struct() local
Dgoldfish_vk_deepcopy_guest.cpp21699 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in deepcopy_extension_struct() local
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRewriteStructSamplersOld.cpp26 TType *structType = new TType(structVar, false); in GetStructSamplerParameterType() local
504 const TType &structType) in traverseStructContainingSamplers()
607 TType *structType = GetStructSamplerParameterType(mSymbolTable, *param); in visitStructParam() local
DRewriteStructSamplers.cpp28 TType *structType = new TType(structVar, false); in GetStructSamplerParameterType() local
781 const TType &structType, in traverseStructContainingSamplers()
893 TType *structType = GetStructSamplerParameterType(mSymbolTable, *param); in visitStructParam() local
DInitializeVariables.cpp73 const TStructure *structType = initializedNode->getType().getStruct(); in AddStructZeroInitSequence() local
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkAndroidNativeBuffer.cpp108 uint32_t structType = goldfish_vk_struct_type(curr_pNext); in parseAndroidNativeBufferInfo() local
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DOutputHLSL.cpp601 TType *structType = mappedStruct.field->type(); in generateStructMapping() local
DParseContext.cpp53 bool ContainsSampler(const TStructure *structType) in ContainsSampler()