Home
last modified time | relevance | path

Searched defs:depth (Results 601 - 625 of 2105) sorted by relevance

1...<<21222324252627282930>>...85

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.cpp436 int depth = imageView->getDepthOrLayerCount(level); local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_id_test.cpp3762 int depth = 255; in TEST_P() local
3776 << depth << "\n"; in TEST_P() local
3825 int depth = 10; in TEST_P() local
3839 << depth << "\n"; in TEST_P() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/pngminus/
H A Dpnm2png.c562 png_uint_32 get_data (FILE *pnm_file, int depth) in get_data() argument
595 get_value(FILE *pnm_file, int depth) get_value() argument
[all...]
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dpnmdec.c37 int depth; // 1 (grayscale), 2 (grayscale + alpha), 3 (rgb), 4 (rgba) member
185 uint64_t stride, pixel_bytes, sample_size, depth; in ReadPNM() local
[all...]
/third_party/skia/third_party/externals/angle2/util/x11/
H A DX11Window.cpp317 int depth = DefaultDepth(mDisplay, screen); in initializeImpl() local
/third_party/python/Modules/_blake2/
H A Dblake2s_impl.c91 py_blake2s_new_impl(PyTypeObject *type, PyObject *data, int digest_size, Py_buffer *key, Py_buffer *salt, Py_buffer *person, int fanout, int depth, unsigned long leaf_size, unsigned long long node_offset, int node_depth, int inner_size, int last_node, int usedforsecurity) py_blake2s_new_impl() argument
H A Dblake2b_impl.c91 py_blake2b_new_impl(PyTypeObject *type, PyObject *data, int digest_size, Py_buffer *key, Py_buffer *salt, Py_buffer *person, int fanout, int depth, unsigned long leaf_size, unsigned long long node_offset, int node_depth, int inner_size, int last_node, int usedforsecurity) py_blake2b_new_impl() argument
/third_party/python/Modules/_blake2/impl/
H A Dblake2.h76 uint8_t depth; // 4 member
102 uint8_t depth; // 4 member
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyMessage.java405 protected DynamicMessage build(ThreadContext context, int depth) { in build() argument
494 convert(ThreadContext context, Descriptors.FieldDescriptor fieldDescriptor, IRubyObject value, int depth) convert() argument
/third_party/python/Lib/lib2to3/
H A Dpytree.py188 def depth(self): member in Base
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhashtablez_sampler.h98 int32_t depth; member
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A Dfailure_signal_handler.cc269 int depth = absl::GetStackFramesWithContext( in WriteStackTrace() local
275 depth, min_dropped_frames, symbolize_stacktrace, writerfn, writerfn_arg); in WriteStackTrace() local
/third_party/skia/modules/canvaskit/
H A Dgm.js
/third_party/rust/crates/syn/src/
H A Dbuffer.rs330 let mut depth = 1; variables
H A Ddata.rs224 let mut depth = 0usize; variables
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFragDepthTests.cpp379 float depth = f*2.0f - 1.0f; in iterate() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsFragmentOpUtil.cpp255 float depth = triQuadInterpolate(quad.depth, xRatio, yRatio); in render() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Djson.c226 unsigned int depth = 0; in json_parse() local
551 static void json_print_token(struct json_token *token, int depth, in json_print_token() argument
/third_party/vk-gl-cts/framework/opengl/
H A DgluTexture.cpp645 Texture3D::Texture3D (const RenderContext& context, deUint32 format, deUint32 dataType, int width, int height, int depth) in Texture3D() argument
658 Texture3D::Texture3D (const RenderContext& context, deUint32 sizedFormat, int width, int height, int depth) in Texture3D() argument
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11.cpp168 int depth = CopyFromParent; in XlibWindow() local
254 unsigned width_, height_, borderWidth, depth; in getDimensions() local
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgGeneratorState.hpp77 void setExpressionDepth (int depth) { m_expressionDepth = depth; } in setExpressionDepth() argument
H A DrsgUtils.cpp253 int depth = 0; in getTypeConstructorDepth() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fVertexArrayTest.cpp593 void MultiVertexArrayStorageTests::addStorageCases (MultiVertexArrayTest::Spec spec, int depth) in addStorageCases() argument
713 void MultiVertexArrayStrideTests::addStrideCases (MultiVertexArrayTest::Spec spec, int depth) in addStrideCases() argument
804 void MultiVertexArrayOutputTests::addInputTypeCases (MultiVertexArrayTest::Spec spec, int depth) in addInputTypeCases() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Djson.c226 unsigned int depth = 0; in json_parse() local
575 static void json_print_token(struct json_token *token, int depth, in json_print_token() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp185 GLenum GetSurfaceRTFormat(bool depth, SwapChain11 *swapChain) in GetSurfaceRTFormat() argument
191 const d3d11::Format &GetSurfaceFormatSet(bool depth, SwapChain11 *swapChain, Renderer11 *renderer) in GetSurfaceFormatSet() argument
203 TextureRenderTarget11(d3d11::RenderTargetView &&rtv, const TextureHelper11 &resource, const d3d11::SharedSRV &srv, const d3d11::SharedSRV &blitSRV, GLenum internalFormat, const d3d11::Format &formatSet, GLsizei width, GLsizei height, GLsizei depth, GLsizei samples) TextureRenderTarget11() argument
233 TextureRenderTarget11(d3d11::DepthStencilView &&dsv, const TextureHelper11 &resource, const d3d11::SharedSRV &srv, GLenum internalFormat, const d3d11::Format &formatSet, GLsizei width, GLsizei height, GLsizei depth, GLsizei samples) TextureRenderTarget11() argument
321 SurfaceRenderTarget11(SwapChain11 *swapChain, Renderer11 *renderer, bool depth) SurfaceRenderTarget11() argument
[all...]

Completed in 25 milliseconds

1...<<21222324252627282930>>...85