Home
last modified time | relevance | path

Searched refs:shaderSharedInt64Atomics (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c701 CORE_FEATURE(shaderSharedInt64Atomics); in vk_get_physical_device_core_1_2_feature_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc853 <<features-shaderSharedInt64Atomics, pname:shaderSharedInt64Atomics>>
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc1458 * [[{anchor-prefix}features-shaderSharedInt64Atomics]]
1459 pname:shaderSharedInt64Atomics indicates whether shaders can: perform
7512 <<features-shaderSharedInt64Atomics, pname:shaderSharedInt64Atomics>> or
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4948 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceShaderAtomicInt64Features.shaderSharedInt64Atomics ); in operator ()()
5384 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.shaderSharedInt64Atomics ); in operator ()()
Dvulkan_hash.hpp9745 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceShaderAtomicInt64Features.shaderSharedInt64Atomics ); in operator ()()
10626 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.shaderSharedInt64Atomics ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6507 vkStream->write((VkBool32*)&forMarshaling->shaderSharedInt64Atomics, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
6585 vkStream->read((VkBool32*)&forUnmarshaling->shaderSharedInt64Atomics, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
7302 vkStream->write((VkBool32*)&forMarshaling->shaderSharedInt64Atomics, sizeof(VkBool32)); in marshal_VkPhysicalDeviceShaderAtomicInt64Features()
7315 vkStream->read((VkBool32*)&forUnmarshaling->shaderSharedInt64Atomics, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceShaderAtomicInt64Features()
Dgoldfish_vk_reserved_marshaling_guest.cpp4488 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderSharedInt64Atomics, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Features()
5031 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderSharedInt64Atomics, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceShaderAtomicInt64Features()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp7897 vkStream->write((VkBool32*)&forMarshaling->shaderSharedInt64Atomics, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
7986 vkStream->read((VkBool32*)&forUnmarshaling->shaderSharedInt64Atomics, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
8845 vkStream->write((VkBool32*)&forMarshaling->shaderSharedInt64Atomics, sizeof(VkBool32)); in marshal_VkPhysicalDeviceShaderAtomicInt64Features()
8870 vkStream->read((VkBool32*)&forUnmarshaling->shaderSharedInt64Atomics, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceShaderAtomicInt64Features()
Dgoldfish_vk_reserved_marshaling.cpp6045 memcpy((VkBool32*)&forUnmarshaling->shaderSharedInt64Atomics, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features()
6775 memcpy((VkBool32*)&forUnmarshaling->shaderSharedInt64Atomics, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceShaderAtomicInt64Features()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5910 VkBool32 shaderSharedInt64Atomics; member
6121 VkBool32 shaderSharedInt64Atomics; member