HomeSort by relevance Sort by last modified time
    Searched refs:stencilOps (Results 1 - 9 of 9) sorted by null

  /external/deqp/modules/glshared/
glsInteractionTestUtil.cpp 84 static const deUint32 stencilOps[] =
177 state.stencil[ndx].stencilFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps));
178 state.stencil[ndx].depthFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps));
179 state.stencil[ndx].depthPassOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps));
  /external/skia/src/gpu/vk/
GrVkResourceProvider.h 76 const GrVkRenderPass::LoadStoreOps& stencilOps,
83 const GrVkRenderPass::LoadStoreOps& stencilOps);
221 const GrVkRenderPass::LoadStoreOps& stencilOps);
GrVkRenderPass.h 101 const LoadStoreOps& stencilOps) const;
125 const LoadStoreOps& stencilOps);
GrVkResourceProvider.cpp 137 const GrVkRenderPass::LoadStoreOps& stencilOps,
147 return this->findRenderPass(*pRPHandle, colorOps, stencilOps);
153 const GrVkRenderPass::LoadStoreOps& stencilOps) {
158 stencilOps);
460 const GrVkRenderPass::LoadStoreOps& stencilOps) {
463 if (fRenderPasses[idx]->equalLoadStoreOps(colorOps, stencilOps)) {
469 renderPass->init(gpu, *this->getCompatibleRenderPass(), colorOps, stencilOps);
GrVkRenderPass.cpp 226 const LoadStoreOps& stencilOps) const {
233 if (fAttachmentsDescriptor.fStencil.fLoadStoreOps != stencilOps) {
  /external/deqp/modules/gles2/functional/
es2fDepthStencilTests.cpp 741 static const deUint32 stencilOps[] =
766 params.stencil[ndx].stencilFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps));
767 params.stencil[ndx].depthFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps));
768 params.stencil[ndx].depthPassOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps));
803 } stencilOps[] =
918 for (int sFail = 0; sFail < DE_LENGTH_OF_ARRAY(stencilOps); sFail++)
920 for (int dFail = 0; dFail < DE_LENGTH_OF_ARRAY(stencilOps); dFail++
    [all...]
es2fIntegerStateQueryTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthStencilTests.cpp 741 static const deUint32 stencilOps[] =
766 params.stencil[ndx].stencilFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps));
767 params.stencil[ndx].depthFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps));
768 params.stencil[ndx].depthPassOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps));
803 } stencilOps[] =
918 for (int sFail = 0; sFail < DE_LENGTH_OF_ARRAY(stencilOps); sFail++)
920 for (int dFail = 0; dFail < DE_LENGTH_OF_ARRAY(stencilOps); dFail++
    [all...]
es3fIntegerStateQueryTests.cpp     [all...]

Completed in 186 milliseconds