Home
last modified time | relevance | path

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

1...<<1112131415161718

/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11.c978 xcb_xfixes_region_t region; in dri2_x11_swap_buffers_region() local
871 dri2_copy_region(_EGLDisplay *disp, _EGLSurface *draw, xcb_xfixes_region_t region) dri2_copy_region() argument
[all...]
H A Degl_dri2.h320 xcb_xfixes_region_t region; member
/third_party/node/deps/icu-small/source/common/
H A Duloc_tag.cpp53 const char *region; member
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_blorp.c300 copy_image(struct anv_cmd_buffer *cmd_buffer, struct blorp_batch *batch, struct anv_image *src_image, VkImageLayout src_image_layout, struct anv_image *dst_image, VkImageLayout dst_image_layout, const VkImageCopy2 *region) copy_image() argument
459 copy_buffer_to_image(struct anv_cmd_buffer *cmd_buffer, struct blorp_batch *batch, struct anv_buffer *anv_buffer, struct anv_image *anv_image, VkImageLayout image_layout, const VkBufferImageCopy2* region, bool buffer_to_image) copy_buffer_to_image() argument
641 blit_image(struct anv_cmd_buffer *cmd_buffer, struct blorp_batch *batch, struct anv_image *src_image, VkImageLayout src_image_layout, struct anv_image *dst_image, VkImageLayout dst_image_layout, const VkImageBlit2 *region, VkFilter filter) blit_image() argument
801 copy_buffer(struct anv_device *device, struct blorp_batch *batch, struct anv_buffer *src_buffer, struct anv_buffer *dst_buffer, const VkBufferCopy2 *region) copy_buffer() argument
1432 resolve_image(struct anv_cmd_buffer *cmd_buffer, struct anv_image *src_image, VkImageLayout src_image_layout, struct anv_image *dst_image, VkImageLayout dst_image_layout, const VkImageResolve2 *region) resolve_image() argument
[all...]
/third_party/mesa3d/src/loader/
H A Dloader_dri3_helper.c1117 xcb_xfixes_region_t region = 0; in loader_dri3_swap_buffers_msc() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dtimezone.cpp658 const char16_t *region = TimeZone::getRegion(id, ec); in initMap() local
825 static TZEnumeration* create(USystemTimeZoneType type, const char* region, const int32_t* rawOffset, UErrorCode& ec) { in create() argument
988 createTimeZoneIDEnumeration( USystemTimeZoneType zoneType, const char* region, const int32_t* rawOffset, UErrorCode& ec) createTimeZoneIDEnumeration() argument
1007 createEnumerationForRegion(const char* region, UErrorCode& status) createEnumerationForRegion() argument
1028 createEnumeration(const char* region) createEnumeration() argument
1180 getRegion(const UnicodeString& id, char *region, int32_t capacity, UErrorCode& status) getRegion() argument
1691 getIDForWindowsID(const UnicodeString& winid, const char* region, UnicodeString& id, UErrorCode& status) getIDForWindowsID() argument
[all...]
H A Dtzgnames.cpp409 const char* region = fLocale.getCountry(); in initialize() local
H A Drematch.cpp1618 RegexMatcher &RegexMatcher::region(int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorCode &status) { in region() function in RegexMatcher
1661 RegexMatcher &RegexMatcher::region(int64_t start, int64_t limit, UErrorCode &status) { in region() function in RegexMatcher
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_meta_copy.c574 panvk_meta_copy_img2img(struct panvk_cmd_buffer *cmdbuf, const struct panvk_image *src, const struct panvk_image *dst, const VkImageCopy2 *region) panvk_meta_copy_img2img() argument
1022 panvk_meta_copy_buf2img(struct panvk_cmd_buffer *cmdbuf, const struct panvk_buffer *buf, const struct panvk_image *img, const VkBufferImageCopy2 *region) panvk_meta_copy_buf2img() argument
1462 panvk_meta_copy_img2buf(struct panvk_cmd_buffer *cmdbuf, const struct panvk_buffer *buf, const struct panvk_image *img, const VkBufferImageCopy2 *region) panvk_meta_copy_img2buf() argument
1693 panvk_meta_copy_buf2buf(struct panvk_cmd_buffer *cmdbuf, const struct panvk_buffer *src, const struct panvk_buffer *dst, const VkBufferCopy2 *region) panvk_meta_copy_buf2buf() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtztest.cpp566 char region[4] = {0}; in TestGetAvailableIDsNew() local
2413 const char *region; in TestGetRegion() member
2436 char region[4]; in TestGetRegion() local
2547 const char *region; TestGetIDForWindowsID() member
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c168 struct drm_i915_gem_memory_class_instance region; member
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.c1157 const VkPresentRegionKHR *region = NULL; in wsi_common_queue_present() local
/third_party/opencl-headers/src/
H A Dopencl_wrapper.cpp523 clEnqueueReadBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, const size_t *buffer_origin, const size_t *host_origin, const size_t *region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueReadBufferRect() argument
550 clEnqueueWriteImage(cl_command_queue command_queue, cl_mem image, cl_bool blocking_write, const size_t *origin, const size_t *region, size_t input_row_pitch, size_t input_slice_pitch, const void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueWriteImage() argument
562 clEnqueueReadImage(cl_command_queue command_queue, cl_mem image, cl_bool blocking_read, const size_t *origin, const size_t *region, size_t row_pitch, size_t slice_pitch, void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueReadImage() argument
586 clEnqueueMapImage(cl_command_queue command_queue, cl_mem image, cl_bool blocking_map, cl_map_flags map_flags, const size_t *origin, const size_t *region, size_t *image_row_pitch, size_t *image_slice_pitch, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event, cl_int *errcode_ret) clEnqueueMapImage() argument
739 clEnqueueCopyImage(cl_command_queue queue, cl_mem src_image, cl_mem dst_image, const size_t *src_origin, const size_t *dst_origin, const size_t *region, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueCopyImage() argument
751 clEnqueueCopyBufferToImage(cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_image, size_t src_offset, const size_t *dst_origin, const size_t *region, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueCopyBufferToImage() argument
763 clEnqueueCopyImageToBuffer(cl_command_queue command_queue, cl_mem src_image, cl_mem dst_buffer, const size_t *src_origin, const size_t *region, size_t dst_offset, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueCopyImageToBuffer() argument
804 clEnqueueFillImage(cl_command_queue command_queue, cl_mem image, const void *fill_color, const size_t *origin, const size_t *region, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueFillImage() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp1102 VkBufferCopy region = in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp911 const VkBufferCopy region = { offset, offset, elemSize }; in iterateTransfer() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp1135 const VkBufferImageCopy region = makeBufferImageCopy (makeExtent3D(m_imageExtent2D.width, m_imageExtent2D.height, 1u), in readOneSampleFromMultisampleImage() local
1311 const VkBufferImageCopy region = makeBufferImageCopy (makeExtent3D(m_imageExtent2D.width, m_imageExtent2D.height, 1u), in iterate() local
1546 const VkBufferImageCopy region = makeBufferImageCopy (makeExtent3D(m_imageExtent2D.width, m_imageExtent2D.height, 1u), in iterate() local
1749 const VkBufferImageCopy region = makeBufferImageCopy (makeExtent3D(m_imageExtent2D.width, m_imageExtent2D.height, 1u), in iterate() local
2049 const VkBufferImageCopy region = makeBufferImageCopy (makeExtent3D(m_imageExtent2D.width, m_imageExtent2D.height, 1u), in iterate() local
2327 const VkBufferImageCopy region = makeBufferImageCopy (makeExtent3D(m_imageExtent2D.width, m_imageExtent2D.height, 1u), iterate() local
2341 const VkBufferImageCopy region = makeBufferImageCopy (makeExtent3D(m_imageExtent2D.width, m_imageExtent2D.height, 1u), iterate() local
2522 const VkBufferImageCopy region = makeBufferImageCopy (makeExtent3D(m_imageExtent2D.width, m_imageExtent2D.height, 1u), iterate() local
2536 const VkBufferImageCopy region = makeBufferImageCopy (makeExtent3D(m_imageExtent2D.width, m_imageExtent2D.height, 1u), iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineFramebufferAttachmentTests.cpp584 const VkImageResolve region = in test() local
617 const VkBufferImageCopy region = in test() local
909 const VkBufferImageCopy region = in testNoAtt() local
1245 const VkImageResolve region = in testMultiAttachments() local
1280 const VkBufferImageCopy region = in testMultiAttachments() local
[all...]
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp632 const VkBufferImageCopy region = in recordCopyOutputImageToBuffer() local
H A DvktPipelineRenderToImageTests.cpp1154 const VkBufferImageCopy region = in testWithSizeReduction() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBarrierTests.cpp1347 const auto region = makeBufferCopy(0u, 0u, static_cast<VkDeviceSize>(kBufferSize)); in iterate() local
1516 const VkBufferCopy region = in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDepthStencilResolveTests.cpp1013 const VkBufferImageCopy region = in submit() local
H A DvktRenderPassMultisampleResolveTests.cpp2072 const VkBufferImageCopy region = in submit() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiIncrementalPresentTests.cpp977 const vk::VkPresentRegionKHR region = in render() local
H A DvktWsiMaintenance1Tests.cpp549 const VkBufferImageCopy region = in copyBufferToImage() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp1082 VkBufferCopy region = in iterate() local

Completed in 68 milliseconds

1...<<1112131415161718