/third_party/skia/third_party/externals/oboe/tests/ |
D | testUtilities.cpp | 33 int32_t sizeInBytes = oboe::convertFormatToSizeInBytes(AudioFormat::I16); in TEST_F() local 38 int32_t sizeInBytes = oboe::convertFormatToSizeInBytes(AudioFormat::Float); in TEST_F() local
|
/third_party/skia/src/gpu/mock/ |
D | GrMockBuffer.h | 17 GrMockBuffer(GrMockGpu* gpu, size_t sizeInBytes, GrGpuBufferType type, in GrMockBuffer()
|
/third_party/flutter/skia/src/gpu/mock/ |
D | GrMockBuffer.h | 17 GrMockBuffer(GrMockGpu* gpu, size_t sizeInBytes, GrGpuBufferType type, in GrMockBuffer()
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnBuffer.cpp | 30 GrDawnBuffer::GrDawnBuffer(GrDawnGpu* gpu, size_t sizeInBytes, GrGpuBufferType type, in GrDawnBuffer()
|
D | GrDawnGpuCommandBuffer.cpp | 41 size_t sizeInBytes = height * rowBytes; in copy() local 214 int sizeInBytes = rowPitch * height; in copy() local
|
/third_party/flutter/skia/src/gpu/ |
D | GrGpuBuffer.cpp | 12 GrGpuBuffer::GrGpuBuffer(GrGpu* gpu, size_t sizeInBytes, GrGpuBufferType type, in GrGpuBuffer()
|
/third_party/skia/src/gpu/ |
D | GrGpuBuffer.cpp | 12 GrGpuBuffer::GrGpuBuffer(GrGpu* gpu, size_t sizeInBytes, GrGpuBufferType type, in GrGpuBuffer()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkDescriptorSetLayout.hpp | 65 int sizeInBytes; member 80 int sizeInBytes; // intended size of the bound region -- slides along with dynamic offsets member
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnBuffer.cpp | 30 GrDawnBuffer::GrDawnBuffer(GrDawnGpu* gpu, size_t sizeInBytes, GrGpuBufferType type, in GrDawnBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineMultisampleTestsUtil.hpp | 100 inline std::size_t sizeInBytes(const std::vector<T>& vec) in sizeInBytes() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTestsUtil.hpp | 100 inline std::size_t sizeInBytes(const std::vector<T>& vec) in sizeInBytes() function
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | RingBufferAllocatorTests.cpp | 25 constexpr uint64_t sizeInBytes = 64000; in TEST() local
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | Texture3DTests.cpp | 75 uint32_t sizeInBytes = in TEST_P() local
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/ |
D | RingBufferTests.cpp | 56 constexpr size_t sizeInBytes = 64000; in TEST_F() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.hpp | 267 inline std::size_t sizeInBytes (const std::vector<T>& vec) in sizeInBytes() function
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.hpp | 267 inline std::size_t sizeInBytes (const std::vector<T>& vec) in sizeInBytes() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryTestsUtil.hpp | 105 inline std::size_t sizeInBytes (const std::vector<T>& vec) in sizeInBytes() function
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
D | vktGeometryTestsUtil.hpp | 105 inline std::size_t sizeInBytes (const std::vector<T>& vec) in sizeInBytes() function
|
/third_party/skia/src/gpu/vk/ |
D | GrVkBuffer.cpp | 21 size_t sizeInBytes, in GrVkBuffer()
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | Tests.cpp | 80 static void FillData(void* outPtr, const UINT64 sizeInBytes, UINT seed) in FillData() 91 static bool ValidateData(const void* ptr, const UINT64 sizeInBytes, UINT seed) in ValidateData() 107 static bool ValidateDataZero(const void* ptr, const UINT64 sizeInBytes) in ValidateDataZero()
|
/third_party/node/deps/icu-small/source/common/ |
D | uarrsort.cpp | 39 static constexpr int32_t sizeInMaxAlignTs(int32_t sizeInBytes) { in sizeInMaxAlignTs()
|
/third_party/icu/icu4c/source/common/ |
D | uarrsort.cpp | 39 static constexpr int32_t sizeInMaxAlignTs(int32_t sizeInBytes) { in sizeInMaxAlignTs()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uarrsort.cpp | 39 static constexpr int32_t sizeInMaxAlignTs(int32_t sizeInBytes) { in sizeInMaxAlignTs()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd_vgpu10.c | 1072 uint32 sizeInBytes) in SVGA3D_vgpu10_DefineAndBindShader() 1280 uint32 sizeInBytes) in SVGA3D_vgpu10_SetIndexBuffer_v2() 1301 uint32 sizeInBytes) in SVGA3D_vgpu10_SetIndexBufferOffsetAndSize() 1323 uint32 sizeInBytes) in SVGA3D_vgpu10_SetSingleConstantBuffer() 1757 uint32 sizeInBytes) in SVGA3D_sm5_DefineAndBindStreamOutput()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationImageLayoutTransitionTests.cpp | 117 inline size_t sizeInBytes (const vector<T>& vec) in sizeInBytes() function
|