Home
last modified time | relevance | path

Searched refs:depth (Results 2226 - 2250 of 3798) sorted by relevance

1...<<81828384858687888990>>...152

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp186 int depth; member
195 , depth (0) in TextureSpec()
211 , depth (depth_) in TextureSpec()
667 float layerStep = 1.0f / (float)m_textureSpec.depth; in initTexture()
668 float levelStep = isAutoLod ? 0.0f : 1.0f / (float)(de::max(1, m_textureSpec.numLevels-1)*m_textureSpec.depth); in initTexture()
673 m_texture2DArray = new glu::Texture2DArray(m_renderCtx, m_textureSpec.format, m_textureSpec.width, m_textureSpec.height, m_textureSpec.depth); in initTexture()
706 int baseCellSize = de::min(de::min(m_textureSpec.width/2, m_textureSpec.height/2), m_textureSpec.depth/2); in initTexture()
708 m_texture3D = new glu::Texture3D(m_renderCtx, m_textureSpec.format, m_textureSpec.width, m_textureSpec.height, m_textureSpec.depth); in initTexture()
724 float dwdx = (m_lookupSpec.maxCoord[2]-m_lookupSpec.minCoord[2])*0.5f*proj*(float)m_textureSpec.depth / (float)viewportSize[0]; in initTexture()
725 float dwdy = (m_lookupSpec.maxCoord[2]-m_lookupSpec.minCoord[2])*0.5f*proj*(float)m_textureSpec.depth / (floa in initTexture()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp637 void RSRenderNode::DumpTree(int32_t depth, std::string& out) const in DumpTree() argument
639 // Exceed max depth for dumping render node tree, refuse to continue and add a warning. in DumpTree()
642 if (depth >= MAX_DUMP_DEPTH) { in DumpTree()
643 ROSEN_LOGW("RSRenderNode::DumpTree depth exceed max depth, stop dumping. current depth = %d, " in DumpTree()
644 "nodeId = %" PRIu64, depth, id_); in DumpTree()
645 out += "===== WARNING: exceed max depth for dumping render node tree =====\n"; in DumpTree()
649 for (int32_t i = 0; i < depth; ++i) { in DumpTree()
735 c->DumpTree(depth in DumpTree()
[all...]
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm206 my $depth = 0;
218 if ($depth == 0) {
227 $depth++;
230 $depth--;
231 if ($depth < 0) {
235 elsif ($depth == 0) {
/third_party/python/Tools/clinic/
H A Dclinic.py4021 def depth(self): member in IndentStack
4492 assert self.indent.depth == 2
4827 assert self.indent.depth == 3
4841 assert self.indent.depth < 3
4842 if self.indent.depth == 2:
4845 assert self.indent.depth == 1
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectMiscTests.cpp1326 vk::VK_STENCIL_OP_KEEP, // depth & stencil pass
1327 vk::VK_STENCIL_OP_KEEP, // depth only fail
1659 const float depth = depthAccess.getPixDepth(i, j);
1702 if (depth < depthMin || depth > depthMax)
1704 log << tcu::TestLog::Message << "Depth at (" << i << ", " << j << ") is expected to be between 0.4f and 0.6f, but was (" << depth << ")" << tcu::TestLog::EndMessage;
1718 if (deFloatAbs(depth - 1.0f) > depthEpsilon)
1720 log << tcu::TestLog::Message << "Depth at (" << i << ", " << j << ") is expected to be 1.0f, but was (" << depth << ")" << tcu::TestLog::EndMessage;
1773 TCU_THROW(NotSupportedError, "Required depth/stencil format not supported");
2991 de::MovePtr<tcu::TestCaseGroup> depthGroup(new tcu::TestCaseGroup(testCtx, "depth"));
[all...]
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm206 my $depth = 0;
218 if ($depth == 0) {
227 $depth++;
230 $depth--;
231 if ($depth < 0) {
235 elsif ($depth == 0) {
/third_party/backends/backend/
H A Dfujitsu.c6788 params->depth = s->u_params.depth; in sane_get_parameters()
6825 params->depth = 8; in update_params()
6842 params->depth = 8; in update_params()
6859 params->depth = 1; in update_params()
6878 DBG(15,"update_params: params: format=%d, depth=%d, last=%d\n", in update_params()
6879 params->format, params->depth, params->last_frame); in update_params()
6912 params->depth = 1; in update_u_params()
6929 DBG(15,"update_u_params: params: format=%d, depth=%d, last=%d\n", in update_u_params()
6930 params->format, params->depth, param in update_u_params()
[all...]
H A Dgt68xx_high.c1321 request.depth = 8; in gt68xx_afe_ccd_auto()
1735 request.depth = 8; in gt68xx_afe_cis_read_lines()
2097 request.depth = 8; in gt68xx_sheetfed_scanner_calibrate()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp937 // If textfield can't handle percent, traverse parent to handle, here set max depth 4.
938 for (int32_t depth = 1; depth <= 4; ++depth) {
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register.cpp735 // get depth in JsGetFilteredInspectorTreeById()
741 int32_t depth = secondArg->Int32Value(vm); in JsGetFilteredInspectorTreeById() local
742 if (depth < 0) { in JsGetFilteredInspectorTreeById()
743 JSException::Throw(ERROR_CODE_PARAM_INVALID, "%s", "invalid filter depth"); in JsGetFilteredInspectorTreeById()
746 filter.SetFilterDepth(depth); in JsGetFilteredInspectorTreeById()
/third_party/backends/backend/escl/
H A Descl.c1307 handler->ps.depth = 8; in sane_open()
1744 handler->ps.depth = 8; in sane_start()
1774 p->depth = 8; in sane_get_parameters()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java2591 Appendable rebuiltPat, int options, int depth) { in applyPattern()
2592 if (depth > MAX_DEPTH) { in applyPattern()
2726 nested.applyPattern(chars, symbols, patBuf, options, depth + 1); in applyPattern()
2590 applyPattern(RuleCharacterIterator chars, SymbolTable symbols, Appendable rebuiltPat, int options, int depth) applyPattern() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSet.java2480 Appendable rebuiltPat, int options, int depth) { in applyPattern()
2481 if (depth > MAX_DEPTH) { in applyPattern()
2615 nested.applyPattern(chars, symbols, patBuf, options, depth + 1); in applyPattern()
2479 applyPattern(RuleCharacterIterator chars, SymbolTable symbols, Appendable rebuiltPat, int options, int depth) applyPattern() argument
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrlib1.cpp406 pOut->sliceSize = pOut->surfSize / pOut->depth; in ComputeSurfaceInfo()
414 pOut->sliceSize += pOut->sliceSize * (pOut->depth - pIn->numSlices); in ComputeSurfaceInfo()
2361 UINT_32 slice, ///< [in] slice/depth index in HwlComputeXmaskAddrFromCoord()
2571 UINT_32 slice, ///< [in] slice/depth index in ComputeSurfaceAddrFromCoordLinear()
2614 UINT_32* pSlice, ///< [out] slice/depth index in ComputeSurfaceCoordFromAddrLinear()
2650 UINT_32* pSlice, ///< [out] slice/depth index in ComputeSurfaceCoordFromAddrMicroTiled()
2653 BOOL_32 isDepthSampleOrder ///< [in] TRUE if in depth sample order in ComputeSurfaceCoordFromAddrMicroTiled()
3017 UINT_32 z, ///< [in] slice/depth index in ComputePixelIndexWithinMicroTile()
3648 (pInOut->flags.depth == FALSE) && in OptimizeTileMode()
3982 // 3D texture without depth o in ComputePrtInfo()
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.cc756 int depth = GetSubtypingDepth(module, i); in DecodeTypeSection() local
757 if (depth > static_cast<int>(kV8MaxRttSubtypingDepth)) { in DecodeTypeSection()
758 errorf("type %d: subtyping depth is greater than allowed", i); in DecodeTypeSection()
763 if (depth == -1) { in DecodeTypeSection()
/third_party/nghttp2/src/
H A Dshrpx_tls.cc123 int depth = X509_STORE_CTX_get_error_depth(ctx); in verify_callback() local
124 if (err == X509_V_ERR_CERT_HAS_EXPIRED && depth == 0 && in verify_callback()
131 << X509_verify_cert_error_string(err) << ":depth=" << depth; in verify_callback()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.cc1354 Response V8DebuggerAgentImpl::setAsyncCallStackDepth(int depth) { in setAsyncCallStackDepth() argument
1358 m_state->setInteger(DebuggerAgentState::asyncCallStackDepth, depth); in setAsyncCallStackDepth()
1359 m_debugger->setAsyncCallStackDepth(this, depth); in setAsyncCallStackDepth()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1351 * When sampling a mipmap, we need to compute the width, height, depth
1366 * Compute width, height, depth at mipmap level 'ilevel' in lp_build_mipmap_level_sizes()
1479 * @param size vector with the texture size (width, height, depth)
1550 * @param flt_size vector with the integer texture size (width, height, depth)
1562 LLVMValueRef depth = NULL; in lp_build_unnormalized_coords() local
1570 &depth); in lp_build_unnormalized_coords()
1577 *r = lp_build_mul(&bld->coord_bld, *r, depth); in lp_build_unnormalized_coords()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c1103 unsigned depth, in zink_is_compute_copy_faster()
1110 return width * height * depth > 64 * 64; in zink_is_compute_copy_faster()
1983 *z = props[0].imageGranularity.depth; in zink_get_sparse_texture_virtual_page_size()
1098 zink_is_compute_copy_faster(struct pipe_screen *pscreen, enum pipe_format src_format, enum pipe_format dst_format, unsigned width, unsigned height, unsigned depth, bool cpu) zink_is_compute_copy_faster() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineFramebufferAttachmentTests.cpp656 const int depth = deMax32(caseDef.attachmentSize.z(), caseDef.numLayers); in test() local
657 tcu::TextureLevel textureLevel (format, caseDef.attachmentSize.x(), caseDef.attachmentSize.y(), depth); in test()
659 const tcu::ConstPixelBufferAccess resultImage (format, caseDef.attachmentSize.x(), caseDef.attachmentSize.y(), depth, colorBufferAlloc->getHostPtr()); in test()
H A DvktPipelineSamplerTests.cpp1488 DE_ASSERT(texExtent.depth == 1u); in iterate()
1538 const vk::VkDeviceSize texBufferSize = static_cast<vk::VkDeviceSize>(static_cast<deUint32>(tcu::getPixelSize(tcuFormat)) * texExtent.width * texExtent.height * texExtent.depth); in iterate()
1725 renderPass.createFramebuffer(vkd, device, 1u, &fbImage.get(),&fbView.get(), texExtent.width, texExtent.height, texExtent.depth); in iterate()
/third_party/python/Modules/
H A D_tkinter.c2936 _flatten1(FlattenContext* context, PyObject* item, int depth) in _flatten1() argument
2942 if (depth > 1000) { in _flatten1()
2956 if (!_flatten1(context, o, depth + 1)) in _flatten1()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp1469 DE_ASSERT(texExtent.depth == 1u); in iterate()
1519 const vk::VkDeviceSize texBufferSize = static_cast<vk::VkDeviceSize>(static_cast<deUint32>(tcu::getPixelSize(tcuFormat)) * texExtent.width * texExtent.height * texExtent.depth); in iterate()
1706 const auto framebuffer = vk::makeFramebuffer(vkd, device, renderPass.get(), 1u, &fbView.get(), texExtent.width, texExtent.height, texExtent.depth); in iterate()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp2804 void RSNode::DumpTree(int depth, std::string& out) const in DumpTree() argument
2806 for (int i = 0; i < depth; i++) { in DumpTree()
2814 child->DumpTree(depth + 1, out); in DumpTree()
2865 std::string RSNode::DumpNode(int depth) const in DumpNode()
/third_party/ffmpeg/libavcodec/
H A Djpeg2000dec.c222 match = match && desc->comp[3].depth >= bpc && in pix_fmt_match()
226 match = match && desc->comp[2].depth >= bpc && in pix_fmt_match()
230 match = match && desc->comp[1].depth >= bpc && in pix_fmt_match()
235 match = match && desc->comp[0].depth >= bpc && in pix_fmt_match()

Completed in 106 milliseconds

1...<<81828384858687888990>>...152