Home
last modified time | relevance | path

Searched refs:VK_FORMAT_R32G32_UINT (Results 1 - 25 of 119) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkFormat.cpp122 case VK_FORMAT_R32G32_UINT: in isUnsignedUnnormalizedInteger()
435 case VK_FORMAT_R32G32_UINT: in isFloatFormat()
760 case VK_FORMAT_R32G32_UINT: in compatibleFormat()
1195 case VK_FORMAT_R32G32_UINT: in componentCount()
1392 case VK_FORMAT_R32G32_UINT: in isUnsignedComponent()
1636 case VK_FORMAT_R32G32_UINT: in bytes()
1972 case VK_FORMAT_R32G32_UINT: in getScale()
2117 case VK_FORMAT_R32G32_UINT: in bitsPerComponent()
2291 case VK_FORMAT_R32G32_UINT: in has8bitTextureComponents()
2361 case VK_FORMAT_R32G32_UINT in has16bitTextureComponents()
[all...]
H A DVkPhysicalDevice.cpp1362 case VK_FORMAT_R32G32_UINT: in GetFormatProperties()
1407 case VK_FORMAT_R32G32_UINT: in GetFormatProperties()
1502 case VK_FORMAT_R32G32_UINT: in GetFormatProperties()
1586 case VK_FORMAT_R32G32_UINT: in GetFormatProperties()
1636 case VK_FORMAT_R32G32_UINT: in GetFormatProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineVertexUtil.cpp143 case VK_FORMAT_R32G32_UINT: in getVertexFormatSize()
213 case VK_FORMAT_R32G32_UINT: in getVertexFormatComponentCount()
380 case VK_FORMAT_R32G32_UINT: in getVertexFormatComponentSize()
629 case VK_FORMAT_R32G32_UINT:
H A DvktPipelineLogicOpTests.cpp545 VK_FORMAT_R32G32_UINT, in createLogicOpTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineVertexUtil.cpp143 case VK_FORMAT_R32G32_UINT: in getVertexFormatSize()
213 case VK_FORMAT_R32G32_UINT: in getVertexFormatComponentCount()
380 case VK_FORMAT_R32G32_UINT: in getVertexFormatComponentSize()
629 case VK_FORMAT_R32G32_UINT:
H A DvktPipelineLogicOpTests.cpp545 VK_FORMAT_R32G32_UINT, in createLogicOpTests()
H A DvktPipelineVertexInputTests.cpp1698 VK_FORMAT_R32G32_UINT, in createSingleAttributeCases()
1879 VK_FORMAT_R32G32_UINT, in createMultipleAttributeTests()
2012 VK_FORMAT_R32G32_UINT, in createMaxAttributeTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageSampleCompressedTextureTests.cpp849 testGroup->addChild(new SampleDrawnTextureTest(testCtx, "64_bit_compressed_format_cubemap", VK_FORMAT_BC1_RGB_UNORM_BLOCK, VK_FORMAT_R32G32_UINT, !twoSamplers, cubemap)); in createImageSampleDrawnTextureTests()
850 testGroup->addChild(new SampleDrawnTextureTest(testCtx, "64_bit_compressed_format_two_samplers_cubemap", VK_FORMAT_BC1_RGB_UNORM_BLOCK, VK_FORMAT_R32G32_UINT, twoSamplers, cubemap)); in createImageSampleDrawnTextureTests()
853 testGroup->addChild(new SampleDrawnTextureTest(testCtx, "64_bit_compressed_format", VK_FORMAT_BC1_RGB_UNORM_BLOCK, VK_FORMAT_R32G32_UINT, !twoSamplers, false)); in createImageSampleDrawnTextureTests()
854 testGroup->addChild(new SampleDrawnTextureTest(testCtx, "64_bit_compressed_format_two_samplers", VK_FORMAT_BC1_RGB_UNORM_BLOCK, VK_FORMAT_R32G32_UINT, twoSamplers, false)); in createImageSampleDrawnTextureTests()
H A DvktImageTestsUtil.cpp693 case VK_FORMAT_R32G32_UINT: return "usubpassInput"; in getGlslInputFormatType()
724 case VK_FORMAT_R32G32_UINT: return "uvec2"; in getGlslFormatType()
898 case VK_FORMAT_R32G32_UINT: in isFormatImageLoadStoreCapable()
H A DvktImageTransfer.cpp429 VK_FORMAT_R32G32_UINT, in createTransferQueueImageTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedAttachmentSparseFillingTests.cpp325 VK_FORMAT_R32G32_UINT, // VkFormat format; in InputAttachmentSparseFillingTestInstance()
350 VK_FORMAT_R32G32_UINT, // VkFormat format; in InputAttachmentSparseFillingTestInstance()
358 const VkDeviceSize outputBufferSizeBytes = m_renderSize.x() * m_renderSize.y() * tcu::getPixelSize(mapVkFormat(VK_FORMAT_R32G32_UINT)); in InputAttachmentSparseFillingTestInstance()
767 const tcu::ConstPixelBufferAccess resultAccess(mapVkFormat(VK_FORMAT_R32G32_UINT), m_renderSize.x(), m_renderSize.y(), 1u, m_outputBufferMemory->getHostPtr()); in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSampleCompressedTextureTests.cpp851 testGroup->addChild(new SampleDrawnTextureTest(testCtx, "64_bit_compressed_format_cubemap", "", VK_FORMAT_BC1_RGB_UNORM_BLOCK, VK_FORMAT_R32G32_UINT, !twoSamplers, cubemap)); in createImageSampleDrawnTextureTests()
852 testGroup->addChild(new SampleDrawnTextureTest(testCtx, "64_bit_compressed_format_two_samplers_cubemap", "", VK_FORMAT_BC1_RGB_UNORM_BLOCK, VK_FORMAT_R32G32_UINT, twoSamplers, cubemap)); in createImageSampleDrawnTextureTests()
855 testGroup->addChild(new SampleDrawnTextureTest(testCtx, "64_bit_compressed_format", "", VK_FORMAT_BC1_RGB_UNORM_BLOCK, VK_FORMAT_R32G32_UINT, !twoSamplers, false)); in createImageSampleDrawnTextureTests()
856 testGroup->addChild(new SampleDrawnTextureTest(testCtx, "64_bit_compressed_format_two_samplers", "", VK_FORMAT_BC1_RGB_UNORM_BLOCK, VK_FORMAT_R32G32_UINT, twoSamplers, false)); in createImageSampleDrawnTextureTests()
H A DvktImageTestsUtil.cpp693 case VK_FORMAT_R32G32_UINT: return "usubpassInput"; in getGlslInputFormatType()
724 case VK_FORMAT_R32G32_UINT: return "uvec2"; in getGlslFormatType()
898 case VK_FORMAT_R32G32_UINT: in isFormatImageLoadStoreCapable()
H A DvktImageTransfer.cpp414 VK_FORMAT_R32G32_UINT, in createTransferQueueImageTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassUnusedAttachmentSparseFillingTests.cpp327 VK_FORMAT_R32G32_UINT, // VkFormat format; in InputAttachmentSparseFillingTestInstance()
352 VK_FORMAT_R32G32_UINT, // VkFormat format; in InputAttachmentSparseFillingTestInstance()
360 const VkDeviceSize outputBufferSizeBytes = m_renderSize.x() * m_renderSize.y() * tcu::getPixelSize(mapVkFormat(VK_FORMAT_R32G32_UINT)); in InputAttachmentSparseFillingTestInstance()
769 const tcu::ConstPixelBufferAccess resultAccess(mapVkFormat(VK_FORMAT_R32G32_UINT), m_renderSize.x(), m_renderSize.y(), 1u, m_outputBufferMemory->getHostPtr()); in verifyImage()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DPixelProgram.cpp324 case VK_FORMAT_R32G32_UINT: in blendColor()
410 case VK_FORMAT_R32G32_UINT: in clampColor()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.cpp62 { VK_FORMAT_R32G32_UINT }, { VK_FORMAT_R16G16_UINT }, { VK_FORMAT_R8G8_UINT }, in getTestFormats()
623 case VK_FORMAT_R32G32_UINT: return "rg32ui"; in getShaderImageFormatQualifier()
707 case VK_FORMAT_R32G32_UINT: return "rg32ui"; in getImageFormatID()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.cpp62 { VK_FORMAT_R32G32_UINT }, { VK_FORMAT_R16G16_UINT }, { VK_FORMAT_R8G8_UINT }, in getTestFormats()
623 case VK_FORMAT_R32G32_UINT: return "rg32ui"; in getShaderImageFormatQualifier()
707 case VK_FORMAT_R32G32_UINT: return "rg32ui"; in getImageFormatID()
/third_party/mesa3d/src/vulkan/util/
H A Dvk_format.c150 [VK_FORMAT_R32G32_UINT] = PIPE_FORMAT_R32G32_UINT,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp241 template<> struct mapType2vkFormat<tcu::UVec2> : public VkFormatName<VK_FORMAT_R32G32_UINT>{};
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp241 template<> struct mapType2vkFormat<tcu::UVec2> : public VkFormatName<VK_FORMAT_R32G32_UINT>{};
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiGranularityTests.cpp443 VK_FORMAT_R32G32_UINT, in createGranularityQueryTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRatePixelConsistency.cpp228 VkResult result = context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(context.getPhysicalDevice(), VK_FORMAT_R32G32_UINT, VK_IMAGE_TYPE_2D, in checkSupport()
232 TCU_THROW(NotSupportedError, "VK_FORMAT_R32G32_UINT not supported"); in checkSupport()
501 const VkFormat imageFormat = VK_FORMAT_R32G32_UINT; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRatePixelConsistency.cpp228 VkResult result = context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(context.getPhysicalDevice(), VK_FORMAT_R32G32_UINT, VK_IMAGE_TYPE_2D, in checkSupport()
232 TCU_THROW(NotSupportedError, "VK_FORMAT_R32G32_UINT not supported"); in checkSupport()
501 const VkFormat imageFormat = VK_FORMAT_R32G32_UINT; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiGranularityTests.cpp524 VK_FORMAT_R32G32_UINT, in createGranularityQueryTests()

Completed in 34 milliseconds

12345