Home
last modified time | relevance | path

Searched refs:stencilOps (Results 1 – 15 of 15) sorted by relevance

/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp84 static const deUint32 stencilOps[] = in computeRandomRenderState() local
177 …il[ndx].stencilFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps)); in computeRandomRenderState()
178 …cil[ndx].depthFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps)); in computeRandomRenderState()
179 …cil[ndx].depthPassOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps)); in computeRandomRenderState()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilTests.cpp182 const VkStencilOp stencilOps[] = variable
208 … deUint32 StencilOpStateUniqueRandomIterator::s_stencilOpsLength = DE_LENGTH_OF_ARRAY(stencilOps);
234 stencilOps[stencilFailOpIndex], // VkStencilOp failOp; in getIndexedValue()
235 stencilOps[stencilPassOpIndex], // VkStencilOp passOp; in getIndexedValue()
236 stencilOps[stencilDepthFailOpIndex], // VkStencilOp depthFailOp; in getIndexedValue()
979 for (deUint32 failOpNdx = 0u; failOpNdx < DE_LENGTH_OF_ARRAY(stencilOps); failOpNdx++) in createStencilTests()
981 const std::string failOpName = std::string("fail_") + getShortName(stencilOps[failOpNdx]); in createStencilTests()
984 for (deUint32 passOpNdx = 0u; passOpNdx < DE_LENGTH_OF_ARRAY(stencilOps); passOpNdx++) in createStencilTests()
986 const std::string passOpName = std::string("pass_") + getShortName(stencilOps[passOpNdx]); in createStencilTests()
989 for (deUint32 dFailOpNdx = 0u; dFailOpNdx < DE_LENGTH_OF_ARRAY(stencilOps); dFailOpNdx++) in createStencilTests()
[all …]
DvktPipelineExtendedDynamicStateTests.cpp2810 StencilOpVec stencilOps; in createExtendedDynamicStateTests() local
2811 stencilOps.push_back(dynamicStencilConfig); in createExtendedDynamicStateTests()
2813 if (stencilOps.front().faceMask == vk::VK_STENCIL_FACE_FLAG_BITS_MAX_ENUM) in createExtendedDynamicStateTests()
2816 stencilOps.push_back(stencilOps.front()); in createExtendedDynamicStateTests()
2817 stencilOps.front().faceMask = vk::VK_STENCIL_FACE_FRONT_BIT; in createExtendedDynamicStateTests()
2818 stencilOps.back().faceMask = vk::VK_STENCIL_FACE_BACK_BIT; in createExtendedDynamicStateTests()
2822 config.stencilOpConfig.dynamicValue = tcu::just(stencilOps); in createExtendedDynamicStateTests()
/external/deqp/modules/gles2/functional/
Des2fDepthStencilTests.cpp741 static const deUint32 stencilOps[] = in randomDepthStencilState() local
766 …il[ndx].stencilFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps)); in randomDepthStencilState()
767 …cil[ndx].depthFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps)); in randomDepthStencilState()
768 …cil[ndx].depthPassOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps)); in randomDepthStencilState()
803 } stencilOps[] = in init() local
918 for (int sFail = 0; sFail < DE_LENGTH_OF_ARRAY(stencilOps); sFail++) in init()
920 for (int dFail = 0; dFail < DE_LENGTH_OF_ARRAY(stencilOps); dFail++) in init()
922 for (int dPass = 0; dPass < DE_LENGTH_OF_ARRAY(stencilOps); dPass++) in init()
927 … name << stencilOps[sFail].name << "_" << stencilOps[dFail].name << "_" << stencilOps[dPass].name; in init()
946 params.stencil[visible].stencilFailOp = stencilOps[sFail].op; in init()
[all …]
Des2fIntegerStateQueryTests.cpp2119 } stencilOps[] = in init() local
2126 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(stencilOps); testNdx++) in init()
2128 …ng("stencil_") + stencilOps[testNdx].name + verifier->getTestNamePostfix()).c_str(), stencilOps[t… in init()
2129 …"stencil_back_") + stencilOps[testNdx].name + verifier->getTestNamePostfix()).c_str(), stencilOps[… in init()
2131 …il_") + stencilOps[testNdx].name + "_separate_both" + verifier->getTestNamePostfix()).c_str(), st… in init()
2132 …ack_") + stencilOps[testNdx].name + "_separate_both" + verifier->getTestNamePostfix()).c_str(), st… in init()
2134 …ncil_") + stencilOps[testNdx].name + "_separate" + verifier->getTestNamePostfix()).c_str(), sten… in init()
2135 …_back_") + stencilOps[testNdx].name + "_separate" + verifier->getTestNamePostfix()).c_str(), sten… in init()
/external/deqp/modules/gles3/functional/
Des3fDepthStencilTests.cpp741 static const deUint32 stencilOps[] = in randomDepthStencilState() local
766 …il[ndx].stencilFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps)); in randomDepthStencilState()
767 …cil[ndx].depthFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps)); in randomDepthStencilState()
768 …cil[ndx].depthPassOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps)); in randomDepthStencilState()
803 } stencilOps[] = in init() local
918 for (int sFail = 0; sFail < DE_LENGTH_OF_ARRAY(stencilOps); sFail++) in init()
920 for (int dFail = 0; dFail < DE_LENGTH_OF_ARRAY(stencilOps); dFail++) in init()
922 for (int dPass = 0; dPass < DE_LENGTH_OF_ARRAY(stencilOps); dPass++) in init()
927 … name << stencilOps[sFail].name << "_" << stencilOps[dFail].name << "_" << stencilOps[dPass].name; in init()
946 params.stencil[visible].stencilFailOp = stencilOps[sFail].op; in init()
[all …]
Des3fIntegerStateQueryTests.cpp2868 } stencilOps[] = in init() local
2875 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(stencilOps); testNdx++) in init()
2877 …ng("stencil_") + stencilOps[testNdx].name + verifier->getTestNamePostfix()).c_str(), stencilOps[t… in init()
2878 …"stencil_back_") + stencilOps[testNdx].name + verifier->getTestNamePostfix()).c_str(), stencilOps[… in init()
2880 …il_") + stencilOps[testNdx].name + "_separate_both" + verifier->getTestNamePostfix()).c_str(), st… in init()
2881 …ack_") + stencilOps[testNdx].name + "_separate_both" + verifier->getTestNamePostfix()).c_str(), st… in init()
2883 …ncil_") + stencilOps[testNdx].name + "_separate" + verifier->getTestNamePostfix()).c_str(), sten… in init()
2884 …_back_") + stencilOps[testNdx].name + "_separate" + verifier->getTestNamePostfix()).c_str(), sten… in init()
/external/skqp/src/gpu/vk/
DGrVkResourceProvider.h82 const GrVkRenderPass::LoadStoreOps& stencilOps,
89 const GrVkRenderPass::LoadStoreOps& stencilOps);
243 const GrVkRenderPass::LoadStoreOps& stencilOps);
DGrVkResourceProvider.cpp195 const GrVkRenderPass::LoadStoreOps& stencilOps, in findRenderPass() argument
205 return this->findRenderPass(*pRPHandle, colorOps, stencilOps); in findRenderPass()
211 const GrVkRenderPass::LoadStoreOps& stencilOps) { in findRenderPass() argument
216 stencilOps); in findRenderPass()
572 const GrVkRenderPass::LoadStoreOps& stencilOps) { in getRenderPass() argument
575 if (fRenderPasses[idx]->equalLoadStoreOps(colorOps, stencilOps)) { in getRenderPass()
581 renderPass->init(gpu, *this->getCompatibleRenderPass(), colorOps, stencilOps); in getRenderPass()
DGrVkRenderPass.h115 const LoadStoreOps& stencilOps) const;
139 const LoadStoreOps& stencilOps);
DGrVkRenderPass.cpp235 const LoadStoreOps& stencilOps) const { in equalLoadStoreOps()
243 if (fAttachmentsDescriptor.fStencil.fLoadStoreOps != stencilOps) { in equalLoadStoreOps()
/external/skia/src/gpu/vk/
DGrVkResourceProvider.h95 const GrVkRenderPass::LoadStoreOps& stencilOps,
107 const GrVkRenderPass::LoadStoreOps& stencilOps);
287 const GrVkRenderPass::LoadStoreOps& stencilOps);
DGrVkResourceProvider.cpp182 const GrVkRenderPass::LoadStoreOps& stencilOps, in findRenderPass() argument
197 return this->findRenderPass(*pRPHandle, colorOps, resolveOps, stencilOps); in findRenderPass()
204 const GrVkRenderPass::LoadStoreOps& stencilOps) { in findRenderPass() argument
210 stencilOps); in findRenderPass()
616 const GrVkRenderPass::LoadStoreOps& stencilOps) { in getRenderPass() argument
619 if (fRenderPasses[idx]->equalLoadStoreOps(colorOps, resolveOps, stencilOps)) { in getRenderPass()
625 colorOps, resolveOps, stencilOps); in getRenderPass()
DGrVkRenderPass.h145 const LoadStoreOps& stencilOps) const;
181 const LoadStoreOps& stencilOps,
DGrVkRenderPass.cpp424 const LoadStoreOps& stencilOps) const { in equalLoadStoreOps()
437 if (fAttachmentsDescriptor.fStencil.fLoadStoreOps != stencilOps) { in equalLoadStoreOps()