Searched refs:applicationVersion (Results 1 – 18 of 18) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | xmlconfig.h | 137 const char *applicationName, uint32_t applicationVersion,
|
D | xmlconfig.c | 607 uint32_t applicationVersion; member 753 driOptionValue v = { ._int = data->applicationVersion }; in parseAppAttr() 1196 const char *applicationName, uint32_t applicationVersion, in driParseConfigFiles() argument 1213 userData.applicationVersion = applicationVersion; in driParseConfigFiles()
|
/hardware/google/gfxstream/host/tests/ |
D | SwapChainStateVk_unittest.cpp | 54 .applicationVersion = VK_MAKE_VERSION(1, 0, 0), in createInstance()
|
D | DisplayVk_unittest.cpp | 111 .applicationVersion = VK_MAKE_VERSION(1, 0, 0), in createInstance()
|
D | CompositorVk_unittest.cpp | 276 .applicationVersion = VK_MAKE_VERSION(1, 0, 0), in createInstance()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_instance.c | 105 instance->app_info.app_version = app->applicationVersion; in vk_instance_init()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_device_fault.adoc | 187 uint32_t applicationVersion;
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndTests.cpp | 518 .applicationVersion = 1, in SetUpTypicalVkTestEnvironment()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | debugging.adoc | 464 * pname:applicationVersion must: be zero or the value specified by 465 slink:VkApplicationInfo::pname:applicationVersion during instance
|
D | initialization.adoc | 562 * pname:applicationVersion is an unsigned integer variable containing the
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 128 .applicationVersion = 1, in Load()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2974 uint32_t applicationVersion; member 15511 uint32_t applicationVersion; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 968 VULKAN_HPP_HASH_COMBINE( seed, applicationInfo.applicationVersion ); in operator ()() 3356 VULKAN_HPP_HASH_COMBINE( seed, deviceFaultVendorBinaryHeaderVersionOneEXT.applicationVersion ); in operator ()()
|
D | vulkansc_hash.hpp | 385 VULKAN_HPP_HASH_COMBINE( seed, applicationInfo.applicationVersion ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 427 vkStream->write((uint32_t*)&forMarshaling->applicationVersion, sizeof(uint32_t)); in marshal_VkApplicationInfo() 465 vkStream->read((uint32_t*)&forUnmarshaling->applicationVersion, sizeof(uint32_t)); in unmarshal_VkApplicationInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 359 memcpy(*ptr, (uint32_t*)&forMarshaling->applicationVersion, sizeof(uint32_t)); in reservedmarshal_VkApplicationInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 482 vkStream->write((uint32_t*)&forMarshaling->applicationVersion, sizeof(uint32_t)); in marshal_VkApplicationInfo() 526 vkStream->read((uint32_t*)&forUnmarshaling->applicationVersion, sizeof(uint32_t)); in unmarshal_VkApplicationInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 398 memcpy((uint32_t*)&forUnmarshaling->applicationVersion, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkApplicationInfo()
|