HomeSort by relevance Sort by last modified time
    Searched refs:depthFailOp (Results 1 - 25 of 31) sorted by null

1 2

  /external/deqp/modules/glshared/
glsInteractionTestUtil.hpp 64 deUint32 depthFailOp;
74 , depthFailOp (0)
glsInteractionTestUtil.cpp 178 state.stencil[ndx].depthFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps));
glsFragOpInteractionCase.cpp 245 ctx.stencilOpSeparate(glFace, sParams.stencilFailOp, sParams.depthFailOp, sParams.depthPassOp);
  /external/deqp/modules/gles2/functional/
es2fDepthStencilTests.cpp 79 deUint32 depthFailOp;
89 , depthFailOp (0)
125 << " depth fail = " << glu::getStencilOpStr(params.depthFailOp) << "\n"
358 cmd.params.stencil[rr::FACETYPE_FRONT].depthFailOp = GL_KEEP;
374 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp);
446 glStencilOpSeparate(glFace, sParams.stencilFailOp, sParams.depthFailOp, sParams.depthPassOp);
767 params.stencil[ndx].depthFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps));
876 params.stencil[visible].depthFailOp = functionCases[ndx].dFail;
884 params.stencil[notVisible].depthFailOp = GL_REPLACE;
947 params.stencil[visible].depthFailOp = stencilOps[dFail].op
    [all...]
es2fRandomFragmentOpTests.cpp 83 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp);
174 wrapper.glStencilOpSeparate(glFace, sParams.stencilFailOp, sParams.depthFailOp, sParams.depthPassOp);
  /external/deqp/modules/gles3/functional/
es3fDepthStencilTests.cpp 79 deUint32 depthFailOp;
89 , depthFailOp (0)
125 << " depth fail = " << glu::getStencilOpStr(params.depthFailOp) << "\n"
358 cmd.params.stencil[rr::FACETYPE_FRONT].depthFailOp = GL_KEEP;
374 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp);
446 glStencilOpSeparate(glFace, sParams.stencilFailOp, sParams.depthFailOp, sParams.depthPassOp);
767 params.stencil[ndx].depthFailOp = rnd.choose<deUint32>(DE_ARRAY_BEGIN(stencilOps), DE_ARRAY_END(stencilOps));
876 params.stencil[visible].depthFailOp = functionCases[ndx].dFail;
884 params.stencil[notVisible].depthFailOp = GL_REPLACE;
947 params.stencil[visible].depthFailOp = stencilOps[dFail].op
    [all...]
es3fRandomFragmentOpTests.cpp 83 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp);
174 wrapper.glStencilOpSeparate(glFace, sParams.stencilFailOp, sParams.depthFailOp, sParams.depthPassOp);
  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.inl 189 inline VkStencilOpState makeStencilOpState (VkStencilOp failOp, VkStencilOp passOp, VkStencilOp depthFailOp, VkCompareOp compareOp, deUint32 compareMask, deUint32 writeMask, deUint32 reference)
194 res.depthFailOp = depthFailOp;
vkStructTypes.inl 711 VkStencilOp depthFailOp;
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 168 stencilInfo->front.depthFailOp = stencilInfo->front.failOp;
178 stencilInfo->back.depthFailOp = stencilInfo->front.failOp;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineStencilTests.cpp 230 m_stencilOps[stencilDepthFailOpIndex], // VkStencilOp depthFailOp;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 412 vk::VkStencilOp depthFailOp = vk::VK_STENCIL_OP_REPLACE,
vktDrawCreateInfoUtil.cpp 960 depthFailOp = _depthFailOp;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateCreateInfoUtil.hpp 414 vk::VkStencilOp depthFailOp = vk::VK_STENCIL_OP_REPLACE,
vktDynamicStateCreateInfoUtil.cpp 959 depthFailOp = _depthFailOp;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.hpp 412 vk::VkStencilOp depthFailOp = vk::VK_STENCIL_OP_REPLACE,
vktQueryPoolCreateInfoUtil.cpp 966 depthFailOp = _depthFailOp;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp 813 depthStencilState.front.depthFailOp = VK_STENCIL_OP_KEEP;
    [all...]
  /external/vulkan-validation-layers/layers/
parameter_validation.cpp     [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp     [all...]
  /external/skia/third_party/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]

Completed in 436 milliseconds

1 2