Home
last modified time | relevance | path

Searched refs:VK_FORMAT_A2B10G10R10_UNORM_PACK32 (Results 1 - 25 of 116) sorted by relevance

12345

/third_party/skia/src/gpu/vk/
H A DGrVkUtil.h58 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: return kRGBA_SkColorChannelFlags; in GrVkFormatChannels()
98 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in GrVkFormatDesc()
144 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: return 4; in GrVkFormatBytesPerBlock()
220 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: return "A2B10G10R10_UNORM_PACK32"; in GrVkFormatToStr()
H A DGrVkUtil.cpp24 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in GrVkFormatIsSupported()
H A DGrVkCaps.cpp98 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in format_compatibility_class()
784 VK_FORMAT_A2B10G10R10_UNORM_PACK32,
1043 // Format: VK_FORMAT_A2B10G10R10_UNORM_PACK32 in initFormatTable()
1045 constexpr VkFormat format = VK_FORMAT_A2B10G10R10_UNORM_PACK32; in initFormatTable()
1052 // Format: VK_FORMAT_A2B10G10R10_UNORM_PACK32, Surface: kRGBA_1010102 in initFormatTable()
1330 this->setColorType(GrColorType::kRGBA_1010102, { VK_FORMAT_A2B10G10R10_UNORM_PACK32 }); in initFormatTable()
2010 { GrColorType::kRGBA_1010102, GrBackendFormat::MakeVk(VK_FORMAT_A2B10G10R10_UNORM_PACK32)}, in getTestingCombinations()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineVertexUtil.cpp119 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in getVertexFormatSize()
283 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in getVertexFormatComponentCount()
466 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in getPackedVertexFormatComponentWidth()
520 case VK_FORMAT_A2B10G10R10_UNORM_PACK32:
546 case VK_FORMAT_A2B10G10R10_UNORM_PACK32:
706 case VK_FORMAT_A2B10G10R10_UNORM_PACK32:
873 case VK_FORMAT_A2B10G10R10_UNORM_PACK32:
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineVertexUtil.cpp119 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in getVertexFormatSize()
283 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in getVertexFormatComponentCount()
466 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in getPackedVertexFormatComponentWidth()
520 case VK_FORMAT_A2B10G10R10_UNORM_PACK32:
546 case VK_FORMAT_A2B10G10R10_UNORM_PACK32:
706 case VK_FORMAT_A2B10G10R10_UNORM_PACK32:
873 case VK_FORMAT_A2B10G10R10_UNORM_PACK32:
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkFormat.cpp42 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in isUnsignedNormalized()
403 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in isFloatFormat()
720 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in compatibleFormat()
1266 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in componentCount()
1376 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in isUnsignedComponent()
1593 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in bytes()
2004 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in getScale()
2140 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in bitsPerComponent()
2175 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in supportsColorAttachmentBlend()
2305 case VK_FORMAT_A2B10G10R10_UNORM_PACK32 in has8bitTextureComponents()
[all...]
H A DVkPhysicalDevice.cpp1264 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in GetFormatProperties()
1413 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in GetFormatProperties()
1472 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in GetFormatProperties()
1558 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in GetFormatProperties()
1622 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in GetFormatProperties()
H A DVkDeviceMemoryExternalAndroid.cpp42 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in GetAHBFormatFromVkFormat()
367 return VK_FORMAT_A2B10G10R10_UNORM_PACK32; in GetVkFormatFromAHBFormat()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessVertexAccessTests.cpp911 if (m_inputFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32) in verifyResult()
939 const bool canMatchVec4Pattern = ((valueNdx % numChannels == 3) || m_inputFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32); in verifyResult()
944 if (m_inputFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32) in verifyResult()
974 if (m_inputFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32) in isValueWithinVertexBufferOrZero()
1045 else if (vertexFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32) in isExpectedValueFromVertexBuffer()
1070 else if (format == VK_FORMAT_A2B10G10R10_UNORM_PACK32) in getBufferSizeInBytes()
1256 VK_FORMAT_A2B10G10R10_UNORM_PACK32
H A DvktRobustnessUtil.cpp212 else if (bufferFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32) in verifyOutOfBoundsVec4()
240 else if (format == VK_FORMAT_A2B10G10R10_UNORM_PACK32) in populateBufferWithTestValues()
H A DvktRobustnessBufferAccessTests.cpp552 else if (bufferFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32) in genTexelBufferShaderAccess()
1288 else if (m_bufferFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32) in isExpectedValueFromInBuffer()
1497 && ((offsetInBytes / 4 + 1) % 4 == 0 || m_bufferFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32));
1502 if (m_bufferFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32)
1657 VK_FORMAT_A2B10G10R10_UNORM_PACK32
1728 !(bufferFormat == VK_FORMAT_R32_UINT || bufferFormat == VK_FORMAT_R64_SINT || bufferFormat == VK_FORMAT_R32_SFLOAT || bufferFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32))
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessVertexAccessTests.cpp918 if (m_inputFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32) in verifyResult()
946 const bool canMatchVec4Pattern = ((valueNdx % numChannels == 3) || m_inputFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32); in verifyResult()
951 if (m_inputFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32) in verifyResult()
981 if (m_inputFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32) in isValueWithinVertexBufferOrZero()
1052 else if (vertexFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32) in isExpectedValueFromVertexBuffer()
1077 else if (format == VK_FORMAT_A2B10G10R10_UNORM_PACK32) in getBufferSizeInBytes()
1259 VK_FORMAT_A2B10G10R10_UNORM_PACK32
H A DvktRobustnessBufferAccessTests.cpp504 else if (bufferFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32) in genTexelBufferShaderAccess()
1229 else if (m_bufferFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32) in isExpectedValueFromInBuffer()
1434 && ((offsetInBytes / 4 + 1) % 4 == 0 || m_bufferFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32));
1439 if (m_bufferFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32)
1594 VK_FORMAT_A2B10G10R10_UNORM_PACK32
1664 !(bufferFormat == VK_FORMAT_R32_UINT || bufferFormat == VK_FORMAT_R64_SINT || bufferFormat == VK_FORMAT_R32_SFLOAT || bufferFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32))
H A DvktRobustnessUtil.cpp237 else if (bufferFormat == VK_FORMAT_A2B10G10R10_UNORM_PACK32) in verifyOutOfBoundsVec4()
265 else if (format == VK_FORMAT_A2B10G10R10_UNORM_PACK32) in populateBufferWithTestValues()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_formats.c189 } else if (vk_format == VK_FORMAT_A2B10G10R10_UNORM_PACK32 || in image_format_features()
238 } else if (vk_format == VK_FORMAT_A2B10G10R10_UNORM_PACK32) { in buffer_format_features()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_android.c130 return VK_FORMAT_A2B10G10R10_UNORM_PACK32; in vk_format_from_android()
157 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in android_format_from_vk()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DPixelProgram.cpp297 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in blendColor()
396 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in clampColor()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_format.c110 [PIPE_FORMAT_R10G10B10A2_UNORM] = VK_FORMAT_A2B10G10R10_UNORM_PACK32,
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_android.c403 return VK_FORMAT_A2B10G10R10_UNORM_PACK32; in vk_format_from_android()
429 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in android_format_from_vk()
/third_party/mesa3d/src/vulkan/util/
H A Dvk_format.c107 [VK_FORMAT_A2B10G10R10_UNORM_PACK32] = PIPE_FORMAT_R10G10B10A2_UNORM,
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_wayland.c283 VK_FORMAT_A2B10G10R10_UNORM_PACK32, in wsi_wl_display_add_drm_format_modifier()
288 VK_FORMAT_A2B10G10R10_UNORM_PACK32, in wsi_wl_display_add_drm_format_modifier()
406 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in wl_drm_format_for_vk_format()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp646 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: return "rgb10_a2"; in getShaderImageFormatQualifier()
874 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in isFormatImageLoadStoreCapable()
H A DvktImageTransfer.cpp392 VK_FORMAT_A2B10G10R10_UNORM_PACK32, in createTransferQueueImageTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTestsUtil.cpp646 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: return "rgb10_a2"; in getShaderImageFormatQualifier()
874 case VK_FORMAT_A2B10G10R10_UNORM_PACK32: in isFormatImageLoadStoreCapable()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiGranularityTests.cpp429 VK_FORMAT_A2B10G10R10_UNORM_PACK32, in createGranularityQueryTests()

Completed in 31 milliseconds

12345