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.cpp500 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size() local
1866 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size_with_stream_features() local
Dgoldfish_vk_transform.cpp15695 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in transform_tohost_extension_struct() local
17270 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in transform_fromhost_extension_struct() local
Dgoldfish_vk_handlemap.cpp8286 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in handlemap_extension_struct() local
Dgoldfish_vk_testing.cpp10688 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in checkEqual_extension_struct() local
Dgoldfish_vk_marshaling.cpp28223 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in marshal_extension_struct() local
29873 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in unmarshal_extension_struct() local
Dgoldfish_vk_deepcopy.cpp16943 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in deepcopy_extension_struct() local
Dgoldfish_vk_reserved_marshaling.cpp20979 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.cpp500 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size() local
1866 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size_with_stream_features() local
Dgoldfish_vk_transform_guest.cpp15698 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in transform_tohost_extension_struct() local
17273 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in transform_fromhost_extension_struct() local
Dgoldfish_vk_handlemap_guest.cpp8285 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in handlemap_extension_struct() local
Dgoldfish_vk_marshaling_guest.cpp23209 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in marshal_extension_struct() local
24863 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in unmarshal_extension_struct() local
Dgoldfish_vk_counting_guest.cpp13940 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in count_extension_struct() local
Dgoldfish_vk_reserved_marshaling_guest.cpp15557 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in reservedmarshal_extension_struct() local
Dgoldfish_vk_deepcopy_guest.cpp16942 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.cpp37 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()