Home
last modified time | relevance | path

Searched refs:StencilOpState (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DPixelProcessor.hpp40 struct StencilOpState struct
76 StencilOpState frontStencil;
77 StencilOpState backStencil;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateDSTests.cpp771 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 DvktDynamicStateDSTests.cpp743 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 DvktDrawCreateInfoUtil.hpp415 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 DvktDrawCreateInfoUtil.cpp967 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 DvktDrawCreateInfoUtil.hpp415 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 DvktDrawCreateInfoUtil.cpp967 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 DPixelRoutine.hpp70 void stencilOperation(Byte8 &newValue, const Byte8 &bufferValue, const PixelProcessor::States::StencilOpState &ops, bool isBack, const Int &zMask, const Int &sMask);
H A DPixelRoutine.cpp847 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 Dvulkan_structs.hpp28327 struct StencilOpState global() struct
[all...]
H A Dvulkan_handles.hpp90 struct StencilOpState;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_static_assertions.hpp458 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 Dvulkan_structs.hpp40755 struct StencilOpState global() struct
[all...]
H A Dvulkan_hash.hpp5381 struct hash<VULKAN_HPP_NAMESPACE::StencilOpState>
5383 std::size_t operator()( VULKAN_HPP_NAMESPACE::StencilOpState const & stencilOpState ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan_handles.hpp91 struct StencilOpState;

Completed in 185 milliseconds