/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/ |
D | vktClippingTests.cpp | 475 PipelineState pipelineState (context.getDeviceProperties().limits.subPixelPrecisionBits); in testPrimitivesInside() 531 PipelineState pipelineState (context.getDeviceProperties().limits.subPixelPrecisionBits); in testPrimitivesOutside() 621 PipelineState pipelineState (context.getDeviceProperties().limits.subPixelPrecisionBits); in testPrimitivesDepthClamp() 715 PipelineState pipelineState (context.getDeviceProperties().limits.subPixelPrecisionBits); in testPrimitivesDepthClip() 750 PipelineState pipelineState (context.getDeviceProperties().limits.subPixelPrecisionBits); in testPrimitivesDepthClip() 823 PipelineState pipelineState (context.getDeviceProperties().limits.subPixelPrecisionBits); in testLargePoints() 955 PipelineState pipelineState (context.getDeviceProperties().limits.subPixelPrecisionBits); in testWideLines() 1445 PipelineState pipelineState (context.getDeviceProperties().limits.subPixelPrecisionBits); in testClipDistance() 1578 PipelineState pipelineState (context.getDeviceProperties().limits.subPixelPrecisionBits); in testComplementarity()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/ |
D | vktClippingTests.cpp | 475 PipelineState pipelineState (context.getDeviceProperties().limits.subPixelPrecisionBits); in testPrimitivesInside() 531 PipelineState pipelineState (context.getDeviceProperties().limits.subPixelPrecisionBits); in testPrimitivesOutside() 621 PipelineState pipelineState (context.getDeviceProperties().limits.subPixelPrecisionBits); in testPrimitivesDepthClamp() 715 PipelineState pipelineState (context.getDeviceProperties().limits.subPixelPrecisionBits); in testPrimitivesDepthClip() 750 PipelineState pipelineState (context.getDeviceProperties().limits.subPixelPrecisionBits); in testPrimitivesDepthClip() 823 PipelineState pipelineState (context.getDeviceProperties().limits.subPixelPrecisionBits); in testLargePoints() 955 PipelineState pipelineState (context.getDeviceProperties().limits.subPixelPrecisionBits); in testWideLines() 1445 PipelineState pipelineState (context.getDeviceProperties().limits.subPixelPrecisionBits); in testClipDistance() 1578 PipelineState pipelineState (context.getDeviceProperties().limits.subPixelPrecisionBits); in testComplementarity()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiSmokeTests.cpp | 567 …iangle(refImage.getAccess(), vertices, context.getDeviceProperties().limits.subPixelPrecisionBits); in renderTriangleTest() 875 …iangle(refImage.getAccess(), vertices, context.getDeviceProperties().limits.subPixelPrecisionBits); in renderTriangleUnusedResolveAttachmentTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiSmokeTests.cpp | 567 …iangle(refImage.getAccess(), vertices, context.getDeviceProperties().limits.subPixelPrecisionBits); in renderTriangleTest() 875 …iangle(refImage.getAccess(), vertices, context.getDeviceProperties().limits.subPixelPrecisionBits); in renderTriangleUnusedResolveAttachmentTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
D | vktShaderRenderBuiltinVarTests.cpp | 154 PipelineState pipelineState (m_context.getDeviceProperties().limits.subPixelPrecisionBits); in iterate() 771 PipelineState pipelineState(m_context.getDeviceProperties().limits.subPixelPrecisionBits); in iterate() 914 PipelineState pipelineState(m_context.getDeviceProperties().limits.subPixelPrecisionBits); in iterate() 1267 PipelineState pipelineState(m_context.getDeviceProperties().limits.subPixelPrecisionBits); in iterate()
|
D | vktShaderRenderInvarianceTests.cpp | 281 PipelineState pipelineState(m_context.getDeviceProperties().limits.subPixelPrecisionBits); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderBuiltinVarTests.cpp | 154 PipelineState pipelineState (m_context.getDeviceProperties().limits.subPixelPrecisionBits); in iterate() 771 PipelineState pipelineState(m_context.getDeviceProperties().limits.subPixelPrecisionBits); in iterate() 914 PipelineState pipelineState(m_context.getDeviceProperties().limits.subPixelPrecisionBits); in iterate() 1267 PipelineState pipelineState(m_context.getDeviceProperties().limits.subPixelPrecisionBits); in iterate()
|
D | vktShaderRenderInvarianceTests.cpp | 281 PipelineState pipelineState(m_context.getDeviceProperties().limits.subPixelPrecisionBits); in iterate()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.cpp | 400 mNativeCaps.subPixelBits = limitsVk.subPixelPrecisionBits; in ensureCapsInitialized()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawAhbTests.cpp | 164 … ((rr::ViewportState(colorBuffer)), m_context.getDeviceProperties().limits.subPixelPrecisionBits); in generateRefImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawAhbTests.cpp | 164 … ((rr::ViewportState(colorBuffer)), m_context.getDeviceProperties().limits.subPixelPrecisionBits); in generateRefImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 274 , m_subpixelBits (context.getDeviceProperties().limits.subPixelPrecisionBits) in BaseRenderingTestInstance() 2448 return context.getDeviceProperties().limits.subPixelPrecisionBits; in getSubPixelResolution() 2458 const deUint32 subPixelPrecisionBits = getSubPixelResolution(context); in checkSupport() local 2459 const deUint32 subPixelPrecision = 1<<subPixelPrecisionBits; in checkSupport() 2464 DE_ASSERT(subPixelPrecisionBits < sizeof(deUint32) * 8); in checkSupport() 2473 …<< "subPixelPrecisionBits=" << subPixelPrecisionBits << (linesPrecision ? " (using VK_EXT_li… in checkSupport() 2561 DE_ASSERT(subPixelPrecisionBits >= 4); in checkSupport() 2564 if (m_conservativeTestConfig.resolution * (1<<(subPixelPrecisionBits + 2)) > (1<<21)) in checkSupport() 2760 const deUint32 subPixels = 1u << m_context.getDeviceProperties().limits.subPixelPrecisionBits; in generateDegenerateTriangles() 3557 const deUint32 subPixels = 1u << m_context.getDeviceProperties().limits.subPixelPrecisionBits; in generateDegenerateLines()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 274 , m_subpixelBits (context.getDeviceProperties().limits.subPixelPrecisionBits) in BaseRenderingTestInstance() 2448 return context.getDeviceProperties().limits.subPixelPrecisionBits; in getSubPixelResolution() 2458 const deUint32 subPixelPrecisionBits = getSubPixelResolution(context); in checkSupport() local 2459 const deUint32 subPixelPrecision = 1<<subPixelPrecisionBits; in checkSupport() 2464 DE_ASSERT(subPixelPrecisionBits < sizeof(deUint32) * 8); in checkSupport() 2473 …<< "subPixelPrecisionBits=" << subPixelPrecisionBits << (linesPrecision ? " (using VK_EXT_li… in checkSupport() 2561 DE_ASSERT(subPixelPrecisionBits >= 4); in checkSupport() 2564 if (m_conservativeTestConfig.resolution * (1<<(subPixelPrecisionBits + 2)) > (1<<21)) in checkSupport() 2760 const deUint32 subPixels = 1u << m_context.getDeviceProperties().limits.subPixelPrecisionBits; in generateDegenerateTriangles() 3557 const deUint32 subPixels = 1u << m_context.getDeviceProperties().limits.subPixelPrecisionBits; in generateDegenerateLines()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushDescriptorTests.cpp | 609 …tate(refRenderer.getViewportState(), m_context.getDeviceProperties().limits.subPixelPrecisionBits), in verifyImage() 1764 …tate(refRenderer.getViewportState(), m_context.getDeviceProperties().limits.subPixelPrecisionBits), in verifyImage() 3084 …tate(refRenderer.getViewportState(), m_context.getDeviceProperties().limits.subPixelPrecisionBits), in verifyImage() 4157 …tate(refRenderer.getViewportState(), m_context.getDeviceProperties().limits.subPixelPrecisionBits), in verifyImage()
|
D | vktPipelineMultisampleTests.cpp | 1772 …const deUint32 subPixelPrecisionBits = context.getDeviceProperties().limits.subPixelPr… in checkSupport() local 1773 const deUint32 subPixelPrecision = 1 << subPixelPrecisionBits; in checkSupport() 1776 DE_ASSERT(subPixelPrecisionBits < sizeof(deUint32) * 8); in checkSupport() 2083 …te (refRenderer.getViewportState(), m_context.getDeviceProperties().limits.subPixelPrecisionBits); in verifyImage()
|
D | vktPipelineStencilTests.cpp | 791 …tate(refRenderer.getViewportState(), m_context.getDeviceProperties().limits.subPixelPrecisionBits); in verifyImage()
|
D | vktPipelineBlendTests.cpp | 1102 … (refRenderer.getViewportState(), m_context.getDeviceProperties().limits.subPixelPrecisionBits); in verifyImage() 1517 … (refRenderer.getViewportState(), m_context.getDeviceProperties().limits.subPixelPrecisionBits); in verifyImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelinePushDescriptorTests.cpp | 609 …tate(refRenderer.getViewportState(), m_context.getDeviceProperties().limits.subPixelPrecisionBits), in verifyImage() 1764 …tate(refRenderer.getViewportState(), m_context.getDeviceProperties().limits.subPixelPrecisionBits), in verifyImage() 3084 …tate(refRenderer.getViewportState(), m_context.getDeviceProperties().limits.subPixelPrecisionBits), in verifyImage() 4157 …tate(refRenderer.getViewportState(), m_context.getDeviceProperties().limits.subPixelPrecisionBits), in verifyImage()
|
D | vktPipelineMultisampleTests.cpp | 1772 …const deUint32 subPixelPrecisionBits = context.getDeviceProperties().limits.subPixelPr… in checkSupport() local 1773 const deUint32 subPixelPrecision = 1 << subPixelPrecisionBits; in checkSupport() 1776 DE_ASSERT(subPixelPrecisionBits < sizeof(deUint32) * 8); in checkSupport() 2083 …te (refRenderer.getViewportState(), m_context.getDeviceProperties().limits.subPixelPrecisionBits); in verifyImage()
|
D | vktPipelineStencilTests.cpp | 791 …tate(refRenderer.getViewportState(), m_context.getDeviceProperties().limits.subPixelPrecisionBits); in verifyImage()
|
D | vktPipelineBlendTests.cpp | 1102 … (refRenderer.getViewportState(), m_context.getDeviceProperties().limits.subPixelPrecisionBits); in verifyImage() 1517 … (refRenderer.getViewportState(), m_context.getDeviceProperties().limits.subPixelPrecisionBits); in verifyImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
D | vktYCbCrImageQueryTests.cpp | 703 PipelineState pipelineState(context.getDeviceProperties().limits.subPixelPrecisionBits); in testImageQueryLod()
|
D | vktYCbCrFilteringTests.cpp | 360 PipelineState pipelineState (m_context.getDeviceProperties().limits.subPixelPrecisionBits); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrFilteringTests.cpp | 360 PipelineState pipelineState (m_context.getDeviceProperties().limits.subPixelPrecisionBits); in iterate()
|
D | vktYCbCrImageQueryTests.cpp | 703 PipelineState pipelineState(context.getDeviceProperties().limits.subPixelPrecisionBits); in testImageQueryLod()
|