/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | RenderPipelineVk.cpp | 422 VkPipelineRasterizationStateCreateInfo rasterization; in Initialize() 423 rasterization.sType = VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_CREATE_INFO; in Initialize() 424 rasterization.pNext = nullptr; in Initialize() 425 rasterization.flags = 0; in Initialize() 426 rasterization.depthClampEnable = ShouldClampDepth() ? VK_TRUE : VK_FALSE; in Initialize() 427 rasterization.rasterizerDiscardEnable = VK_FALSE; in Initialize() 428 rasterization.polygonMode = VK_POLYGON_MODE_FILL; in Initialize() 429 rasterization.cullMode = VulkanCullMode(GetCullMode()); in Initialize() 430 rasterization.frontFace = VulkanFrontFace(GetFrontFace()); in Initialize() 431 rasterization in Initialize() [all...] |
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrRenderState.hpp | 378 rasterization.viewportOrientation = viewportOrientation; in RenderState() 388 RasterizationState rasterization; member
|
H A D | rrRenderer.cpp | 712 * rasterization area selection). 723 // Lines are clipped only by the far and the near planes here. Line clipping by other planes done in the rasterization phase in clipPrimitives() 803 // points are discarded if Z is not in range. (Wide) point clipping is done in the rasterization phase in clipPrimitives() 1114 TriangleRasterizer rasterizer (renderTargetRect, numSamples, state.rasterization, state.subpixelBits); in rasterizePrimitive() 1187 // Initialize rasterization. in rasterizePrimitive() 1235 TriangleRasterizer rasterizer1 (renderTargetRect, numSamples, state.rasterization, state.subpixelBits); in rasterizePrimitive() 1236 TriangleRasterizer rasterizer2 (renderTargetRect, numSamples, state.rasterization, state.subpixelBits); in rasterizePrimitive()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationDepthBiasControlTests.hpp | 32 namespace rasterization namespace 37 } // rasterization
|
H A D | vktRasterizationFragShaderSideEffectsTests.hpp | 32 namespace rasterization namespace 37 } // rasterization
|
H A D | vktRasterizationOrderAttachmentAccessTests.hpp | 32 namespace rasterization namespace
|
H A D | vktRasterizationProvokingVertexTests.hpp | 31 namespace rasterization namespace 36 } // rasterization
|
H A D | vktShaderTileImageTests.hpp | 32 namespace rasterization namespace
|
H A D | vktRasterizationTests.hpp | 25 * \brief Functional rasterization tests. 33 namespace rasterization namespace 38 } // rasterization
|
H A D | vktRasterizationDepthBiasControlTests.cpp | 45 namespace rasterization namespace 867 } // rasterization
|
H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 52 namespace rasterization namespace 758 } // rasterization
|
H A D | vktShaderTileImageTests.cpp | 71 namespace rasterization namespace 773 void rasterization::ShaderTileImageTestCase::addFS(SourceCollections& programCollection, in addFS() 2178 } // namespace rasterization
|
H A D | vktRasterizationOrderAttachmentAccessTests.cpp | 59 namespace rasterization namespace 240 TCU_THROW(NotSupportedError , "Implicit attachment access rasterization order not guaranteed for depth attachments"); in checkAdditionalRasterizationFlags() 287 TCU_THROW(NotSupportedError , "Implicit attachment access rasterization order not guaranteed for stencil attachments"); in checkAdditionalRasterizationFlags() 885 TCU_THROW(NotSupportedError , "Implicit attachment access rasterization order not guaranteed for color attachments"); in checkSupport() 1770 tcu::TestCaseGroup *depth_gr = new tcu::TestCaseGroup(testCtx, "depth", "Tests depth rasterization order" ); in createRasterizationOrderAttachmentAccessTests() 1771 tcu::TestCaseGroup *stencil_gr = new tcu::TestCaseGroup(testCtx, "stencil", "Tests stencil rasterization order" ); in createRasterizationOrderAttachmentAccessTests() 1782 } // rasterization
|
H A D | vktRasterizationProvokingVertexTests.cpp | 46 namespace rasterization namespace 1062 } // rasterization
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationFragShaderSideEffectsTests.hpp | 32 namespace rasterization namespace 37 } // rasterization
|
H A D | vktRasterizationOrderAttachmentAccessTests.hpp | 32 namespace rasterization namespace
|
H A D | vktRasterizationProvokingVertexTests.hpp | 31 namespace rasterization namespace 36 } // rasterization
|
H A D | vktRasterizationTests.hpp | 25 * \brief Functional rasterization tests. 33 namespace rasterization namespace 38 } // rasterization
|
H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 52 namespace rasterization namespace 747 } // rasterization
|
H A D | vktRasterizationOrderAttachmentAccessTests.cpp | 59 namespace rasterization namespace 240 TCU_THROW(NotSupportedError , "Implicit attachment access rasterization order not guaranteed for depth attachments"); in checkAdditionalRasterizationFlags() 287 TCU_THROW(NotSupportedError , "Implicit attachment access rasterization order not guaranteed for stencil attachments"); in checkAdditionalRasterizationFlags() 885 TCU_THROW(NotSupportedError , "Implicit attachment access rasterization order not guaranteed for color attachments"); in checkSupport() 1765 tcu::TestCaseGroup *depth_gr = new tcu::TestCaseGroup(testCtx, "depth", "Tests depth rasterization order" ); in createRasterizationOrderAttachmentAccessTests() 1766 tcu::TestCaseGroup *stencil_gr = new tcu::TestCaseGroup(testCtx, "stencil", "Tests stencil rasterization order" ); in createRasterizationOrderAttachmentAccessTests() 1777 } // rasterization
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateInheritanceTests.cpp | 177 // "depth buffer" used for CPU rasterization of expected image. 282 static const VkPipelineRasterizationStateCreateInfo rasterization = { member 696 &pipelinestate::rasterization, in startRenderCmds()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktTestPackage.cpp | 1172 addRootChild("rasterization", m_caseListFilter, rasterization::createTests); in init() 1238 addRootChild("rasterization", m_caseListFilter, rasterization::createTests); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateInheritanceTests.cpp | 174 // "depth buffer" used for CPU rasterization of expected image. 279 static const VkPipelineRasterizationStateCreateInfo rasterization = { member 640 &pipelinestate::rasterization, in startRenderCmds()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktTestPackage.cpp | 1113 addChild(rasterization::createTests (m_testCtx)); in init() 1176 addChild(rasterization::createTests (m_testCtx)); in init()
|
/third_party/vk-gl-cts/ |
H A D | AndroidGen.mk | 347 external/vulkancts/modules/vulkan/rasterization/vktRasterizationFragShaderSideEffectsTests.cpp \ 348 external/vulkancts/modules/vulkan/rasterization/vktRasterizationOrderAttachmentAccessTests.cpp \ 349 external/vulkancts/modules/vulkan/rasterization/vktRasterizationProvokingVertexTests.cpp \ 350 external/vulkancts/modules/vulkan/rasterization/vktRasterizationTests.cpp \ 1358 $(deqp_dir)/external/vulkancts/modules/vulkan/rasterization \
|