Home
last modified time | relevance | path

Searched refs:region (Results 676 - 700 of 798) sorted by relevance

1...<<21222324252627282930>>...32

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DParsingPrimitives.cs0 #region Copyright notice and license
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFileDescriptor.cs0 #region Copyright notice and license
H A DDescriptor.cs6 #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 DParseRawPrimitivesBenchmark.cs0 #region Copyright notice and license
H A DWriteRawPrimitivesBenchmark.cs0 #region Copyright notice and license
H A DBenchmarkMessage1Proto3.cs6 #region Designer generated code
17 #region Descriptor
66 #region Messages
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DFieldMaskTreeTest.cs0 #region Copyright notice and license
H A DJsonFormatterTest.cs0 #region Copyright notice and license
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DDescriptorsTest.cs0 #region Copyright notice and license
H A DCustomOptionsTest.cs0 #region Copyright notice and license
/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext_v1.h401 * 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 DSurfaceDrawContext.cpp894 // 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 DvktApiImageClearingTests.cpp1249 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 DvktGeometryLayeredRenderingTests.cpp384 const VkBufferImageCopy region = in copyLayeredImageToBuffer() local
394 vk.cmdCopyImageToBuffer(cmdBuffer, image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, buffer, 1u, &region); 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, &region);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMutableTests.cpp1252 const VkBufferImageCopy region = in uploadCopy() local
1262 m_vk.cmdCopyBufferToImage(*m_cmdBuffer, *m_uCopy.colorBuffer, m_image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1u, &region); in uploadCopy()
1560 const VkBufferImageCopy region = in copyImageToBuffer() local
1570 m_vk.cmdCopyImageToBuffer(*m_cmdBuffer, sourceImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, buffer, 1u, &region); in copyImageToBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageClearingTests.cpp1117 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 DvktGeometryLayeredRenderingTests.cpp384 const VkBufferImageCopy region = in copyLayeredImageToBuffer() local
394 vk.cmdCopyImageToBuffer(cmdBuffer, image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, buffer, 1u, &region); 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, &region);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMutableTests.cpp1252 const VkBufferImageCopy region = in uploadCopy() local
1262 m_vk.cmdCopyBufferToImage(*m_cmdBuffer, *m_uCopy.colorBuffer, m_image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1u, &region); in uploadCopy()
1560 const VkBufferImageCopy region = in copyImageToBuffer() local
1570 m_vk.cmdCopyImageToBuffer(*m_cmdBuffer, sourceImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, buffer, 1u, &region); in copyImageToBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp911 const VkBufferCopy region = { offset, offset, elemSize }; in iterateTransfer() local
912 vkd.cmdCopyBuffer(cmdBuffer, srcBuffer.get(), dstBuffer.get(), 1u, &region); in iterateTransfer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiIncrementalPresentTests.cpp977 const vk::VkPresentRegionKHR region = in render() local
987 &region in render()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp896 const VkBufferCopy region = { offset, offset, elemSize }; in iterateTransfer() local
897 vkd.cmdCopyBuffer(cmdBuffer, srcBuffer.get(), dstBuffer.get(), 1u, &region); in iterateTransfer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiIncrementalPresentTests.cpp977 const vk::VkPresentRegionKHR region = in render() local
987 &region in render()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_allocator.c1640 * 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 Dwsi_common.c1157 const VkPresentRegionKHR *region = NULL; in wsi_common_queue_present() local
1159 region = &regions->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 Dcffload.c1170 /* 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 = &region->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()

Completed in 65 milliseconds

1...<<21222324252627282930>>...32