/third_party/node/deps/v8/src/heap/ |
H A D | index-generator.h | 23 explicit IndexGenerator(size_t size);
|
/third_party/node/deps/v8/src/trap-handler/ |
H A D | trap-handler-internal.h | 20 // 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 D | locked-queue.h | 16 // 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 D | vk_sync_dummy.c | 50 .size = sizeof(struct vk_sync),
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_target_gv100.h | 36 virtual void getBuiltinCode(const uint32_t **code, uint32_t *size) const;
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_compute_transforms.h | 37 * 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 D | fd2_emit.h | 37 unsigned offset, size; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | evergreen_compute_internal.h | 93 struct r600_resource* r600_compute_buffer_alloc_vram(struct r600_screen *screen, unsigned size);
|
H A D | evergreen_compute.h | 45 struct r600_resource* r600_compute_buffer_alloc_vram(struct r600_screen *screen, unsigned size);
|
/third_party/python/Include/internal/ |
H A D | pycore_unicodeobject.h | 45 Py_ssize_t size; member
|
/third_party/python/Include/ |
H A D | tupleobject.h | 30 PyAPI_FUNC(PyObject *) PyTuple_New(Py_ssize_t size); variable
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageTexture.hpp | 34 //! 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 D | vktImageTexture.hpp | 34 //! 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 D | CLMemoryCL.h | 28 size_t size,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | IndexRangeCache.h | 40 void invalidateRange(size_t offset, size_t size);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | ShaderExecutableD3D.h | 47 size_t size() const;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | CLMemoryImpl.h | 28 size_t size,
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | CallDAG.h | 63 size_t size() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | PHIEliminationUtils.cpp | 45 } else if (DefUsesInMBB.size() == 1) { in findPHICopyInsertPoint()
|
/third_party/vk-gl-cts/external/amber/src/include/amber/ |
H A D | result.h | 44 bool IsSuccess() const { return errors_.size() == 0; } in IsSuccess()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_occlusion_query_pool.h | 48 size_t getNumRenderPassAllocatedQueries() const { return mAllocatedQueries.size(); } in getNumRenderPassAllocatedQueries()
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | angle_end2end_tests_main.cpp | 35 if (!angle::FindTestDataPath(kTestExpectationsPath, foundDataPath.data(), foundDataPath.size())) in main()
|
/third_party/skia/src/codec/ |
H A D | SkEncodedInfo.cpp | 13 if (skcms_Parse(data->data(), data->size(), &profile)) { in Make()
|
/third_party/skia/src/gpu/mock/ |
H A D | GrMockBuffer.h | 26 fMapPtr = sk_malloc_throw(this->size());
|
/third_party/skia/src/core/ |
H A D | SkMD5.h | 21 bool write(const void* buffer, size_t size) final;
|