Home
last modified time | relevance | path

Searched refs:STENCIL (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DBlitFramebufferPerf.cpp23 STENCIL, member in __anon20256::BufferType
35 case BufferType::STENCIL: in BufferTypeString()
52 case BufferType::STENCIL: in BufferTypeMask()
69 case BufferType::STENCIL: in BufferTypeFormat()
86 case BufferType::STENCIL: in BufferTypeAttachment()
211 case BufferType::STENCIL: in drawBenchmark()
247 D3D11(BufferType::STENCIL, 0),
251 D3D11(BufferType::STENCIL, 2),
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp66 STENCIL enumerator
280 m_bufferType == BufferType::STENCIL ? VK_TRUE : VK_FALSE, // VkBool32 stencilTestEnable in iterate()
335 if (m_bufferType == BufferType::STENCIL) in iterate()
436 if (m_bufferType == BufferType::STENCIL) in initPrograms()
552 if (m_bufferType == BufferType::STENCIL) in checkSupport()
617 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_kill_write" + postfix, BufferType::STENCIL, DiscardType::KILL, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests()
618 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_kill_initialize" + postfix, BufferType::STENCIL, DiscardType::KILL, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests()
619 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_kill_write_initialize" + postfix, BufferType::STENCIL, DiscardType::KILL, MutationMode::INITIALIZE_WRITE, format)); in createDepthStencilWriteConditionsTests()
620 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_terminate_write" + postfix, BufferType::STENCIL, DiscardType::TERMINATE, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests()
621 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_terminate_initialize" + postfix, BufferType::STENCIL, DiscardTyp in createDepthStencilWriteConditionsTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp66 STENCIL enumerator
280 m_bufferType == BufferType::STENCIL ? VK_TRUE : VK_FALSE, // VkBool32 stencilTestEnable in iterate()
335 if (m_bufferType == BufferType::STENCIL) in iterate()
438 if (m_bufferType == BufferType::STENCIL) in initPrograms()
554 if (m_bufferType == BufferType::STENCIL) in checkSupport()
619 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_kill_write" + postfix, "", BufferType::STENCIL, DiscardType::KILL, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests()
620 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_kill_initialize" + postfix, "", BufferType::STENCIL, DiscardType::KILL, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests()
621 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_kill_write_initialize" + postfix, "", BufferType::STENCIL, DiscardType::KILL, MutationMode::INITIALIZE_WRITE, format)); in createDepthStencilWriteConditionsTests()
622 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_terminate_write" + postfix, "", BufferType::STENCIL, DiscardType::TERMINATE, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests()
623 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_terminate_initialize" + postfix, "", BufferType::STENCIL, DiscardTyp in createDepthStencilWriteConditionsTests()
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_rcl.c59 bool separate_stencil = surf->separate_stencil && buffer == STENCIL; in load_general()
121 bool separate_stencil = surf->separate_stencil && buffer == STENCIL; in store_general()
210 return STENCIL; in zs_buffer_from_pipe_bits()
255 STENCIL, layer, in v3d_rcl_emit_loads()
362 STENCIL, PIPE_CLEAR_STENCIL, in v3d_rcl_emit_stores()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_device.c324 return STENCIL; in zs_buffer_from_aspect_bits()
H A Dv3dvx_cmd_buffer.c194 return STENCIL; in v3dv_zs_buffer()
/third_party/vk-gl-cts/external/amber/src/tools/
H A Damber-syntax.vim43 syn keyword amberBlockCmd POLYGON_MODE DEPTH STENCIL SUBGROUP SPECIALIZE
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_format.c327 DEF_SWIZZLE(STENCIL, Y, Y, Y, Y); in d3d12_get_format_info()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c4300 pan_pack(out, STENCIL, s) { in pan_pipe_to_stencil()

Completed in 16 milliseconds