| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| D | lvp_formats.c | 71 out_properties->bufferFeatures = 0; in lvp_physical_device_get_format_properties() 85 out_properties->bufferFeatures = 0; in lvp_physical_device_get_format_properties() 99 out_properties->bufferFeatures = buffer_features; in lvp_physical_device_get_format_properties() 171 out_properties->bufferFeatures = buffer_features; in lvp_physical_device_get_format_properties() 188 …pFormatProperties->formatProperties.bufferFeatures = format_props.bufferFeatures & VK_ALL_FORMAT_F… in lvp_GetPhysicalDeviceFormatProperties2() 193 prop3->bufferFeatures = format_props.bufferFeatures; in lvp_GetPhysicalDeviceFormatProperties2()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| D | vktApiFormatPropertiesExtendedKHRtests.cpp | 49 … allPass && ((formatProperties.bufferFeatures & requiredProperties.bufferFeatures) == requiredPr… in test()
|
| D | vktApiBufferViewCreateTests.cpp | 131 if (!(properties.bufferFeatures & m_testCase.features)) in checkSupport()
|
| D | vktApiBufferTests.cpp | 669 if (formatProperties.bufferFeatures == 0x0) in testDepthStencilBufferFeatures()
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| D | tu_formats.c | 287 out_properties->bufferFeatures = buffer; in tu_physical_device_get_format_properties() 310 .bufferFeatures = props3->bufferFeatures, in tu_GetPhysicalDeviceFormatProperties2()
|
| /third_party/mesa3d/src/amd/vulkan/ |
| D | radv_formats.c | 704 out_properties->bufferFeatures = buffer; in radv_physical_device_get_format_properties() 712 out_properties->bufferFeatures = buffer; in radv_physical_device_get_format_properties() 736 out_properties->bufferFeatures = 0; in radv_physical_device_get_format_properties() 889 out_properties->bufferFeatures = buffer; in radv_physical_device_get_format_properties() 1447 pFormatProperties->formatProperties.bufferFeatures = in radv_GetPhysicalDeviceFormatProperties2() 1448 features2_to_features(format_props.bufferFeatures); in radv_GetPhysicalDeviceFormatProperties2() 1455 format_props_extended->bufferFeatures = format_props.bufferFeatures; in radv_GetPhysicalDeviceFormatProperties2()
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkPhysicalDevice.cpp | 1236 pFormatProperties->bufferFeatures = 0; // Unsupported format in GetFormatProperties() 1395 pFormatProperties->bufferFeatures |= in GetFormatProperties() 1446 pFormatProperties->bufferFeatures |= in GetFormatProperties() 1595 pFormatProperties->bufferFeatures |= in GetFormatProperties() 1646 pFormatProperties->bufferFeatures |= in GetFormatProperties()
|
| D | VkDeviceMemoryExternalAndroid.cpp | 160 formatProperties.bufferFeatures; in GetVkFormatFeaturesFromAHBFormat()
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| D | v3dv_formats.c | 295 .bufferFeatures = features2_to_features(buffer2), in v3dv_GetPhysicalDeviceFormatProperties2() 352 props->bufferFeatures = buffer2; in v3dv_GetPhysicalDeviceFormatProperties2()
|
| /third_party/mesa3d/src/imagination/vulkan/ |
| D | pvr_formats.c | 149 .bufferFeatures = pvr_get_buffer_format_features(pvr_format), in pvr_GetPhysicalDeviceFormatProperties2()
|
| /third_party/mesa3d/src/microsoft/vulkan/ |
| D | dzn_device.c | 676 .bufferFeatures = VK_FORMAT_FEATURE_TRANSFER_SRC_BIT | VK_FORMAT_FEATURE_TRANSFER_DST_BIT, in dzn_physical_device_get_format_properties() 680 base_props->bufferFeatures |= VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT; in dzn_physical_device_get_format_properties() 699 base_props->bufferFeatures |= VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT; in dzn_physical_device_get_format_properties() 710 base_props->bufferFeatures |= VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_ATOMIC_BIT; in dzn_physical_device_get_format_properties() 714 base_props->bufferFeatures |= VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT; in dzn_physical_device_get_format_properties() 748 base_props->bufferFeatures = in dzn_physical_device_get_format_properties() 754 base_props->bufferFeatures = 0; in dzn_physical_device_get_format_properties()
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| D | panvk_formats.c | 102 out_properties->bufferFeatures = buffer; in get_format_properties()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
| D | vktTestCase.cpp | 766 p.bufferFeatures = properties.bufferFeatures; in getRequiredFormatProperties()
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| D | zink_state.c | 79 … if (screen->format_props[elem->src_format].bufferFeatures & VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT) in zink_create_vertex_elements_state() 85 … assert(screen->format_props[new_format].bufferFeatures & VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT); in zink_create_vertex_elements_state()
|
| D | zink_screen.c | 1192 if (!(props.bufferFeatures & VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT)) { in zink_is_format_supported() 1196 … if (!(screen->format_props[new_format].bufferFeatures & VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT)) in zink_is_format_supported() 1202 !(props.bufferFeatures & VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT)) in zink_is_format_supported() 1206 !(props.bufferFeatures & VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT)) in zink_is_format_supported()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| D | vktImageLoadStoreTests.cpp | 493 …if (m_texture.type() == IMAGE_TYPE_BUFFER && !(formatProperties.bufferFeatures & VK_FORMAT_FEATURE… in checkSupport() 1097 …if (m_texture.type() == IMAGE_TYPE_BUFFER && !(formatProperties.bufferFeatures & VK_FORMAT_FEATURE… in checkSupport() 1103 if ((m_texture.type() == IMAGE_TYPE_BUFFER) && !(imageFormatProperties.bufferFeatures)) in checkSupport() 1112 …if (m_texture.type() == IMAGE_TYPE_BUFFER && !(dstFormatProperties.bufferFeatures & VK_FORMAT_FEAT… in checkSupport() 1116 …if (m_texture.type() == IMAGE_TYPE_BUFFER && !(formatProperties.bufferFeatures & VK_FORMAT_FEATURE… in checkSupport() 1119 …iform && m_texture.type() == IMAGE_TYPE_BUFFER && !(formatProperties.bufferFeatures & VK_FORMAT_FE… in checkSupport()
|
| /third_party/vulkan-loader/tests/ |
| D | loader_phys_dev_inst_ext_tests.cpp | 618 props[form].bufferFeatures = static_cast<VkFormatFeatureFlags>(rand()); in FillInRandomFormatProperties() 682 ASSERT_EQ(props.bufferFeatures, props2.formatProperties.bufferFeatures); in TEST() 716 ASSERT_EQ(props.bufferFeatures, props2.formatProperties.bufferFeatures); in TEST() 757 ASSERT_EQ(props.bufferFeatures, props2.formatProperties.bufferFeatures); in TEST() 764 ASSERT_EQ(props.bufferFeatures, props2KHR.formatProperties.bufferFeatures); in TEST() 843 ASSERT_EQ(props.bufferFeatures, props2.formatProperties.bufferFeatures); in TEST()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
| D | vktAmberTestCase.cpp | 193 if ((req.m_featureFlags & prop.bufferFeatures) != req.m_featureFlags) in checkSupport()
|
| /third_party/mesa3d/src/intel/vulkan/ |
| D | anv_formats.c | 963 .bufferFeatures = features2_to_features(buffer2), in anv_GetPhysicalDeviceFormatProperties2() 983 props->bufferFeatures = buffer2; in anv_GetPhysicalDeviceFormatProperties2()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
| D | vktRobustnessExtsTests.cpp | 373 …if ((formatProperties.bufferFeatures & VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT) != VK_FORMAT_FE… in checkSupport() 377 …if ((formatProperties.bufferFeatures & VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT) != VK_FORMAT_FE… in checkSupport() 381 …if ((formatProperties.bufferFeatures & VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT) != VK_FORMAT_FEATURE_V… in checkSupport()
|
| D | vktRobustnessBufferAccessTests.cpp | 728 if ((formatProperties.bufferFeatures & requiredFormatFeatures) != requiredFormatFeatures) in BufferAccessInstance()
|
| /third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
| D | device.cc | 865 : properties.bufferFeatures) & in IsFormatSupportedByPhysicalDevice()
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
| D | formats.txt | 1832 * pname:bufferFeatures is a bitmask of elink:VkFormatFeatureFlagBits 1850 If pname:format is a block-compressed format, then pname:bufferFeatures 1869 and pname:bufferFeatures are: 2066 The following bits may: be set in pname:bufferFeatures, specifying that the 2367 * pname:bufferFeatures is a bitmask of elink:VkFormatFeatureFlagBits2KHR 2371 and pname:bufferFeatures must: include the bits reported in the 2381 pname:bufferFeatures are: 2573 The following bits may: be set in pname:bufferFeatures, specifying that the 2705 .Feature bits in pname:bufferFeatures 3084 14+| pname:bufferFeatures must: not support any features for these formats [all …]
|
| D | fxvertex.txt | 406 sname:VkFormatProperties::pname:bufferFeatures returned by 578 sname:VkFormatProperties::pname:bufferFeatures returned by
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 524 …if ((properties.formatProperties.bufferFeatures & VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT) != VK_FORMA… in checkSupport()
|