Home
last modified time | relevance | path

Searched defs:region (Results 501 - 525 of 558) sorted by relevance

1...<<212223

/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H A DlibOpenCL_autogen.cpp400 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
417 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
434 clEnqueueCopyImage(cl_command_queue command_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
449 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
464 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
495 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
688 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
709 clEnqueueWriteBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, 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, const void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueWriteBufferRect() argument
730 clEnqueueCopyBufferRect(cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer, const size_t *src_origin, const size_t *dst_origin, const size_t *region, size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch, size_t dst_slice_pitch, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueCopyBufferRect() argument
855 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/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_cl_autogen.cpp827 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
857 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
888 clEnqueueCopyImage(cl_command_queue command_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
915 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
943 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
1010 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
1446 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
1485 clEnqueueWriteBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, 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, const void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueWriteBufferRect() argument
1524 clEnqueueCopyBufferRect(cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer, const size_t *src_origin, const size_t *dst_origin, const size_t *region, size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch, size_t dst_slice_pitch, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueCopyBufferRect() argument
1778 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...]
H A Dcl_stubs.cpp717 EnqueueReadBufferRect(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) EnqueueReadBufferRect() argument
752 EnqueueWriteBufferRect(cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, 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, const void *ptr, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) EnqueueWriteBufferRect() argument
803 EnqueueCopyBufferRect(cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer, const size_t *src_origin, const size_t *dst_origin, const size_t *region, size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch, size_t dst_slice_pitch, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) EnqueueCopyBufferRect() argument
822 EnqueueReadImage(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) EnqueueReadImage() argument
839 EnqueueWriteImage(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) EnqueueWriteImage() argument
856 EnqueueFillImage(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) EnqueueFillImage() argument
869 EnqueueCopyImage(cl_command_queue command_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) EnqueueCopyImage() argument
884 EnqueueCopyImageToBuffer(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) EnqueueCopyImageToBuffer() argument
899 EnqueueCopyBufferToImage(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) EnqueueCopyBufferToImage() argument
930 EnqueueMapImage(cl_command_queue command_queue, cl_mem image, cl_bool blocking_map, MapFlags 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 &errorCode) EnqueueMapImage() argument
[all...]
/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext.cpp1328 drawRegion(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, const SkRegion& region, const GrStyle& style, const GrUserStencilSettings* ss) drawRegion() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcalendar.cpp294 char region[ULOC_COUNTRY_CAPACITY]; in getCalendarTypeForLocale() local
3852 char region[ULOC_COUNTRY_CAPACITY]; in setWeekData() local
[all...]
H A Dtznames_impl.cpp1193 TimeZoneNamesImpl::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) const { in getReferenceZoneID() argument
1199 TimeZoneNamesImpl::_getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) { in _getReferenceZoneID() argument
1904 TZDBNameSearchHandler::TZDBNameSearchHandler(uint32_t types, const char* region) in TZDBNameSearchHandler() argument
1952 const char *region = ninfo->parseRegions[j]; in handleMatch() local
2134 const char* region = fLocale.getCountry(); TZDBTimeZoneNames() local
2189 getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) const getReferenceZoneID() argument
[all...]
/third_party/skia/tools/debugger/
H A DDrawCommand.cpp299 void render_region(SkCanvas* canvas, const SkRegion& region) { in render_region() argument
558 void DrawCommand::MakeJsonRegion(SkJSONWriter& writer, const SkRegion& region) { in MakeJsonRegion() argument
1011 ClipRegionCommand::ClipRegionCommand(const SkRegion& region, SkClipOp op) in ClipRegionCommand() argument
1521 DrawRegionCommand::DrawRegionCommand(const SkRegion& region, cons argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducurr.cpp2571 const char *region = ures_getKey(&bundlekey); in ucurr_getKeywordValuesForLocale() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp630 const VkBufferImageCopy region = in recordCopyOutputImageToBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp886 const VkBufferImageCopy region = in iterateInternal() local
1685 const VkBufferImageCopy region = in iterateInternal() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_defs.h1692 struct kbase_va_region *region; global() member
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_defs.h1876 struct kbase_va_region *region; global() member
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp2582 std::string region; in UpdateConfiguration() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp1647 void RSSurfaceRenderNode::SetVisibleRegionRecursive(const Occlusion::Region& region, in SetVisibleRegionRecursive() argument
2741 UpdateExtendVisibleRegion(Occlusion::Region& region) UpdateExtendVisibleRegion() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h662 void SetExtraDirtyRegionAfterAlignment(const Occlusion::Region& region) in SetExtraDirtyRegionAfterAlignment() argument
751 void SetVisibleRegion(const Occlusion::Region& region) in SetVisibleRegion() argument
756 void SetVisibleRegionInVirtual(const Occlusion::Region& region) in SetVisibleRegionInVirtual() argument
[all...]
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dpixel_map_napi.cpp85 Rect region; member
280 static bool parseRegion(napi_env env, napi_value root, Rect* region) in parseRegion() argument
3351 Rect region; CropSync() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp1612 CheckPixelsInput(const uint8_t *dst, const uint64_t &bufferSize, const uint32_t &offset, const uint32_t &stride, const Rect &region) CheckPixelsInput() argument
1667 ReadPixels(const uint64_t &bufferSize, const uint32_t &offset, const uint32_t &stride, const Rect &region, uint8_t *dst) ReadPixels() argument
1793 WritePixels(const uint8_t *source, const uint64_t &bufferSize, const uint32_t &offset, const uint32_t &stride, const Rect &region) WritePixels() argument
[all...]
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp2866 std::string region = Global::I18n::LocaleConfig::GetSystemRegion(); in OnRendererStateChange() local
2986 std::string region = Global::I18n::LocaleConfig::GetSystemRegion(); in RegisterAudioRendererEventListener() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCalendar.java4876 getWeekDataForRegion(String region) getWeekDataForRegion() argument
4908 getWeekDataForRegionInternal(String region) getWeekDataForRegionInternal() argument
4954 setWeekData(String region) setWeekData() argument
[all...]
/third_party/mesa3d/include/CL/
H A Dcl.hpp5791 enqueueReadBufferRect( const Buffer& buffer, cl_bool blocking, const size_t<3>& buffer_offset, const size_t<3>& host_offset, const size_t<3>& region, ::size_t buffer_row_pitch, ::size_t buffer_slice_pitch, ::size_t host_row_pitch, ::size_t host_slice_pitch, void *ptr, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) const enqueueReadBufferRect() argument
5830 enqueueWriteBufferRect( const Buffer& buffer, cl_bool blocking, const size_t<3>& buffer_offset, const size_t<3>& host_offset, const size_t<3>& region, ::size_t buffer_row_pitch, ::size_t buffer_slice_pitch, ::size_t host_row_pitch, ::size_t host_slice_pitch, const void *ptr, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) const enqueueWriteBufferRect() argument
5869 enqueueCopyBufferRect( const Buffer& src, const Buffer& dst, const size_t<3>& src_origin, const size_t<3>& dst_origin, const size_t<3>& region, ::size_t src_row_pitch, ::size_t src_slice_pitch, ::size_t dst_row_pitch, ::size_t dst_slice_pitch, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) const enqueueCopyBufferRect() argument
5944 enqueueReadImage( const Image& image, cl_bool blocking, const size_t<3>& origin, const size_t<3>& region, ::size_t row_pitch, ::size_t slice_pitch, void* ptr, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) const enqueueReadImage() argument
5971 enqueueWriteImage( const Image& image, cl_bool blocking, const size_t<3>& origin, const size_t<3>& region, ::size_t row_pitch, ::size_t slice_pitch, const void* ptr, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) const enqueueWriteImage() argument
5998 enqueueCopyImage( const Image& src, const Image& dst, const size_t<3>& src_origin, const size_t<3>& dst_origin, const size_t<3>& region, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) const enqueueCopyImage() argument
6031 enqueueFillImage( const Image& image, cl_float4 fillColor, const size_t<3>& origin, const size_t<3>& region, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) const enqueueFillImage() argument
6065 enqueueFillImage( const Image& image, cl_int4 fillColor, const size_t<3>& origin, const size_t<3>& region, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) const enqueueFillImage() argument
6099 enqueueFillImage( const Image& image, cl_uint4 fillColor, const size_t<3>& origin, const size_t<3>& region, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) const enqueueFillImage() argument
6127 enqueueCopyImageToBuffer( const Image& src, const Buffer& dst, const size_t<3>& src_origin, const size_t<3>& region, ::size_t dst_offset, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) const enqueueCopyImageToBuffer() argument
6152 enqueueCopyBufferToImage( const Buffer& src, const Image& dst, ::size_t src_offset, const size_t<3>& dst_origin, const size_t<3>& region, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) const enqueueCopyBufferToImage() argument
6206 enqueueMapImage( const Image& buffer, cl_bool blocking, cl_map_flags flags, const size_t<3>& origin, const size_t<3>& region, ::size_t * row_pitch, ::size_t * slice_pitch, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL, cl_int* err = NULL) const enqueueMapImage() argument
6943 enqueueReadBufferRect( const Buffer& buffer, cl_bool blocking, const size_t<3>& buffer_offset, const size_t<3>& host_offset, const size_t<3>& region, ::size_t buffer_row_pitch, ::size_t buffer_slice_pitch, ::size_t host_row_pitch, ::size_t host_slice_pitch, void *ptr, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) enqueueReadBufferRect() argument
6979 enqueueWriteBufferRect( const Buffer& buffer, cl_bool blocking, const size_t<3>& buffer_offset, const size_t<3>& host_offset, const size_t<3>& region, ::size_t buffer_row_pitch, ::size_t buffer_slice_pitch, ::size_t host_row_pitch, ::size_t host_slice_pitch, const void *ptr, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) enqueueWriteBufferRect() argument
7015 enqueueCopyBufferRect( const Buffer& src, const Buffer& dst, const size_t<3>& src_origin, const size_t<3>& dst_origin, const size_t<3>& region, ::size_t src_row_pitch, ::size_t src_slice_pitch, ::size_t dst_row_pitch, ::size_t dst_slice_pitch, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) enqueueCopyBufferRect() argument
7050 enqueueReadImage( const Image& image, cl_bool blocking, const size_t<3>& origin, const size_t<3>& region, ::size_t row_pitch, ::size_t slice_pitch, void* ptr, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) enqueueReadImage() argument
7080 enqueueWriteImage( const Image& image, cl_bool blocking, const size_t<3>& origin, const size_t<3>& region, ::size_t row_pitch, ::size_t slice_pitch, const void* ptr, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) enqueueWriteImage() argument
7110 enqueueCopyImage( const Image& src, const Image& dst, const size_t<3>& src_origin, const size_t<3>& dst_origin, const size_t<3>& region, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) enqueueCopyImage() argument
7136 enqueueCopyImageToBuffer( const Image& src, const Buffer& dst, const size_t<3>& src_origin, const size_t<3>& region, ::size_t dst_offset, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) enqueueCopyImageToBuffer() argument
7162 enqueueCopyBufferToImage( const Buffer& src, const Image& dst, ::size_t src_offset, const size_t<3>& dst_origin, const size_t<3>& region, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) enqueueCopyBufferToImage() argument
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_copy.c378 copy_image_to_buffer_tlb(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_buffer *buffer, struct v3dv_image *image, const VkBufferImageCopy2 *region) copy_image_to_buffer_tlb() argument
443 copy_image_to_buffer_blit(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_buffer *buffer, struct v3dv_image *image, const VkBufferImageCopy2 *region) copy_image_to_buffer_blit() argument
770 copy_image_tfu(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_image *dst, struct v3dv_image *src, const VkImageCopy2 *region) copy_image_tfu() argument
899 copy_image_tlb(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_image *dst, struct v3dv_image *src, const VkImageCopy2 *region) copy_image_tlb() argument
1024 copy_image_blit(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_image *dst, struct v3dv_image *src, const VkImageCopy2 *region) copy_image_blit() argument
1251 VkBufferCopy2 region = { v3dv_CmdUpdateBuffer() local
1305 copy_buffer_to_image_tfu(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_image *image, struct v3dv_buffer *buffer, const VkBufferImageCopy2 *region) copy_buffer_to_image_tfu() argument
1419 copy_buffer_to_image_tlb(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_image *image, struct v3dv_buffer *buffer, const VkBufferImageCopy2 *region) copy_buffer_to_image_tlb() argument
1468 create_tiled_image_from_buffer(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_image *image, struct v3dv_buffer *buffer, const VkBufferImageCopy2 *region) create_tiled_image_from_buffer() argument
2225 const VkBufferImageCopy2 *region = &regions[r]; texel_buffer_shader_copy() local
2382 const VkBufferImageCopy2 *region = &regions[r]; copy_buffer_to_image_blit() local
2656 copy_buffer_to_image_cpu(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_image *image, struct v3dv_buffer *buffer, const VkBufferImageCopy2 *region) copy_buffer_to_image_cpu() argument
2810 blit_tfu(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_image *dst, struct v3dv_image *src, const VkImageBlit2 *region) blit_tfu() argument
3792 blit_shader(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_image *dst, VkFormat dst_format, struct v3dv_image *src, VkFormat src_format, VkColorComponentFlags cmask, VkComponentMapping *cswizzle, const VkImageBlit2 *region, VkFilter filter, bool dst_is_padded_image) blit_shader() argument
4254 resolve_image_tlb(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_image *dst, struct v3dv_image *src, const VkImageResolve2 *region) resolve_image_tlb() argument
4307 resolve_image_blit(struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_image *dst, struct v3dv_image *src, const VkImageResolve2 *region) resolve_image_blit() argument
[all...]
H A Dv3dv_cmd_buffer.c895 VkImageResolve2 region = { in cmd_buffer_subpass_handle_pending_resolves() local
/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.cc118 AllocateInRegion( size_t size, base::AddressRegion region) AllocateInRegion() argument
710 AllocateForCodeInRegion( NativeModule* native_module, size_t size, base::AddressRegion region) AllocateForCodeInRegion() argument
822 MakeWritable(base::AddressRegion region) MakeWritable() argument
882 InsertIntoWritableRegions(base::AddressRegion region, bool switch_to_writable) InsertIntoWritableRegions() argument
1486 CreateEmptyJumpTableInRegionLocked( int jump_table_size, base::AddressRegion region) CreateEmptyJumpTableInRegionLocked() argument
1579 AddCodeSpaceLocked(base::AddressRegion region) AddCodeSpaceLocked() argument
1910 Commit(base::AddressRegion region) Commit() argument
1969 Decommit(base::AddressRegion region) Decommit() argument
1984 AssignRange(base::AddressRegion region, NativeModule* native_module) AssignRange() argument
[all...]
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp1095 VkBufferImageCopy region = {}; in ensure_swapchain_fonts() local
/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc64 void set_deferred_blocks_region(DeferredBlocksRegion* region) { in set_deferred_blocks_region() argument

Completed in 109 milliseconds

1...<<212223