HomeSort by relevance Sort by last modified time
    Searched refs:depthFailOp (Results 1 - 25 of 43) 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...]
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 195 stencilInfo->front.depthFailOp = stencilInfo->front.failOp;
208 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 415 vk::VkStencilOp depthFailOp = vk::VK_STENCIL_OP_REPLACE,
vktDrawCreateInfoUtil.cpp 960 depthFailOp = _depthFailOp;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationInternallySynchronizedObjectsTests.cpp     [all...]
vktSynchronizationSmokeTests.cpp 811 depthStencilState.front.depthFailOp = VK_STENCIL_OP_KEEP;
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_blit.c     [all...]
radv_meta_blit2d.c     [all...]
radv_pipeline.c 951 ds->db_stencil_control |= S_02842C_STENCILZFAIL(si_translate_stencil_op(vkds->front.depthFailOp));
956 ds->db_stencil_control |= S_02842C_STENCILZFAIL_BF(si_translate_stencil_op(vkds->back.depthFailOp));
    [all...]
  /external/mesa3d/src/intel/vulkan/
genX_pipeline.c 675 .StencilPassDepthFailOp = vk_to_gen_stencil_op[info->front.depthFailOp],
679 .BackfaceStencilPassDepthFailOp =vk_to_gen_stencil_op[info->back.depthFailOp],
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_validate_helper.h     [all...]
parameter_validation.h     [all...]
vk_struct_wrappers.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
  /external/vulkan-validation-layers/layers/
parameter_validation.cpp     [all...]
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h     [all...]

Completed in 734 milliseconds

1 2