Home
last modified time | relevance | path

Searched refs:rasterization (Results 1 - 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPipelineVk.cpp422 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 DrrRenderState.hpp378 rasterization.viewportOrientation = viewportOrientation; in RenderState()
388 RasterizationState rasterization; member
H A DrrRenderer.cpp712 * 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 DvktRasterizationDepthBiasControlTests.hpp32 namespace rasterization namespace
37 } // rasterization
H A DvktRasterizationFragShaderSideEffectsTests.hpp32 namespace rasterization namespace
37 } // rasterization
H A DvktRasterizationOrderAttachmentAccessTests.hpp32 namespace rasterization namespace
H A DvktRasterizationProvokingVertexTests.hpp31 namespace rasterization namespace
36 } // rasterization
H A DvktShaderTileImageTests.hpp32 namespace rasterization namespace
H A DvktRasterizationTests.hpp25 * \brief Functional rasterization tests.
33 namespace rasterization namespace
38 } // rasterization
H A DvktRasterizationDepthBiasControlTests.cpp45 namespace rasterization namespace
867 } // rasterization
H A DvktRasterizationFragShaderSideEffectsTests.cpp52 namespace rasterization namespace
758 } // rasterization
H A DvktShaderTileImageTests.cpp71 namespace rasterization namespace
773 void rasterization::ShaderTileImageTestCase::addFS(SourceCollections& programCollection, in addFS()
2178 } // namespace rasterization
H A DvktRasterizationOrderAttachmentAccessTests.cpp59 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 DvktRasterizationProvokingVertexTests.cpp46 namespace rasterization namespace
1062 } // rasterization
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationFragShaderSideEffectsTests.hpp32 namespace rasterization namespace
37 } // rasterization
H A DvktRasterizationOrderAttachmentAccessTests.hpp32 namespace rasterization namespace
H A DvktRasterizationProvokingVertexTests.hpp31 namespace rasterization namespace
36 } // rasterization
H A DvktRasterizationTests.hpp25 * \brief Functional rasterization tests.
33 namespace rasterization namespace
38 } // rasterization
H A DvktRasterizationFragShaderSideEffectsTests.cpp52 namespace rasterization namespace
747 } // rasterization
H A DvktRasterizationOrderAttachmentAccessTests.cpp59 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 DvktDynamicStateInheritanceTests.cpp177 // "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 DvktTestPackage.cpp1172 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 DvktDynamicStateInheritanceTests.cpp174 // "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 DvktTestPackage.cpp1113 addChild(rasterization::createTests (m_testCtx)); in init()
1176 addChild(rasterization::createTests (m_testCtx)); in init()
/third_party/vk-gl-cts/
H A DAndroidGen.mk347 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 \

Completed in 32 milliseconds

12