/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | ParsingPrimitives.cs | 0 #region Copyright notice and license
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | FileDescriptor.cs | 0 #region Copyright notice and license
|
H A D | Descriptor.cs | 6 #region Designer generated code 17 #region Descriptor 192 #region Messages 1373 #region Nested types 2849 #region Nested types 3464 #region Nested types 5977 #region Nested types 7032 #region Nested types 8438 #region Nested types 8928 #region Neste [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
H A D | ParseRawPrimitivesBenchmark.cs | 0 #region Copyright notice and license
|
H A D | WriteRawPrimitivesBenchmark.cs | 0 #region Copyright notice and license
|
H A D | BenchmarkMessage1Proto3.cs | 6 #region Designer generated code 17 #region Descriptor 66 #region Messages
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | FieldMaskTreeTest.cs | 0 #region Copyright notice and license
|
H A D | JsonFormatterTest.cs | 0 #region Copyright notice and license
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
H A D | DescriptorsTest.cs | 0 #region Copyright notice and license
|
H A D | CustomOptionsTest.cs | 0 #region Copyright notice and license
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceDrawContext_v1.h | 401 * Draws a region. 405 * @param aa should the rects of the region be antialiased. 406 * @param region the region to be drawn 407 * @param style style to apply to the region 413 const SkRegion& region,
|
H A D | SurfaceDrawContext.cpp | 894 // The requested clear region is off screen, so nothing to do. in internalStencilClear() 1332 const SkRegion& region, in drawRegion() 1352 region.getBoundaryPath(&path); in drawRegion() 1359 GrOp::Owner op = RegionOp::Make(fContext, std::move(paint), viewMatrix, region, aaType, ss); in drawRegion() 1328 drawRegion(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, const SkRegion& region, const GrStyle& style, const GrUserStencilSettings* ss) drawRegion() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiImageClearingTests.cpp | 1249 const VkBufferImageCopy region = in readImage() local 1258 copyRegions.push_back(region); in readImage() 1526 const VkBufferImageCopy region = in preClearImage() local 1535 copyRegions.push_back(region); in preClearImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryLayeredRenderingTests.cpp | 384 const VkBufferImageCopy region = in copyLayeredImageToBuffer() local 394 vk.cmdCopyImageToBuffer(cmdBuffer, image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, buffer, 1u, ®ion); in copyLayeredImageToBuffer() 1516 const VkBufferImageCopy region = makeBufferImageCopy(params.image.size, makeImageSubresourceLayers(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 0u, params.image.numLayers)); 1520 vk.cmdCopyImageToBuffer(*cmdBuffer, *colorImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *colorBuffer, 1u, ®ion);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageMutableTests.cpp | 1252 const VkBufferImageCopy region = in uploadCopy() local 1262 m_vk.cmdCopyBufferToImage(*m_cmdBuffer, *m_uCopy.colorBuffer, m_image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1u, ®ion); in uploadCopy() 1560 const VkBufferImageCopy region = in copyImageToBuffer() local 1570 m_vk.cmdCopyImageToBuffer(*m_cmdBuffer, sourceImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, buffer, 1u, ®ion); in copyImageToBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiImageClearingTests.cpp | 1117 const VkBufferImageCopy region = in readImage() local 1126 copyRegions.push_back(region); in readImage() 1394 const VkBufferImageCopy region = in preClearImage() local 1403 copyRegions.push_back(region); in preClearImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryLayeredRenderingTests.cpp | 384 const VkBufferImageCopy region = in copyLayeredImageToBuffer() local 394 vk.cmdCopyImageToBuffer(cmdBuffer, image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, buffer, 1u, ®ion); in copyLayeredImageToBuffer() 1516 const VkBufferImageCopy region = makeBufferImageCopy(params.image.size, makeImageSubresourceLayers(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 0u, params.image.numLayers)); 1520 vk.cmdCopyImageToBuffer(*cmdBuffer, *colorImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *colorBuffer, 1u, ®ion);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageMutableTests.cpp | 1252 const VkBufferImageCopy region = in uploadCopy() local 1262 m_vk.cmdCopyBufferToImage(*m_cmdBuffer, *m_uCopy.colorBuffer, m_image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1u, ®ion); in uploadCopy() 1560 const VkBufferImageCopy region = in copyImageToBuffer() local 1570 m_vk.cmdCopyImageToBuffer(*m_cmdBuffer, sourceImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, buffer, 1u, ®ion); in copyImageToBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 911 const VkBufferCopy region = { offset, offset, elemSize }; in iterateTransfer() local 912 vkd.cmdCopyBuffer(cmdBuffer, srcBuffer.get(), dstBuffer.get(), 1u, ®ion); in iterateTransfer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiIncrementalPresentTests.cpp | 977 const vk::VkPresentRegionKHR region = in render() local 987 ®ion in render()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 896 const VkBufferCopy region = { offset, offset, elemSize }; in iterateTransfer() local 897 vkd.cmdCopyBuffer(cmdBuffer, srcBuffer.get(), dstBuffer.get(), 1u, ®ion); in iterateTransfer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiIncrementalPresentTests.cpp | 977 const vk::VkPresentRegionKHR region = in render() local 987 ®ion in render()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_allocator.c | 1640 * can't live in the same 2MiB aligned region. in anv_bo_vma_alloc_or_close() 1704 /* vram_non_mappable & vram_mappable actually are the same region. */ in anv_device_alloc_bo() 1705 regions[nregions++] = device->physical->vram_non_mappable.region; in anv_device_alloc_bo() 1707 regions[nregions++] = device->physical->sys.region; in anv_device_alloc_bo() 1713 /* We're required to add smem as a region when using mappable vram. */ in anv_device_alloc_bo() 1714 regions[nregions++] = device->physical->sys.region; in anv_device_alloc_bo()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common.c | 1157 const VkPresentRegionKHR *region = NULL; in wsi_common_queue_present() local 1159 region = ®ions->pRegions[i]; in wsi_common_queue_present() 1161 result = swapchain->queue_present(swapchain, image_index, region); in wsi_common_queue_present()
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cffload.c | 1170 /* we'll parse region list first, then come back */ in cff_vstore_load() 1192 CFF_VarRegion* region = &vstore->varRegionList[i]; in cff_vstore_load() local 1195 if ( FT_QNEW_ARRAY( region->axisList, vstore->axisCount ) ) in cff_vstore_load() 1203 CFF_AxisCoords* axis = ®ion->axisList[j]; in cff_vstore_load() 1476 " region index out of range\n" )); in FT_LOCAL_DEF() 1493 /* inner loop steps through axes in this region */ in FT_LOCAL_DEF() 1515 /* ignore this region if coords are out of range */ in FT_LOCAL_DEF()
|