Home
last modified time | relevance | path

Searched defs:size (Results 11401 - 11425 of 12434) sorted by relevance

1...<<451452453454455456457458459460>>...498

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp810 ShortByteData(int size, const T& value, GLenum internalformat, GLenum format) in ShortByteData() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp1275 mapMemory(VkDevice, VkDeviceMemory memHandle, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void** ppData) mapMemory() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/src/dawn/
H A Dengine_dawn.cc310 const auto size = height * dawn_row_pitch; in MapDeviceTextureToHostBuffer() local
407 CreateBufferFromData(const ::dawn::Device& device, const void* data, uint64_t size, ::dawn::BufferUsage usage) CreateBufferFromData() argument
456 uint64_t size = 0; global() member
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.cpp527 flush(RendererVk *renderer, VkMemoryMapFlags memoryPropertyFlags, VkDeviceSize offset, VkDeviceSize size) flush() argument
551 invalidate(RendererVk *renderer, VkMemoryMapFlags memoryPropertyFlags, VkDeviceSize offset, VkDeviceSize size) invalidate() argument
575 mapImpl(ContextVk *contextVk, VkDeviceSize size) mapImpl() argument
602 init(Context *context, VkDeviceSize size, StagingUsage usage) init() argument
657 InitMappableAllocation(Context *context, const Allocator &allocator, Allocation *allocation, VkDeviceSize size, int value, VkMemoryPropertyFlags memoryPropertyFlags) InitMappableAllocation() argument
678 InitMappableDeviceMemory(Context *context, DeviceMemory *deviceMemory, VkDeviceSize size, int value, VkMemoryPropertyFlags memoryPropertyFlags) InitMappableDeviceMemory() argument
[all...]
H A Dvk_wrapper.h902 fillBuffer(const Buffer &dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, uint32_t data) fillBuffer() argument
911 pushConstants(const PipelineLayout &layout, VkShaderStageFlags flag, uint32_t offset, uint32_t size, const void *data) pushConstants() argument
1297 map(VkDevice device, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, uint8_t **mapPointer) const map() argument
1379 flush(const Allocator &allocator, VkDeviceSize offset, VkDeviceSize size) flush() argument
1387 invalidate(const Allocator &allocator, VkDeviceSize offset, VkDeviceSize size) invalidate() argument
[all...]
H A Dvk_utils.h386 angle::Result map(ContextVk *contextVk, VkDeviceSize size, uint8_t **ptrOut) in map() argument
H A DProgramExecutableVk.cpp782 WriteBufferDescriptorSetBinding(const vk::BufferHelper &buffer, VkDeviceSize offset, VkDeviceSize size, VkDescriptorSet descSet, VkDescriptorType descType, uint32_t bindingIndex, uint32_t arrayElement, VkDeviceSize requiredOffsetAlignment, VkDescriptorBufferInfo *bufferInfoOut, VkWriteDescriptorSet *writeInfoOut) WriteBufferDescriptorSetBinding() argument
1193 VkDeviceSize size = defaultUniformBlock.uniformData.size(); updateDefaultUniformsDescriptorSet() local
1283 VkDeviceSize size; updateBuffersDescriptorSet() local
1383 VkDeviceSize size = gl::GetBoundBufferAvailableSize(bufferBinding); updateAtomicCounterBuffersDescriptorSet() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES31.cpp1356 ValidateVertexAttribFormat(const Context *context, angle::EntryPoint entryPoint, GLuint attribindex, GLint size, VertexAttribType type, GLboolean normalized, GLuint relativeoffset) ValidateVertexAttribFormat() argument
1372 ValidateVertexAttribIFormat(const Context *context, angle::EntryPoint entryPoint, GLuint attribindex, GLint size, VertexAttribType type, GLuint relativeoffset) ValidateVertexAttribIFormat() argument
3109 ValidateTexBufferRangeOES(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum internalformat, BufferID bufferPacked, GLintptr offset, GLsizeiptr size) ValidateTexBufferRangeOES() argument
3145 ValidateTexBufferRangeEXT(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum internalformat, BufferID bufferPacked, GLintptr offset, GLsizeiptr size) ValidateTexBufferRangeEXT() argument
3227 ValidateTexBufferRangeBase(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum internalformat, BufferID bufferPacked, GLintptr offset, GLsizeiptr size) ValidateTexBufferRangeBase() argument
[all...]
H A DvalidationES1.cpp655 bool ValidatePointSizeCommon(const Context *context, angle::EntryPoint entryPoint, GLfloat size) in ValidatePointSizeCommon() argument
1372 bool ValidatePointSize(const Context *context, angle::EntryPoint entryPoint, GLfloat size) in ValidatePointSize() argument
1377 bool ValidatePointSizex(const Context *context, angle::EntryPoint entryPoint, GLfixed size) in ValidatePointSizex() argument
80 ValidateBuiltinVertexAttributeCommon(const Context *context, angle::EntryPoint entryPoint, ClientVertexArrayType arrayType, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateBuiltinVertexAttributeCommon() argument
781 ValidateColorPointer(const Context *context, angle::EntryPoint entryPoint, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateColorPointer() argument
1480 ValidateTexCoordPointer(const Context *context, angle::EntryPoint entryPoint, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateTexCoordPointer() argument
1623 ValidateVertexPointer(const Context *context, angle::EntryPoint entryPoint, GLint size, VertexAttribType type, GLsizei stride, const void *pointer) ValidateVertexPointer() argument
1724 ValidateMatrixIndexPointerOES(const Context *context, angle::EntryPoint entryPoint, GLint size, GLenum type, GLsizei stride, const void *pointer) ValidateMatrixIndexPointerOES() argument
1735 ValidateWeightPointerOES(const Context *context, angle::EntryPoint entryPoint, GLint size, GLenum type, GLsizei stride, const void *pointer) ValidateWeightPointerOES() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMemoryBarrierTest.cpp388 createStorageBuffer(WriteResource writeResource, GLuint buffer, GLuint textureBuffer, size_t size, const void *initialData) createStorageBuffer() argument
H A DVertexAttributeTest.cpp2674 GLint size; global() member
[all...]
H A DRobustResourceInitTest.cpp1406 constexpr int size = 8; in TEST_P() local
[all...]
H A DFramebufferTest.cpp3953 GLsizei size = 16; in TEST_P() local
3982 GLsizei size = 16; TEST_P() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp336 void GL_APIENTRY GL_BufferData(GLenum target, GLsizeiptr size, const void *data, GLenum usage) in GL_BufferData() argument
365 void GL_APIENTRY GL_BufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const void *data) in GL_BufferSubData() argument
1455 GL_GetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) GL_GetActiveAttrib() argument
1491 GL_GetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) GL_GetActiveUniform() argument
3806 GL_VertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) GL_VertexAttribPointer() argument
[all...]
H A Dentry_points_gles_3_0_autogen.cpp104 GL_BindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) in GL_BindBufferRange() argument
466 GL_CopyBufferSubData(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) GL_CopyBufferSubData() argument
1536 GL_GetTransformFeedbackVarying(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) GL_GetTransformFeedbackVarying() argument
2998 GL_VertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) GL_VertexAttribIPointer() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DTracePerfTest.cpp342 BufferDataMinimizedProc(GLenum target, GLsizeiptr size, const void *data, GLenum usage) BufferDataMinimizedProc() argument
350 BufferSubDataMinimizedProc(GLenum target, GLintptr offset, GLsizeiptr size, const void *data) BufferSubDataMinimizedProc() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/
H A DlibGLESv1_CM.cpp163 void GL_APIENTRY glPointSize(GLfloat size) in glPointSize() argument
233 void GL_APIENTRY glBufferData(GLenum target, GLsizeiptr size, const void *data, GLenum usage) in glBufferData() argument
238 void GL_APIENTRY glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const void *data) in glBufferSubData() argument
288 void GL_APIENTRY glColorPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in glColorPointer() argument
629 void GL_APIENTRY glPointSizex(GLfixed size) in glPointSizex() argument
705 glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) glTexCoordPointer() argument
782 glVertexPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) glVertexPointer() argument
844 glMatrixIndexPointerOES(GLint size, GLenum type, GLsizei stride, const void *pointer) glMatrixIndexPointerOES() argument
852 glWeightPointerOES(GLint size, GLenum type, GLsizei stride, const void *pointer) glWeightPointerOES() argument
[all...]
/third_party/skia/src/gpu/
H A DGrDistanceFieldGenFromVector.cpp338 static void init_distances(DFData* data, int size) { in init_distances() argument
H A DGrResourceCache.cpp66 uint32_t GrResourceKeyHash(const uint32_t* data, size_t size) { in GrResourceKeyHash() argument
516 size_t size = resource->getRealAllocSize(); updateRealAllocWidMap() local
535 size_t size = resource->getRealAllocSize(); updateRealAllocPidMap() local
553 size_t size = resource->getRealAllocSize(); updateRealAllocFidMap() local
642 size_t size = resource->gpuMemorySize(); insertResource() local
701 size_t size = resource->gpuMemorySize(); removeResource() local
885 initGpuMemoryLimit(MemoryOverflowCalllback callback, uint64_t size) initGpuMemoryLimit() argument
911 auto& size = fBytesOfPid[afterPid]; changeByteOfPid() local
1143 size_t size = resource->gpuMemorySize(); didChangeBudgetStatus() local
[all...]
/third_party/skia/src/core/
H A DSkBlurMF.cpp188 const size_t size = mask->computeImageSize(); in prepare_to_draw_into_mask() local
256 const size_t size = mask->computeTotalImageSize(); in copy_mask_to_cacheddata() local
[all...]
H A DSkCanvas.cpp98 const SkISize size = this->getBaseLayerSize(); in wouldOverwriteEntireSurface() local
820 static bool draw_layer_as_sprite(const SkMatrix& matrix, const SkISize& size) { in draw_layer_as_sprite() argument
[all...]
H A DSkMatrix.cpp1647 bool SkTreatAsSprite(const SkMatrix& mat, const SkISize& size, const SkSamplingOptions& sampling, in SkTreatAsSprite() argument
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.cpp1501 onUpdateCompressedBackendTexture(const GrBackendTexture& backendTexture, sk_sp<GrRefCntedCallback> finishedCallback, const void* data, size_t size) onUpdateCompressedBackendTexture() argument
/third_party/skia/src/gpu/dawn/
H A DGrDawnGpu.cpp171 sk_sp<GrGpuBuffer> GrDawnGpu::onCreateBuffer(size_t size, GrGpuBufferType type, in onCreateBuffer() argument
370 size_t size = dstRowBytes * height; in uploadTextureData() local
418 size_t size = rowBytes * h; in onClearBackendTexture() local
454 onUpdateCompressedBackendTexture(const GrBackendTexture&, sk_sp<GrRefCntedCallback> finishedCallback, const void* data, size_t size) onUpdateCompressedBackendTexture() argument
902 allocateUniformRingBufferSlice(int size) allocateUniformRingBufferSlice() argument
[all...]
/third_party/skia/src/gpu/text/
H A DGrTextBlob.cpp1583 size_t GrTextBlob::size() const { return fSize; } size() function in GrTextBlob
[all...]

Completed in 106 milliseconds

1...<<451452453454455456457458459460>>...498