Home
last modified time | relevance | path

Searched refs:shaderBufferInt64Atomics (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_shader_atomic_int64.adoc36 code:shaderBufferInt64Atomics capability is optional.
Dversions.adoc240 support for the <<features-shaderBufferInt64Atomics,
241 pname:shaderBufferInt64Atomics>> feature is optional.
243 slink:VkPhysicalDeviceVulkan12Features::pname:shaderBufferInt64Atomics when
Dspirvenv.adoc849 <<features-shaderBufferInt64Atomics, pname:shaderBufferInt64Atomics>>
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c700 CORE_FEATURE(shaderBufferInt64Atomics); in vk_get_physical_device_core_1_2_feature_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc1455 * [[{anchor-prefix}features-shaderBufferInt64Atomics]]
1456 pname:shaderBufferInt64Atomics indicates whether shaders can: perform
7507 * <<features-shaderBufferInt64Atomics, pname:shaderBufferInt64Atomics>>,
7513 <<features-shaderBufferInt64Atomics, pname:shaderBufferInt64Atomics>>
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4947 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceShaderAtomicInt64Features.shaderBufferInt64Atomics ); in operator ()()
5383 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.shaderBufferInt64Atomics ); in operator ()()
Dvulkan_hash.hpp9744 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceShaderAtomicInt64Features.shaderBufferInt64Atomics ); in operator ()()
10625 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.shaderBufferInt64Atomics ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6506 vkStream->write((VkBool32*)&forMarshaling->shaderBufferInt64Atomics, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
6584 vkStream->read((VkBool32*)&forUnmarshaling->shaderBufferInt64Atomics, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
7301 vkStream->write((VkBool32*)&forMarshaling->shaderBufferInt64Atomics, sizeof(VkBool32)); in marshal_VkPhysicalDeviceShaderAtomicInt64Features()
7314 vkStream->read((VkBool32*)&forUnmarshaling->shaderBufferInt64Atomics, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceShaderAtomicInt64Features()
Dgoldfish_vk_reserved_marshaling_guest.cpp4486 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderBufferInt64Atomics, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Features()
5029 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderBufferInt64Atomics, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceShaderAtomicInt64Features()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp7896 vkStream->write((VkBool32*)&forMarshaling->shaderBufferInt64Atomics, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features()
7985 vkStream->read((VkBool32*)&forUnmarshaling->shaderBufferInt64Atomics, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features()
8844 vkStream->write((VkBool32*)&forMarshaling->shaderBufferInt64Atomics, sizeof(VkBool32)); in marshal_VkPhysicalDeviceShaderAtomicInt64Features()
8869 vkStream->read((VkBool32*)&forUnmarshaling->shaderBufferInt64Atomics, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceShaderAtomicInt64Features()
Dgoldfish_vk_reserved_marshaling.cpp6043 memcpy((VkBool32*)&forUnmarshaling->shaderBufferInt64Atomics, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features()
6773 memcpy((VkBool32*)&forUnmarshaling->shaderBufferInt64Atomics, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceShaderAtomicInt64Features()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5909 VkBool32 shaderBufferInt64Atomics; member
6120 VkBool32 shaderBufferInt64Atomics; member