Home
last modified time | relevance | path

Searched refs:size (Results 11401 - 11425 of 19536) sorted by relevance

1...<<451452453454455456457458459460>>...782

/third_party/node/deps/v8/src/heap/
H A Dindex-generator.h23 explicit IndexGenerator(size_t size);
/third_party/node/deps/v8/src/trap-handler/
H A Dtrap-handler-internal.h20 // faults in. {base} points to the beginning of the chunk, and {size} is the
26 size_t size; member
/third_party/node/deps/v8/src/utils/
H A Dlocked-queue.h16 // Simple lock-based unbounded size queue (multi producer; multi consumer) based
32 inline size_t size() const;
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_sync_dummy.c50 .size = sizeof(struct vk_sync),
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target_gv100.h36 virtual void getBuiltinCode(const uint32_t **code, uint32_t *size) const;
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compute_transforms.h37 * buffer into the original SO buffer, after the original filled size (loaded from the indirect
41 /* Append a fake SO buffer filed size with (vertex count, 1, 1, original filled size)
43 * the original filled size with the fake filled size
46 /* Append a buffer filled size with (vertex count, 1, 0, 0) */
67 uint16_t size; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_emit.h37 unsigned offset, size; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute_internal.h93 struct r600_resource* r600_compute_buffer_alloc_vram(struct r600_screen *screen, unsigned size);
H A Devergreen_compute.h45 struct r600_resource* r600_compute_buffer_alloc_vram(struct r600_screen *screen, unsigned size);
/third_party/python/Include/internal/
H A Dpycore_unicodeobject.h45 Py_ssize_t size; member
/third_party/python/Include/
H A Dtupleobject.h30 PyAPI_FUNC(PyObject *) PyTuple_New(Py_ssize_t size); variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTexture.hpp34 //! Texture buffer/image abstraction. Helps managing size, number of layers and number of mipmap levels.
46 tcu::IVec3 size (const int mipLevel = 0) const; //!< Size including number of layers in additional dimension (e.g. z in 2d texture) for mipmap level 0
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTexture.hpp34 //! Texture buffer/image abstraction. Helps managing size, number of layers and number of mipmap levels.
46 tcu::IVec3 size (const int mipLevel = 0) const; //!< Size including number of layers in additional dimension (e.g. z in 2d texture) for mipmap level 0
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLMemoryCL.h28 size_t size,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DIndexRangeCache.h40 void invalidateRange(size_t offset, size_t size);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DShaderExecutableD3D.h47 size_t size() const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DCLMemoryImpl.h28 size_t size,
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCallDAG.h63 size_t size() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DPHIEliminationUtils.cpp45 } else if (DefUsesInMBB.size() == 1) { in findPHICopyInsertPoint()
/third_party/vk-gl-cts/external/amber/src/include/amber/
H A Dresult.h44 bool IsSuccess() const { return errors_.size() == 0; } in IsSuccess()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_occlusion_query_pool.h48 size_t getNumRenderPassAllocatedQueries() const { return mAllocatedQueries.size(); } in getNumRenderPassAllocatedQueries()
/third_party/skia/third_party/externals/angle2/src/tests/
H A Dangle_end2end_tests_main.cpp35 if (!angle::FindTestDataPath(kTestExpectationsPath, foundDataPath.data(), foundDataPath.size())) in main()
/third_party/skia/src/codec/
H A DSkEncodedInfo.cpp13 if (skcms_Parse(data->data(), data->size(), &profile)) { in Make()
/third_party/skia/src/gpu/mock/
H A DGrMockBuffer.h26 fMapPtr = sk_malloc_throw(this->size());
/third_party/skia/src/core/
H A DSkMD5.h21 bool write(const void* buffer, size_t size) final;

Completed in 14 milliseconds

1...<<451452453454455456457458459460>>...782