/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vk_layer.h | 168 uint32_t size; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | TextureNULL.cpp | 21 setImage(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, const gl::Extents &size, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, gl::Buffer *unpackBuffer, const uint8_t *pixels) setImage() argument 48 setCompressedImage(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, const gl::Extents &size, const gl::PixelUnpackState &unpack, size_t imageSize, const uint8_t *pixels) setCompressedImage() argument 154 setStorage(const gl::Context *context, gl::TextureType type, size_t levels, GLenum internalFormat, const gl::Extents &size) setStorage() argument 163 setStorageExternalMemory(const gl::Context *context, gl::TextureType type, size_t levels, GLenum internalFormat, const gl::Extents &size, gl::MemoryObject *memoryObject, GLuint64 offset, GLbitfield createFlags, GLbitfield usageFlags, const void *imageCreateInfoPNext) setStorageExternalMemory() argument 219 setStorageMultisample(const gl::Context *context, gl::TextureType type, GLsizei samples, GLint internalformat, const gl::Extents &size, bool fixedSampleLocations) setStorageMultisample() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CompressedTextureFormatsTest.cpp | 47 void checkSubImage2D(GLenum format, GLsizei size) in checkSubImage2D() argument 71 void checkSubImage3D(GLenum target, GLenum format, GLsizei size) in checkSubImage3D() argument 98 const GLsizei size = ::testing::get<1>(GetParam()).second; in check2D() local 172 const GLsizei size in check3D() local [all...] |
H A D | UniformTest.cpp | 975 GLint size = 0; in TEST_P() local [all...] |
H A D | BufferDataTest.cpp | 848 constexpr GLsizei size = 64; TEST_P() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | renderer_utils.h | 99 constexpr FastCopyFunctionMap(const Entry *data, size_t size) : mSize(size), mData(data) {} in FastCopyFunctionMap() argument
|
/third_party/skia/src/codec/ |
H A D | SkIcoCodec.cpp | 72 uint32_t size; in MakeFromStream() member 104 uint32_t size = get_int(entryBuffer, 8); in MakeFromStream() local 167 uint32_t size = directoryEntries[i].size; MakeFromStream() local 217 size_t size = info.computeMinByteSize(); MakeFromStream() local [all...] |
H A D | SkWebpCodec.cpp | 81 const int64_t size = sk_64_mul(width, height); in MakeFromStream() local [all...] |
/third_party/skia/src/core/ |
H A D | SkColorFilter.cpp | 44 sk_sp<SkColorFilter> SkColorFilter::Deserialize(const void* data, size_t size, in Deserialize() argument
|
H A D | SkCompressedDataUtils.cpp | 58 static int num_4x4_blocks(int size) { in num_4x4_blocks() argument
|
H A D | SkMaskFilter.cpp | 398 sk_sp<SkMaskFilter> SkMaskFilter::Deserialize(const void* data, size_t size, in Deserialize() argument
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DResourceProvider.cpp | 266 D3D12_GPU_VIRTUAL_ADDRESS GrD3DResourceProvider::uploadConstantData(void* data, size_t size) { in uploadConstantData() argument 104 createConstantBufferView( ID3D12Resource* bufferResource, size_t offset, size_t size) createConstantBufferView() argument
|
/third_party/skia/src/gpu/effects/ |
H A D | GrMatrixConvolutionEffect.cpp | 43 Make(GrRecordingContext* rContext, SkISize size, const GrCaps& caps, const SkScalar* values) Make() argument [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | AtlasPathRenderer.cpp | 148 float2 size = botRightCeil - topLeftFloor; in pathFitsInAtlas() local
|
/third_party/skia/src/image/ |
H A D | SkImage_Raster.cpp | 68 size_t size = info.computeByteSize(rowBytes); in ValidArgs() local 278 size_t size; in MakeRasterCopyPriv() local 294 size_t size; in MakeRasterData() local 342 size_t size; MakeFromRaster() local [all...] |
/third_party/skia/src/gpu/text/ |
H A D | GrAtlasManager.cpp | 161 size_t size = height * rowBytes; local
|
/third_party/skia/samplecode/ |
H A D | SampleSlides.cpp | 243 static sk_sp<SkShader> make_shader0(SkIPoint* size) { in make_shader0() argument 251 static sk_sp<SkShader> make_shader1(const SkIPoint& size) { in make_shader1() argument 354 SkIPoint size; in mesh_slide() local [all...] |
/third_party/skia/src/effects/imagefilters/ |
H A D | SkMatrixConvolutionImageFilter.cpp | 42 size_t size = (size_t) sk_64_mul(fKernelSize.width(), fKernelSize.height()); in SkMatrixConvolutionImageFilter() local
|
/third_party/skia/src/gpu/ |
H A D | GrBufferAllocPool.cpp | 35 sk_sp<GrCpuBuffer> GrBufferAllocPool::CpuBufferCache::makeBuffer(size_t size, in makeBuffer() argument 189 makeSpace(size_t size, size_t alignment, sk_sp<const GrBuffer>* buffer, size_t* offset) makeSpace() argument 274 size_t size = align_down(fBlocks.back().fBytesFree, alignment); makeSpaceAtLeast() local 314 size_t size = std::max(requestSize, kDefaultBufferSize); createBlock() local 409 getBuffer(size_t size) getBuffer() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | PoolAlloc.h | 53 TAllocation(size_t size, unsigned char* mem, TAllocation* prev = 0) : in TAllocation() argument 62 memset(data(), userDataFill, size); in TAllocation() local 76 inline static size_t allocationSize(size_t size) { in allocationSize() argument 93 size_t size; // siz member in TAllocation [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Program.h | 115 GLsizei size; member
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderMemory.cpp | 136 auto size = elementTy.componentCount * static_cast<uint32_t>(sizeof(float)) * SIMD::Width; in EmitVariable() local 144 auto size = workgroupMemory.size(); in EmitVariable() local 163 auto size = elementTy.componentCount * static_cast<uint32_t>(sizeof(float)) * SIMD::Width; in EmitVariable() local 176 auto size = 0; // Not required as this pointer is not directly used by SIMD::Read or SIMD::Write. in EmitVariable() local 185 auto size in EmitVariable() local 400 Int size = *Pointer<Int>(descriptor + OFFSET(vk::BufferDescriptor, sizeInBytes)); GetPointerToData() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactorDebugInfo.cpp | 213 size_t size = sizeof(buf); syncScope() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | Shader.cpp | 133 Shader::Instruction::Instruction(const unsigned long *token, int size, unsigned char majorVersion) : analysis(0) in Instruction() argument 548 int size = (token & 0x0F000000) >> 24; parseOperationToken() local 1188 int Shader::size(unsigned long opcode) const size() function in sw::Shader 1193 int Shader::size(unsigned long opcode, unsigned short shaderModel) size() function in sw::Shader 1200 static const signed char size[] = size() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDevice.cpp | 475 void Device::emitDeviceMemoryReport(VkDeviceMemoryReportEventTypeEXT type, uint64_t memoryObjectId, VkDeviceSize size, VkObjectType objectType, uint64_t objectHandle, uint32_t heapIndex) in emitDeviceMemoryReport() argument
|