/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | BlitFramebufferPerf.cpp | 23 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 D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 66 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 D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 66 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 D | v3dx_rcl.c | 59 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 D | v3dvx_device.c | 324 return STENCIL; in zs_buffer_from_aspect_bits()
|
H A D | v3dvx_cmd_buffer.c | 194 return STENCIL; in v3dv_zs_buffer()
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | amber-syntax.vim | 43 syn keyword amberBlockCmd POLYGON_MODE DEPTH STENCIL SUBGROUP SPECIALIZE
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_format.c | 327 DEF_SWIZZLE(STENCIL, Y, Y, Y, Y); in d3d12_get_format_info()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_cmdstream.c | 4300 pan_pack(out, STENCIL, s) { in pan_pipe_to_stencil()
|