Home
last modified time | relevance | path

Searched refs:bufferDeviceAddress (Results 1 – 25 of 35) sorted by relevance

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkMandatoryFeatures.inl1151 if ( physicalDeviceBufferDeviceAddressFeaturesKHR.bufferDeviceAddress == VK_FALSE )
1153 …log << tcu::TestLog::Message << "Mandatory feature bufferDeviceAddress not supported" << tcu::Test…
1456 if ( physicalDeviceBufferDeviceAddressFeaturesKHR.bufferDeviceAddress == VK_FALSE )
1458 …log << tcu::TestLog::Message << "Mandatory feature bufferDeviceAddress not supported" << tcu::Test…
1987 if ( physicalDeviceVulkan12Features.bufferDeviceAddress == VK_FALSE )
1989 …log << tcu::TestLog::Message << "Mandatory feature bufferDeviceAddress not supported" << tcu::Test…
1996 if ( physicalDeviceVulkan12Features.bufferDeviceAddress == VK_FALSE )
1998 …log << tcu::TestLog::Message << "Mandatory feature bufferDeviceAddress not supported" << tcu::Test…
DvkDeviceFeatures.inl221 featureType.bufferDeviceAddress = allFeaturesBlobs.vk12.bufferDeviceAddress;
DvkDeviceFeatures2.inl267 …eBufferDeviceAddressFeaturesEXT[0].bufferDeviceAddress != deviceBufferDeviceAddressFeaturesEXT[1].
306 …deviceBufferDeviceAddressFeatures[0].bufferDeviceAddress != deviceBufferDeviceAddressFeatures[1].b…
DvkStructTypes.inl1841 VkBool32 bufferDeviceAddress; member
2335 VkBool32 bufferDeviceAddress; member
4886 VkBool32 bufferDeviceAddress; member
DvkDeviceFeatureTest.inl409 FEATURE_ITEM (VkPhysicalDeviceVulkan12Features, bufferDeviceAddress),
1027 FEATURE_ITEM (VkPhysicalDeviceBufferDeviceAddressFeatures, bufferDeviceAddress),
3086 FEATURE_ITEM (VkPhysicalDeviceBufferDeviceAddressFeaturesEXT, bufferDeviceAddress),
/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp299 features->bufferDeviceAddress = VK_FALSE; in getPhysicalDeviceBufferDeviceAddressFeatures()
1443 CheckFeature(requested, supported, bufferDeviceAddress) && in hasExtendedFeatures()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingPipelineLibraryTests.cpp293 if (!testFeatures.deviceAddressFeatures.bufferDeviceAddress) in checkSupport()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp523 return !!vk12Features.bufferDeviceAddress; in isDeviceFunctionalitySupported()
/external/angle/third_party/vulkan_memory_allocator/src/
DVulkanSample.cpp1877 …HR_buffer_device_address_enabled && !physicalDeviceBufferDeviceAddressFeatures.bufferDeviceAddress) in InitializeApplication()
1986 physicalDeviceBufferDeviceAddressFeatures.bufferDeviceAddress = VK_TRUE; in InitializeApplication()
/external/mesa3d/src/intel/vulkan/
Danv_device.c1041 f->bufferDeviceAddress = pdevice->has_a64_buffer_access; in anv_get_physical_device_features_1_2()
1104 features->bufferDeviceAddress = pdevice->has_a64_buffer_access; in anv_GetPhysicalDeviceFeatures2()
1112 CORE_FEATURE(1, 2, bufferDeviceAddress); in anv_GetPhysicalDeviceFeatures2()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1906 …FEATURE_TABLE_ITEM(vulkan12Features, bufferDeviceAddressFeatures, bufferDeviceAddress, "V… in featureBitInfluenceOnDeviceCreate()
1919 …2Features, bufferDeviceAddressFeatures, bufferDeviceAddressCaptureReplay, bufferDeviceAddress), in featureBitInfluenceOnDeviceCreate()
1920 …12Features, bufferDeviceAddressFeatures, bufferDeviceAddressMultiDevice, bufferDeviceAddress), in featureBitInfluenceOnDeviceCreate()
5120 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan12Features, bufferDeviceAddress), in deviceFeaturesVulkan12()
5752 …if (( bufferDeviceAddressFeatures.bufferDeviceAddress != vulkan12Features.bufferDeviceAddress in deviceFeatureExtensionsConsistencyVulkan12()
5894 if (!bufferDeviceAddressFeatures.bufferDeviceAddress) in deviceFeatureExtensionsConsistencyVulkan13()
/external/mesa3d/src/freedreno/vulkan/
Dtu_device.c478 features->bufferDeviceAddress = false; in tu_GetPhysicalDeviceFeatures2()
/external/virglrenderer/src/venus/venus-protocol/
Dvn_protocol_renderer_device.h2738 vn_encode_VkBool32(enc, &val->bufferDeviceAddress); in vn_encode_VkPhysicalDeviceBufferDeviceAddressFeatures_self()
2765 vn_decode_VkBool32(dec, &val->bufferDeviceAddress); in vn_decode_VkPhysicalDeviceBufferDeviceAddressFeatures_self_temp()
3264 vn_encode_VkBool32(enc, &val->bufferDeviceAddress); in vn_encode_VkPhysicalDeviceVulkan12Features_self()
3335 vn_decode_VkBool32(dec, &val->bufferDeviceAddress); in vn_decode_VkPhysicalDeviceVulkan12Features_self_temp()
Dvulkan_core.h5422 VkBool32 bufferDeviceAddress; member
5872 VkBool32 bufferDeviceAddress; member
11130 VkBool32 bufferDeviceAddress; member
/external/mesa3d/src/amd/vulkan/
Dradv_device.c1092 f->bufferDeviceAddress = true; in radv_get_physical_device_features_1_2()
1226 features->bufferDeviceAddress = true; in radv_GetPhysicalDeviceFeatures2()
1234 CORE_FEATURE(1, 2, bufferDeviceAddress); in radv_GetPhysicalDeviceFeatures2()
/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.cpp26902 bufferDeviceAddress(in_struct->bufferDeviceAddress), in safe_VkPhysicalDeviceBufferDeviceAddressFeaturesEXT()
26916 bufferDeviceAddress = src.bufferDeviceAddress; in safe_VkPhysicalDeviceBufferDeviceAddressFeaturesEXT()
26930 bufferDeviceAddress = src.bufferDeviceAddress; in operator =()
26947 bufferDeviceAddress = in_struct->bufferDeviceAddress; in initialize()
26956 bufferDeviceAddress = src->bufferDeviceAddress; in initialize()
/external/mesa3d/include/vulkan/
Dvulkan_core.h5085 VkBool32 bufferDeviceAddress; member
5535 VkBool32 bufferDeviceAddress; member
10399 VkBool32 bufferDeviceAddress; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h5398 VkBool32 bufferDeviceAddress; member
5848 VkBool32 bufferDeviceAddress; member
11022 VkBool32 bufferDeviceAddress; member
/external/gfxstream-protocols/include/vulkan/include/vulkan/
Dvulkan_core.h5516 VkBool32 bufferDeviceAddress; member
5966 VkBool32 bufferDeviceAddress; member
11636 VkBool32 bufferDeviceAddress; member
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp46050 bufferDeviceAddress(bufferDeviceAddress_),
46082 bufferDeviceAddress = bufferDeviceAddress_; in setBufferDeviceAddress()
46123 …return std::tie(sType, pNext, bufferDeviceAddress, bufferDeviceAddressCaptureReplay, bufferDeviceA… in reflect()
46135 …urn (sType == rhs.sType) && (pNext == rhs.pNext) && (bufferDeviceAddress == rhs.bufferDeviceAddres… in operator ==()
46150 VULKAN_HPP_NAMESPACE::Bool32 bufferDeviceAddress = {}; member
46181 bufferDeviceAddress(bufferDeviceAddress_),
46213 bufferDeviceAddress = bufferDeviceAddress_; in setBufferDeviceAddress()
46254 …return std::tie(sType, pNext, bufferDeviceAddress, bufferDeviceAddressCaptureReplay, bufferDeviceA… in reflect()
46266 …urn (sType == rhs.sType) && (pNext == rhs.pNext) && (bufferDeviceAddress == rhs.bufferDeviceAddres… in operator ==()
46281 VULKAN_HPP_NAMESPACE::Bool32 bufferDeviceAddress = {}; member
[all …]
Dvulkan_core.h5960 VkBool32 bufferDeviceAddress; member
6454 VkBool32 bufferDeviceAddress; member
12719 VkBool32 bufferDeviceAddress; member
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp45956 , bufferDeviceAddress( bufferDeviceAddress_ )
45988 bufferDeviceAddress = bufferDeviceAddress_; in setBufferDeviceAddress()
46029 …return std::tie( sType, pNext, bufferDeviceAddress, bufferDeviceAddressCaptureReplay, bufferDevice… in reflect()
46041 … sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( bufferDeviceAddress == rhs.bufferDeviceAddres… in operator ==()
46056 VULKAN_HPP_NAMESPACE::Bool32 bufferDeviceAddress = {}; member
46087 , bufferDeviceAddress( bufferDeviceAddress_ )
46119 bufferDeviceAddress = bufferDeviceAddress_; in setBufferDeviceAddress()
46160 …return std::tie( sType, pNext, bufferDeviceAddress, bufferDeviceAddressCaptureReplay, bufferDevice… in reflect()
46172 … sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( bufferDeviceAddress == rhs.bufferDeviceAddres… in operator ==()
46187 VULKAN_HPP_NAMESPACE::Bool32 bufferDeviceAddress = {}; member
[all …]
Dvulkan_core.h5682 VkBool32 bufferDeviceAddress; member
6132 VkBool32 bufferDeviceAddress; member
12315 VkBool32 bufferDeviceAddress; member
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp47608 : bufferDeviceAddress( bufferDeviceAddress_ )
47643 bufferDeviceAddress = bufferDeviceAddress_; in setBufferDeviceAddress()
47685 …sType, pNext, bufferDeviceAddress, bufferDeviceAddressCaptureReplay, bufferDeviceAddressMultiDevic… in reflect()
47697 … sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( bufferDeviceAddress == rhs.bufferDeviceAddres… in operator ==()
47712 VULKAN_HPP_NAMESPACE::Bool32 bufferDeviceAddress = {}; member
47746 : bufferDeviceAddress( bufferDeviceAddress_ )
47781 bufferDeviceAddress = bufferDeviceAddress_; in setBufferDeviceAddress()
47823 …sType, pNext, bufferDeviceAddress, bufferDeviceAddressCaptureReplay, bufferDeviceAddressMultiDevic… in reflect()
47835 … sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( bufferDeviceAddress == rhs.bufferDeviceAddres… in operator ==()
47850 VULKAN_HPP_NAMESPACE::Bool32 bufferDeviceAddress = {}; member
[all …]
Dvulkan_core.h5661 VkBool32 bufferDeviceAddress; member
6111 VkBool32 bufferDeviceAddress; member
12293 VkBool32 bufferDeviceAddress; member

12