Home
last modified time | relevance | path

Searched refs:dpFail (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/soft_dvpp/utils/
Dsoft_vpc.cc24 constexpr int32_t dpFail = -1; variable
91 …VPC_CHECK_COND_FAIL_PRINT_RETURN((left_ < right_), dpFail, "left(%u) should be < right(%u).", left… in CheckParamter()
92 …VPC_CHECK_COND_FAIL_PRINT_RETURN((right_ < in_width_), dpFail, "right(%u) should be < inWidth(%u).… in CheckParamter()
94 …VPC_CHECK_COND_FAIL_PRINT_RETURN((up_ < down_), dpFail, "up(%u) should be < down(%u).", up_, down_… in CheckParamter()
95 …VPC_CHECK_COND_FAIL_PRINT_RETURN((down_ < in_height_), dpFail, "down_(%u) should be < in_height(%u… in CheckParamter()
100 VPC_CHECK_COND_FAIL_PRINT_RETURN((crop_width >= 10), dpFail, // mini width is 10 in CheckParamter()
103 VPC_CHECK_COND_FAIL_PRINT_RETURN((in_width_ <= 8192), dpFail, // max width is 8192 in CheckParamter()
105 VPC_CHECK_COND_FAIL_PRINT_RETURN((crop_height >= 6), dpFail, // mini height is 6 in CheckParamter()
107 VPC_CHECK_COND_FAIL_PRINT_RETURN((in_height_ <= 8192), dpFail, // max height is 8192 in CheckParamter()
113 VPC_CHECK_COND_FAIL_PRINT_RETURN(flag, dpFail, in CheckParamter()
[all …]
Dyuv_scaler_para_set.cc30 const int32_t dpFail = -1; variable
120 return dpFail; in CheckParamater()
125 return dpFail; in CheckParamater()
136 VPC_CHECK_COND_FAIL_RETURN(para_set_name != nullptr, dpFail); in ParseFileToVar()
137 VPC_CHECK_COND_FAIL_RETURN(yuv_scaler_paraset != nullptr, dpFail); in ParseFileToVar()
/third_party/vk-gl-cts/framework/referencerenderer/
DrrRenderState.hpp191 StencilOp dpFail; member
200 , dpFail (STENCILOP_KEEP) in StencilState()
DrrFragmentOperations.cpp352 SWITCH_DPFAIL_OR_DPPASS(dpFail, !m_sampleRegister[regSampleNdx].depthPassed) in executeStencilDpFailAndPass()
DrrRenderer.cpp1073 noStencilDepthWriteState.stencilStates[facetype].dpFail = STENCILOP_KEEP; in writeFragmentPackets()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilTests.cpp771 refStencilFront.dpFail = mapVkStencilOp(m_stencilOpStateFront.depthFailOp); in verifyImage()
777 refStencilBack.dpFail = mapVkStencilOp(m_stencilOpStateBack.depthFailOp); in verifyImage()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fRandomFragmentOpTests.cpp83 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp); in translateStencilState()
Des2fDepthStencilTests.cpp374 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp); in translateStencilState()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fRandomFragmentOpTests.cpp83 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp); in translateStencilState()
Des3fDepthStencilTests.cpp374 dst.dpFail = sglr::rr_util::mapGLStencilOp(src.depthFailOp); in translateStencilState()
/third_party/vk-gl-cts/modules/egl/
DteglRenderTests.cpp331 state.fragOps.stencilStates[0].dpFail = rr::STENCILOP_INCR; in toReferenceRenderState()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.cpp4355 …state.fragOps.stencilStates[faceType].dpFail = sglr::rr_util::mapGLStencilOp(m_stencil[faceType].o… in drawWithReference()