Home
last modified time | relevance | path

Searched refs:applicationVersion (Results 1 – 18 of 18) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dxmlconfig.h137 const char *applicationName, uint32_t applicationVersion,
Dxmlconfig.c607 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/
DSwapChainStateVk_unittest.cpp54 .applicationVersion = VK_MAKE_VERSION(1, 0, 0), in createInstance()
DDisplayVk_unittest.cpp111 .applicationVersion = VK_MAKE_VERSION(1, 0, 0), in createInstance()
DCompositorVk_unittest.cpp276 .applicationVersion = VK_MAKE_VERSION(1, 0, 0), in createInstance()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_instance.c105 instance->app_info.app_version = app->applicationVersion; in vk_instance_init()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_device_fault.adoc187 uint32_t applicationVersion;
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp518 .applicationVersion = 1, in SetUpTypicalVkTestEnvironment()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddebugging.adoc464 * pname:applicationVersion must: be zero or the value specified by
465 slink:VkApplicationInfo::pname:applicationVersion during instance
Dinitialization.adoc562 * pname:applicationVersion is an unsigned integer variable containing the
/hardware/google/gfxstream/common/detector/
DVulkan.cpp128 .applicationVersion = 1, in Load()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2974 uint32_t applicationVersion; member
15511 uint32_t applicationVersion; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp968 VULKAN_HPP_HASH_COMBINE( seed, applicationInfo.applicationVersion ); in operator ()()
3356 VULKAN_HPP_HASH_COMBINE( seed, deviceFaultVendorBinaryHeaderVersionOneEXT.applicationVersion ); in operator ()()
Dvulkansc_hash.hpp385 VULKAN_HPP_HASH_COMBINE( seed, applicationInfo.applicationVersion ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp427 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp359 memcpy(*ptr, (uint32_t*)&forMarshaling->applicationVersion, sizeof(uint32_t)); in reservedmarshal_VkApplicationInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp482 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()
Dgoldfish_vk_reserved_marshaling.cpp398 memcpy((uint32_t*)&forUnmarshaling->applicationVersion, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkApplicationInfo()