Home
last modified time | relevance | path

Searched defs:sizeInBytes (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/skia/third_party/externals/oboe/tests/
DtestUtilities.cpp33 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/
DGrMockBuffer.h17 GrMockBuffer(GrMockGpu* gpu, size_t sizeInBytes, GrGpuBufferType type, in GrMockBuffer()
/third_party/flutter/skia/src/gpu/mock/
DGrMockBuffer.h17 GrMockBuffer(GrMockGpu* gpu, size_t sizeInBytes, GrGpuBufferType type, in GrMockBuffer()
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnBuffer.cpp30 GrDawnBuffer::GrDawnBuffer(GrDawnGpu* gpu, size_t sizeInBytes, GrGpuBufferType type, in GrDawnBuffer()
DGrDawnGpuCommandBuffer.cpp41 size_t sizeInBytes = height * rowBytes; in copy() local
214 int sizeInBytes = rowPitch * height; in copy() local
/third_party/flutter/skia/src/gpu/
DGrGpuBuffer.cpp12 GrGpuBuffer::GrGpuBuffer(GrGpu* gpu, size_t sizeInBytes, GrGpuBufferType type, in GrGpuBuffer()
/third_party/skia/src/gpu/
DGrGpuBuffer.cpp12 GrGpuBuffer::GrGpuBuffer(GrGpu* gpu, size_t sizeInBytes, GrGpuBufferType type, in GrGpuBuffer()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.hpp65 int sizeInBytes; member
80 int sizeInBytes; // intended size of the bound region -- slides along with dynamic offsets member
/third_party/skia/src/gpu/dawn/
DGrDawnBuffer.cpp30 GrDawnBuffer::GrDawnBuffer(GrDawnGpu* gpu, size_t sizeInBytes, GrGpuBufferType type, in GrDawnBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.hpp100 inline std::size_t sizeInBytes(const std::vector<T>& vec) in sizeInBytes() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.hpp100 inline std::size_t sizeInBytes(const std::vector<T>& vec) in sizeInBytes() function
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DRingBufferAllocatorTests.cpp25 constexpr uint64_t sizeInBytes = 64000; in TEST() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DTexture3DTests.cpp75 uint32_t sizeInBytes = in TEST_P() local
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/
DRingBufferTests.cpp56 constexpr size_t sizeInBytes = 64000; in TEST_F() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.hpp267 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/
DvktSparseResourcesTestsUtil.hpp267 inline std::size_t sizeInBytes (const std::vector<T>& vec) in sizeInBytes() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.hpp105 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/
DvktGeometryTestsUtil.hpp105 inline std::size_t sizeInBytes (const std::vector<T>& vec) in sizeInBytes() function
/third_party/skia/src/gpu/vk/
DGrVkBuffer.cpp21 size_t sizeInBytes, in GrVkBuffer()
/third_party/skia/third_party/externals/d3d12allocator/src/
DTests.cpp80 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/
Duarrsort.cpp39 static constexpr int32_t sizeInMaxAlignTs(int32_t sizeInBytes) { in sizeInMaxAlignTs()
/third_party/icu/icu4c/source/common/
Duarrsort.cpp39 static constexpr int32_t sizeInMaxAlignTs(int32_t sizeInBytes) { in sizeInMaxAlignTs()
/third_party/skia/third_party/externals/icu/source/common/
Duarrsort.cpp39 static constexpr int32_t sizeInMaxAlignTs(int32_t sizeInBytes) { in sizeInMaxAlignTs()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c1072 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/
DvktSynchronizationImageLayoutTransitionTests.cpp117 inline size_t sizeInBytes (const vector<T>& vec) in sizeInBytes() function

1234