Home
last modified time | relevance | path

Searched defs:region (Results 426 - 450 of 450) sorted by relevance

1...<<1112131415161718

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp3229 const UVec4& region = regions[regionNdx]; in dispatchVerifyClearAttachments() local
3448 const UVec4& region = regions[regionNdx + 1]; drawClearAttachments() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp1748 VkBufferImageCopy region = {}; in copyBufferDataToImage() local
[all...]
H A DUtilsVk.cpp2689 VkBufferImageCopy region = {}; in stencilBlitResolveNoShaderExport() local
[all...]
H A Dvk_helpers.cpp5406 VkImageCopy region = {}; in Copy() local
5456 VkImageCopy region = {}; CopyImageSubData() local
5635 resolve(ImageHelper *dst, const VkImageResolve &region, CommandBuffer *commandBuffer) resolve() argument
5642 VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1, &region); resolve() local
7520 VkBufferImageCopy region = {}; readPixels() local
7542 VkBufferImageCopy region = {}; readPixels() local
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp604 VkBufferImageCopy region; in onTransferPixelsTo() local
674 VkBufferImageCopy region; onTransferPixelsFrom() local
857 VkBufferImageCopy& region = regions->push_back(); fill_in_compressed_regions() local
898 VkBufferImageCopy &region = regions->push_back(); fill_in_compressed_regions() local
997 VkBufferImageCopy& region = regions.push_back(); uploadTexDataOptimal() local
2577 VkBufferImageCopy region; onReadPixels() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-common.hh2778 unsigned int region = regionIndices[r]; in collect_region_refs() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp1068 const VkBufferImageCopy region = in recordCopyImageToBuffer() local
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp3213 const UVec4& region = regions[regionNdx]; in dispatchVerifyClearAttachments() local
3426 const UVec4& region = regions[regionNdx + 1]; drawClearAttachments() local
[all...]
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Drk_venc_cmd.h761 H265eRoiRegion region[H265E_MAX_ROI_NUMBER]; member
1180 MppEncOSDRegion region[8]; member
1196 MppEncOSDRegion2 region[ member
[all...]
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Drk_venc_cmd.h761 H265eRoiRegion region[H265E_MAX_ROI_NUMBER]; member
1180 MppEncOSDRegion region[8]; member
1196 MppEncOSDRegion2 region[ member
[all...]
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Drk_venc_cmd.h843 H265eRoiRegion region[H265E_MAX_ROI_NUMBER]; member
1300 MppEncOSDRegion region[8]; member
1316 MppEncOSDRegion2 region[ member
[all...]
/device/soc/rockchip/common/hardware/mpp/include/
H A Drk_venc_cmd.h760 H265eRoiRegion region[H265E_MAX_ROI_NUMBER]; member
1179 MppEncOSDRegion region[8]; member
1195 MppEncOSDRegion2 region[ member
[all...]
/third_party/mesa3d/include/CL/
H A Dcl2.hpp7574 enqueueReadBufferRect( const Buffer& buffer, cl_bool blocking, const array<size_type, 3>& buffer_offset, const array<size_type, 3>& host_offset, const array<size_type, 3>& region, size_type buffer_row_pitch, size_type buffer_slice_pitch, size_type host_row_pitch, size_type host_slice_pitch, void *ptr, const vector<Event>* events = NULL, Event* event = NULL) const enqueueReadBufferRect() argument
7613 enqueueWriteBufferRect( const Buffer& buffer, cl_bool blocking, const array<size_type, 3>& buffer_offset, const array<size_type, 3>& host_offset, const array<size_type, 3>& region, size_type buffer_row_pitch, size_type buffer_slice_pitch, size_type host_row_pitch, size_type host_slice_pitch, const void *ptr, const vector<Event>* events = NULL, Event* event = NULL) const enqueueWriteBufferRect() argument
7652 enqueueCopyBufferRect( const Buffer& src, const Buffer& dst, const array<size_type, 3>& src_origin, const array<size_type, 3>& dst_origin, const array<size_type, 3>& region, size_type src_row_pitch, size_type src_slice_pitch, size_type dst_row_pitch, size_type dst_slice_pitch, const vector<Event>* events = NULL, Event* event = NULL) const enqueueCopyBufferRect() argument
7731 enqueueReadImage( const Image& image, cl_bool blocking, const array<size_type, 3>& origin, const array<size_type, 3>& region, size_type row_pitch, size_type slice_pitch, void* ptr, const vector<Event>* events = NULL, Event* event = NULL) const enqueueReadImage() argument
7764 enqueueWriteImage( const Image& image, cl_bool blocking, const array<size_type, 3>& origin, const array<size_type, 3>& region, size_type row_pitch, size_type slice_pitch, const void* ptr, const vector<Event>* events = NULL, Event* event = NULL) const enqueueWriteImage() argument
7797 enqueueCopyImage( const Image& src, const Image& dst, const array<size_type, 3>& src_origin, const array<size_type, 3>& dst_origin, const array<size_type, 3>& region, const vector<Event>* events = NULL, Event* event = NULL) const enqueueCopyImage() argument
7834 enqueueFillImage( const Image& image, cl_float4 fillColor, const array<size_type, 3>& origin, const array<size_type, 3>& region, const vector<Event>* events = NULL, Event* event = NULL) const enqueueFillImage() argument
7868 enqueueFillImage( const Image& image, cl_int4 fillColor, const array<size_type, 3>& origin, const array<size_type, 3>& region, const vector<Event>* events = NULL, Event* event = NULL) const enqueueFillImage() argument
7902 enqueueFillImage( const Image& image, cl_uint4 fillColor, const array<size_type, 3>& origin, const array<size_type, 3>& region, const vector<Event>* events = NULL, Event* event = NULL) const enqueueFillImage() argument
7930 enqueueCopyImageToBuffer( const Image& src, const Buffer& dst, const array<size_type, 3>& src_origin, const array<size_type, 3>& region, size_type dst_offset, const vector<Event>* events = NULL, Event* event = NULL) const enqueueCopyImageToBuffer() argument
7959 enqueueCopyBufferToImage( const Buffer& src, const Image& dst, size_type src_offset, const array<size_type, 3>& dst_origin, const array<size_type, 3>& region, const vector<Event>* events = NULL, Event* event = NULL) const enqueueCopyBufferToImage() argument
8017 enqueueMapImage( const Image& buffer, cl_bool blocking, cl_map_flags flags, const array<size_type, 3>& origin, const array<size_type, 3>& region, size_type * row_pitch, size_type * slice_pitch, const vector<Event>* events = NULL, Event* event = NULL, cl_int* err = NULL) const enqueueMapImage() argument
9495 enqueueReadBufferRect( const Buffer& buffer, cl_bool blocking, const array<size_type, 3>& buffer_offset, const array<size_type, 3>& host_offset, const array<size_type, 3>& region, size_type buffer_row_pitch, size_type buffer_slice_pitch, size_type host_row_pitch, size_type host_slice_pitch, void *ptr, const vector<Event>* events = NULL, Event* event = NULL) enqueueReadBufferRect() argument
9531 enqueueWriteBufferRect( const Buffer& buffer, cl_bool blocking, const array<size_type, 3>& buffer_offset, const array<size_type, 3>& host_offset, const array<size_type, 3>& region, size_type buffer_row_pitch, size_type buffer_slice_pitch, size_type host_row_pitch, size_type host_slice_pitch, const void *ptr, const vector<Event>* events = NULL, Event* event = NULL) enqueueWriteBufferRect() argument
9567 enqueueCopyBufferRect( const Buffer& src, const Buffer& dst, const array<size_type, 3>& src_origin, const array<size_type, 3>& dst_origin, const array<size_type, 3>& region, size_type src_row_pitch, size_type src_slice_pitch, size_type dst_row_pitch, size_type dst_slice_pitch, const vector<Event>* events = NULL, Event* event = NULL) enqueueCopyBufferRect() argument
9602 enqueueReadImage( const Image& image, cl_bool blocking, const array<size_type, 3>& origin, const array<size_type, 3>& region, size_type row_pitch, size_type slice_pitch, void* ptr, const vector<Event>* events = NULL, Event* event = NULL) enqueueReadImage() argument
9632 enqueueWriteImage( const Image& image, cl_bool blocking, const array<size_type, 3>& origin, const array<size_type, 3>& region, size_type row_pitch, size_type slice_pitch, const void* ptr, const vector<Event>* events = NULL, Event* event = NULL) enqueueWriteImage() argument
9662 enqueueCopyImage( const Image& src, const Image& dst, const array<size_type, 3>& src_origin, const array<size_type, 3>& dst_origin, const array<size_type, 3>& region, const vector<Event>* events = NULL, Event* event = NULL) enqueueCopyImage() argument
9688 enqueueCopyImageToBuffer( const Image& src, const Buffer& dst, const array<size_type, 3>& src_origin, const array<size_type, 3>& region, size_type dst_offset, const vector<Event>* events = NULL, Event* event = NULL) enqueueCopyImageToBuffer() argument
9714 enqueueCopyBufferToImage( const Buffer& src, const Image& dst, size_type src_offset, const array<size_type, 3>& dst_origin, const array<size_type, 3>& region, const vector<Event>* events = NULL, Event* event = NULL) enqueueCopyBufferToImage() argument
[all...]
/third_party/libdrm/include/drm/
H A Di915_drm.h618 int region; member
625 int region; member
630 int region; member
639 int region; member
H A Dradeon_drm.h735 int region; member
742 int region; member
747 int region; member
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c5663 vk_sdar_to_shader_table(const VkStridedDeviceAddressRegionKHR *region) in vk_sdar_to_shader_table() argument
H A Danv_private.h958 struct drm_i915_gem_memory_class_instance region; member
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c1589 VkBufferImageCopy2 region = info->pRegions[r]; in dzn_cmd_buffer_copy_buf2img_region() local
1668 VkBufferImageCopy2 region = info->pRegions[r]; dzn_cmd_buffer_copy_img2buf_region() local
1749 VkImageCopy2 region = info->pRegions[r]; dzn_cmd_buffer_copy_img_chunk() local
2118 const VkImageBlit2 *region = &info->pRegions[r]; dzn_cmd_buffer_blit_region() local
2193 const VkImageResolve2 *region = &info->pRegions[r]; dzn_cmd_buffer_resolve_region() local
2963 const VkBufferCopy2 *region = info->pRegions + i; dzn_CmdCopyBuffer2() local
2978 const VkBufferImageCopy2 *region = info->pRegions + i; dzn_CmdCopyBufferToImage2() local
2994 const VkBufferImageCopy2 *region = info->pRegions + i; dzn_CmdCopyImageToBuffer2() local
3017 const VkImageCopy2 *region = &info->pRegions[i]; dzn_CmdCopyImage2() local
3037 const VkImageCopy2 *region = info->pRegions + i; dzn_CmdCopyImage2() local
3120 const VkImageCopy2 *region = &info->pRegions[i]; dzn_CmdCopyImage2() local
3149 const VkImageCopy2 *region = &info->pRegions[i]; dzn_CmdCopyImage2() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcloctst.c7168 const char* region = "und-wt"; in TestUsingDefaultWarning() local
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp1093 int32_t ucal_getTimeZoneIDForWindowsID(const UChar *winid, int32_t len, const char *region, UChar *id, in ucal_getTimeZoneIDForWindowsID() argument
1143 UEnumeration *ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char *region, const int32_t *rawOffset, in ucal_openTimeZoneIDEnumeration() argument
/third_party/mesa3d/include/drm-uapi/
H A Di915_drm.h794 int region; member
801 int region; member
806 int region; member
815 int region; member
3331 struct drm_i915_gem_memory_class_instance region; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp1330 void CopyImageToImage::copyRegionToTextureLevel (tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) in copyRegionToTextureLevel() argument
1809 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument
2129 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument
2385 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument
2619 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument
2668 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument
4293 flipCoordinates(CopyRegion& region, const MirrorMode mirrorMode) flipCoordinates() argument
4359 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument
4458 CopyRegion region = m_params.regions[i]; generateExpectedResult() local
5233 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument
5338 CopyRegion region = m_params.regions[i]; generateExpectedResult() local
6387 copyRegionToTextureLevel(tcu::ConstPixelBufferAccess src, tcu::PixelBufferAccess dst, CopyRegion region, deUint32 mipLevel) copyRegionToTextureLevel() argument
11027 CopyRegion region; add2dImageToBufferTests() local
11600 CopyRegion region; add2dBufferToImageTests() local
12068 CopyRegion region; addBlittingImageSimpleWholeTests() local
12101 CopyRegion region; addBlittingImageSimpleMirrorXYTests() local
12134 CopyRegion region; addBlittingImageSimpleMirrorXTests() local
12167 CopyRegion region; addBlittingImageSimpleMirrorYTests() local
12200 CopyRegion region; addBlittingImageSimpleMirrorZTests() local
12234 CopyRegion region; addBlittingImageSimpleMirrorSubregionsTests() local
12255 CopyRegion region; addBlittingImageSimpleMirrorSubregionsTests() local
12277 CopyRegion region; addBlittingImageSimpleMirrorSubregionsTests() local
12299 CopyRegion region; addBlittingImageSimpleMirrorSubregionsTests() local
12333 CopyRegion region; addBlittingImageSimpleScalingWhole1Tests() local
12367 CopyRegion region; addBlittingImageSimpleScalingWhole2Tests() local
12402 CopyRegion region; addBlittingImageSimpleScalingAndOffsetTests() local
12424 CopyRegion region; addBlittingImageSimpleWithoutScalingPartialTests() local
13017 CopyRegion region; create2DCopyRegions() local
13177 CopyRegion region; addBlittingImageAllFormatsColorTests() local
13259 CopyRegion region; addBlittingImageAllFormatsColorTests() local
13399 CopyRegion region; addBlittingImageAllFormatsDepthStencilTests() local
13519 CopyRegion region; addBlittingImageAllFormatsDepthStencilTests() local
13639 CopyRegion region; addBlittingImageAllFormatsDepthStencilTests() local
13817 CopyRegion region; addBlittingImageAllFormatsBaseLevelMipmapTests() local
13928 CopyRegion region; addBlittingImageAllFormatsPreviousLevelMipmapTests() local
[all...]
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h13534 VkBufferCopy region = { ApplyDefragmentationMovesGpu() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/glfw/deps/
H A Dnuklear.h466 struct nk_image {nk_handle handle;unsigned short w,h;unsigned short region[4];}; member
[all...]

Completed in 175 milliseconds

1...<<1112131415161718