/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | PixelProcessor.hpp | 40 struct StencilOpState struct 76 StencilOpState frontStencil; 77 StencilOpState backStencil;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateDSTests.cpp | 771 const PipelineCreateInfo::DepthStencilState::StencilOpState stencilOpState(vk::VK_STENCIL_OP_KEEP, vk::VK_STENCIL_OP_KEEP, vk::VK_STENCIL_OP_KEEP); in initPipeline() 958 const PipelineCreateInfo::DepthStencilState::StencilOpState frontState_1 = in StencilParamsBasicTestInstance() 959 PipelineCreateInfo::DepthStencilState::StencilOpState( in StencilParamsBasicTestInstance() 965 const PipelineCreateInfo::DepthStencilState::StencilOpState backState_1 = in StencilParamsBasicTestInstance() 966 PipelineCreateInfo::DepthStencilState::StencilOpState( in StencilParamsBasicTestInstance() 972 const PipelineCreateInfo::DepthStencilState::StencilOpState frontState_2 = in StencilParamsBasicTestInstance() 973 PipelineCreateInfo::DepthStencilState::StencilOpState( in StencilParamsBasicTestInstance() 979 const PipelineCreateInfo::DepthStencilState::StencilOpState backState_2 = in StencilParamsBasicTestInstance() 980 PipelineCreateInfo::DepthStencilState::StencilOpState( in StencilParamsBasicTestInstance() 1164 const PipelineCreateInfo::DepthStencilState::StencilOpState frontState_ in StencilParamsAdvancedTestInstance() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateDSTests.cpp | 743 const PipelineCreateInfo::DepthStencilState::StencilOpState stencilOpState(vk::VK_STENCIL_OP_KEEP, vk::VK_STENCIL_OP_KEEP, vk::VK_STENCIL_OP_KEEP); in initPipeline() 930 const PipelineCreateInfo::DepthStencilState::StencilOpState frontState_1 = in StencilParamsBasicTestInstance() 931 PipelineCreateInfo::DepthStencilState::StencilOpState( in StencilParamsBasicTestInstance() 937 const PipelineCreateInfo::DepthStencilState::StencilOpState backState_1 = in StencilParamsBasicTestInstance() 938 PipelineCreateInfo::DepthStencilState::StencilOpState( in StencilParamsBasicTestInstance() 944 const PipelineCreateInfo::DepthStencilState::StencilOpState frontState_2 = in StencilParamsBasicTestInstance() 945 PipelineCreateInfo::DepthStencilState::StencilOpState( in StencilParamsBasicTestInstance() 951 const PipelineCreateInfo::DepthStencilState::StencilOpState backState_2 = in StencilParamsBasicTestInstance() 952 PipelineCreateInfo::DepthStencilState::StencilOpState( in StencilParamsBasicTestInstance() 1136 const PipelineCreateInfo::DepthStencilState::StencilOpState frontState_ in StencilParamsAdvancedTestInstance() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.hpp | 415 class StencilOpState : public vk::VkStencilOpState class in vkt::Draw::PipelineCreateInfo::DepthStencilState 418 StencilOpState (vk::VkStencilOp failOp = vk::VK_STENCIL_OP_REPLACE, 432 StencilOpState front = StencilOpState(), 433 StencilOpState back = StencilOpState(),
|
H A D | vktDrawCreateInfoUtil.cpp | 967 PipelineCreateInfo::DepthStencilState::StencilOpState::StencilOpState (vk::VkStencilOp _failOp, in StencilOpState() function in vkt::Draw::PipelineCreateInfo::DepthStencilState::StencilOpState 990 StencilOpState _front, in DepthStencilState() 991 StencilOpState _back, in DepthStencilState()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.hpp | 415 class StencilOpState : public vk::VkStencilOpState class in vkt::Draw::PipelineCreateInfo::DepthStencilState 418 StencilOpState (vk::VkStencilOp failOp = vk::VK_STENCIL_OP_REPLACE, 432 StencilOpState front = StencilOpState(), 433 StencilOpState back = StencilOpState(),
|
H A D | vktDrawCreateInfoUtil.cpp | 967 PipelineCreateInfo::DepthStencilState::StencilOpState::StencilOpState (vk::VkStencilOp _failOp, in StencilOpState() function in vkt::Draw::PipelineCreateInfo::DepthStencilState::StencilOpState 990 StencilOpState _front, in DepthStencilState() 991 StencilOpState _back, in DepthStencilState()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | PixelRoutine.hpp | 70 void stencilOperation(Byte8 &newValue, const Byte8 &bufferValue, const PixelProcessor::States::StencilOpState &ops, bool isBack, const Int &zMask, const Int &sMask);
|
H A D | PixelRoutine.cpp | 847 void PixelRoutine::stencilOperation(Byte8 &newValue, const Byte8 &bufferValue, const PixelProcessor::States::StencilOpState &ops, bool isBack, const Int &zMask, const Int &sMask) in stencilOperation()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 28327 struct StencilOpState global() struct [all...] |
H A D | vulkan_handles.hpp | 90 struct StencilOpState;
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_static_assertions.hpp | 458 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::StencilOpState ) == sizeof( VkStencilOpState ), "struct and wrapper have different size!" ); 459 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::StencilOpState>::value, "struct wrapper is not a standard layout!" ); 460 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::StencilOpState>::value, 461 "StencilOpState is not nothrow_move_constructible!" );
|
H A D | vulkan_structs.hpp | 40755 struct StencilOpState global() struct [all...] |
H A D | vulkan_hash.hpp | 5381 struct hash<VULKAN_HPP_NAMESPACE::StencilOpState> 5383 std::size_t operator()( VULKAN_HPP_NAMESPACE::StencilOpState const & stencilOpState ) const VULKAN_HPP_NOEXCEPT
|
H A D | vulkan_handles.hpp | 91 struct StencilOpState;
|