Home
last modified time | relevance | path

Searched refs:bufferFeatures (Results 1 – 25 of 48) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_formats.c71 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/
DvktApiFormatPropertiesExtendedKHRtests.cpp49 … allPass && ((formatProperties.bufferFeatures & requiredProperties.bufferFeatures) == requiredPr… in test()
DvktApiBufferViewCreateTests.cpp131 if (!(properties.bufferFeatures & m_testCase.features)) in checkSupport()
DvktApiBufferTests.cpp669 if (formatProperties.bufferFeatures == 0x0) in testDepthStencilBufferFeatures()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_formats.c287 out_properties->bufferFeatures = buffer; in tu_physical_device_get_format_properties()
310 .bufferFeatures = props3->bufferFeatures, in tu_GetPhysicalDeviceFormatProperties2()
/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c704 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/
DVkPhysicalDevice.cpp1236 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()
DVkDeviceMemoryExternalAndroid.cpp160 formatProperties.bufferFeatures; in GetVkFormatFeaturesFromAHBFormat()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_formats.c295 .bufferFeatures = features2_to_features(buffer2), in v3dv_GetPhysicalDeviceFormatProperties2()
352 props->bufferFeatures = buffer2; in v3dv_GetPhysicalDeviceFormatProperties2()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_formats.c149 .bufferFeatures = pvr_get_buffer_format_features(pvr_format), in pvr_GetPhysicalDeviceFormatProperties2()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c676 .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/
Dpanvk_formats.c102 out_properties->bufferFeatures = buffer; in get_format_properties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.cpp766 p.bufferFeatures = properties.bufferFeatures; in getRequiredFormatProperties()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c79 … 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()
Dzink_screen.c1192 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/
DvktImageLoadStoreTests.cpp493 …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/
Dloader_phys_dev_inst_ext_tests.cpp618 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/
DvktAmberTestCase.cpp193 if ((req.m_featureFlags & prop.bufferFeatures) != req.m_featureFlags) in checkSupport()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp1490 return hasFormatFeatureBits<&VkFormatProperties::bufferFeatures>(format, featureBits); in hasBufferFormatFeatureBits()
1578 if (deviceProperties.bufferFeatures == kInvalidFormatFeatureFlags) in getFormatFeatureBits()
/third_party/mesa3d/src/intel/vulkan/
Danv_formats.c963 .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/
DvktRobustnessExtsTests.cpp373 …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()
DvktRobustnessBufferAccessTests.cpp728 if ((formatProperties.bufferFeatures & requiredFormatFeatures) != requiredFormatFeatures) in BufferAccessInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmPhysicalStorageBufferPointerTests.cpp524 …if ((properties.formatProperties.bufferFeatures & VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT) != VK_FORMA… in checkSupport()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp3114 return hasFormatFeatureBits<&VkFormatProperties::bufferFeatures>(formatID, featureBits); in hasBufferFormatFeatureBits()
3175 if (deviceProperties.bufferFeatures == kInvalidFormatFeatureFlags) in getFormatFeatureBits()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1165 pFormatProperties->bufferFeatures = allFeatures; in getPhysicalDeviceFormatProperties()

12