/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_formats.c | 74 out_properties->bufferFeatures = 0; in lvp_physical_device_get_format_properties() 93 out_properties->bufferFeatures = 0; in lvp_physical_device_get_format_properties() 109 out_properties->bufferFeatures = buffer_features; in lvp_physical_device_get_format_properties() 229 out_properties->bufferFeatures = buffer_features; in lvp_physical_device_get_format_properties() 250 …pFormatProperties->formatProperties.bufferFeatures = vk_format_features2_to_features(format_props.… in lvp_GetPhysicalDeviceFormatProperties2() 255 prop3->bufferFeatures = format_props.bufferFeatures; in lvp_GetPhysicalDeviceFormatProperties2()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFormatPropertiesExtendedKHRtests.cpp | 64 … checkFlags(formatProperties.bufferFeatures, requiredProperties.bufferFeatures, "Buffer features"); in test()
|
D | vktApiPhysicalDeviceFormatPropertiesMaint5Tests.cpp | 127 … return l.bufferFeatures == r.bufferFeatures && l.linearTilingFeatures == r.linearTilingFeatures && in operator ==()
|
D | vktApiBufferViewCreateTests.cpp | 126 if (!(properties.bufferFeatures & m_testCase.features)) in checkSupport()
|
D | vktApiBufferViewAccessTests.cpp | 604 if (!(properties.bufferFeatures & testCase.feature)) in checkTexelBufferSupport() 987 if ((properties.bufferFeatures & VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT) == 0) in checkSupport()
|
D | vktApiBufferTests.cpp | 665 if (formatProperties.bufferFeatures == 0x0) in testDepthStencilBufferFeatures()
|
/external/mesa3d/src/asahi/vulkan/ |
D | hk_format.c | 123 .bufferFeatures = vk_format_features2_to_features(buffer2), in hk_GetPhysicalDeviceFormatProperties2() 132 p->bufferFeatures = buffer2; in hk_GetPhysicalDeviceFormatProperties2()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_formats.c | 283 out_properties->bufferFeatures = buffer; in radv_physical_device_get_format_properties() 304 out_properties->bufferFeatures = buffer; in radv_physical_device_get_format_properties() 341 out_properties->bufferFeatures = 0; in radv_physical_device_get_format_properties() 498 out_properties->bufferFeatures = buffer; in radv_physical_device_get_format_properties() 832 …pFormatProperties->formatProperties.bufferFeatures = vk_format_features2_to_features(format_props.… in radv_GetPhysicalDeviceFormatProperties2() 838 format_props_extended->bufferFeatures = format_props.bufferFeatures; in radv_GetPhysicalDeviceFormatProperties2()
|
/external/mesa3d/src/nouveau/vulkan/ |
D | nvk_format.c | 187 .bufferFeatures = vk_format_features2_to_features(buffer2), in nvk_GetPhysicalDeviceFormatProperties2() 196 p->bufferFeatures = buffer2; in nvk_GetPhysicalDeviceFormatProperties2()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_formats.cc | 276 out_properties->bufferFeatures = buffer; in tu_physical_device_get_format_properties() 301 .bufferFeatures = in tu_GetPhysicalDeviceFormatProperties2() 302 vk_format_features2_to_features(props3->bufferFeatures), in tu_GetPhysicalDeviceFormatProperties2()
|
/external/swiftshader/src/Vulkan/ |
D | VkPhysicalDevice.cpp | 1902 properties.bufferFeatures |= extendedProperties.bufferFeatures; in isFormatSupported() 2006 …pFormatProperties->bufferFeatures = static_cast<VkFormatFeatureFlags>(formatProperties3.bufferFeat… in GetFormatProperties() 2013 pFormatProperties->bufferFeatures = 0; // Unsupported format in GetFormatProperties() 2176 pFormatProperties->bufferFeatures |= in GetFormatProperties() 2228 pFormatProperties->bufferFeatures |= in GetFormatProperties() 2389 pFormatProperties->bufferFeatures |= in GetFormatProperties() 2440 pFormatProperties->bufferFeatures |= in GetFormatProperties()
|
D | VkDeviceMemoryExternalAndroid.cpp | 164 formatProperties.bufferFeatures; in GetVkFormatFeaturesFromAHBFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 1406 p.bufferFeatures = properties.bufferFeatures; in getRequiredFormatProperties() 1437 if ((p.bufferFeatures & VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR) || in getRequiredFormatProperties() 1438 (p.bufferFeatures & VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT_KHR)) in getRequiredFormatProperties() 1440 p.bufferFeatures |= VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT_KHR; in getRequiredFormatProperties()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageLoadStoreTests.cpp | 594 … !(formatProperties.bufferFeatures & VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT_KHR)) in checkSupport() 608 !(formatProperties.bufferFeatures & VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT)) in checkSupport() 626 !(formatProperties.bufferFeatures & VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT)) in checkSupport() 1305 !(formatProperties.bufferFeatures & VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT)) in checkSupport() 1312 !(formatProperties.bufferFeatures & VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT)) in checkSupport() 1325 !(formatProperties.bufferFeatures & VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT)) in checkSupport() 1331 if ((m_texture.type() == IMAGE_TYPE_BUFFER) && !(imageFormatProperties.bufferFeatures)) in checkSupport() 1341 !(dstFormatProperties.bufferFeatures & VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT)) in checkSupport() 1345 !(formatProperties.bufferFeatures & VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT)) in checkSupport() 1349 !(formatProperties.bufferFeatures & VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT)) in checkSupport() [all …]
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_screen.c | 1398 if (!(props->bufferFeatures & VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT)) { in zink_is_format_supported() 1402 …if (!(zink_get_format_props(screen, new_format)->bufferFeatures & VK_FORMAT_FEATURE_VERTEX_BUFFER_… in zink_is_format_supported() 1408 !(props->bufferFeatures & VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT)) in zink_is_format_supported() 1412 !(props->bufferFeatures & VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT)) in zink_is_format_supported() 2088 screen->format_props[pformat].bufferFeatures = props3.bufferFeatures; in zink_init_format_props() 2096 screen->format_props[pformat].bufferFeatures = props.formatProperties.bufferFeatures; in zink_init_format_props() 2112 screen->format_props[pformat].bufferFeatures = props.bufferFeatures; in zink_init_format_props() 2117 !screen->format_props[pformat].bufferFeatures) { in zink_init_format_props() 2126 screen->format_props[pformat].bufferFeatures = 0; in zink_init_format_props()
|
D | zink_state.c | 80 …if (zink_get_format_props(screen, elem->src_format)->bufferFeatures & VK_FORMAT_FEATURE_VERTEX_BUF… in zink_create_vertex_elements_state() 86 …assert(zink_get_format_props(screen, new_format)->bufferFeatures & VK_FORMAT_FEATURE_VERTEX_BUFFER… in zink_create_vertex_elements_state()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_formats.c | 349 .bufferFeatures = vk_format_features2_to_features(buffer2), in v3dv_GetPhysicalDeviceFormatProperties2() 406 props->bufferFeatures = buffer2; in v3dv_GetPhysicalDeviceFormatProperties2()
|
/external/mesa3d/src/microsoft/vulkan/ |
D | dzn_device.c | 1278 ….bufferFeatures = VK_FORMAT_FEATURE_TRANSFER_SRC_BIT | VK_FORMAT_FEATURE_TRANSFER_DST_BIT | VK_FOR… in dzn_physical_device_get_format_properties() 1288 .bufferFeatures = VK_FORMAT_FEATURE_TRANSFER_SRC_BIT | VK_FORMAT_FEATURE_TRANSFER_DST_BIT, in dzn_physical_device_get_format_properties() 1292 base_props->bufferFeatures |= VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT; in dzn_physical_device_get_format_properties() 1313 base_props->bufferFeatures |= VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT; in dzn_physical_device_get_format_properties() 1324 base_props->bufferFeatures |= VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_ATOMIC_BIT; in dzn_physical_device_get_format_properties() 1328 base_props->bufferFeatures |= VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT; in dzn_physical_device_get_format_properties() 1368 base_props->bufferFeatures = in dzn_physical_device_get_format_properties() 1374 base_props->bufferFeatures = 0; in dzn_physical_device_get_format_properties()
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessExtsTests.cpp | 539 if ((formatProperties.bufferFeatures & VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT) != in checkSupport() 544 if ((formatProperties.bufferFeatures & VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT) != in checkSupport() 549 … ((formatProperties3.bufferFeatures & VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR) != in checkSupport() 555 … ((formatProperties3.bufferFeatures & VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR) != in checkSupport() 561 if ((formatProperties.bufferFeatures & VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT) != in checkSupport() 659 … if (!(formatProperties.bufferFeatures & VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR)) in checkSupport() 661 … if (!(formatProperties.bufferFeatures & VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT_KHR)) in checkSupport()
|
/external/mesa3d/src/imagination/vulkan/ |
D | pvr_formats.c | 811 .bufferFeatures = vk_format_features2_to_features(buffer2), in pvr_GetPhysicalDeviceFormatProperties2() 820 pFormatProperties3->bufferFeatures = buffer2; in pvr_GetPhysicalDeviceFormatProperties2()
|
/external/mesa3d/src/intel/vulkan_hasvk/ |
D | anv_formats.c | 919 .bufferFeatures = vk_format_features2_to_features(buffer2), in anv_GetPhysicalDeviceFormatProperties2() 939 props->bufferFeatures = buffer2; in anv_GetPhysicalDeviceFormatProperties2()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_formats.c | 1042 .bufferFeatures = vk_format_features2_to_features(buffer2), in anv_GetPhysicalDeviceFormatProperties2() 1062 props->bufferFeatures = buffer2; in anv_GetPhysicalDeviceFormatProperties2()
|
/external/deqp/external/vulkancts/modules/vulkan/amber/ |
D | vktAmberTestCase.cpp | 270 if ((req.m_featureFlags & prop.bufferFeatures) != req.m_featureFlags) in checkSupport()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 554 if ((properties.formatProperties.bufferFeatures & VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT) != in checkSupport()
|
/external/mesa3d/src/panfrost/vulkan/ |
D | panvk_physical_device.c | 1183 out_properties->bufferFeatures = buffer; in get_format_properties()
|