Home
last modified time | relevance | path

Searched refs:view (Results 401 - 425 of 980) sorted by relevance

1...<<11121314151617181920>>...40

/third_party/typescript/tests/baselines/reference/
H A DjsxFactoryIdentifier.js44 view() {
80 view() {
H A DjsxFactoryNotIdentifierOrQualifiedName.js44 view() {
76 view() {
H A DjsxFactoryNotIdentifierOrQualifiedName2.js44 view() {
76 view() {
H A DjsxFactoryQualifiedName.js44 view() {
78 view() {
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbit_gen_ref_test.cc78 absl::BitGenRef view(urbg); in TEST()
80 v = view(); in TEST()
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
H A DTextActivity.java6 import android.view.SurfaceHolder;
7 import android.view.SurfaceView;
/third_party/skia/bench/
H A DGlyphQuadFillBench.cpp38 SkMatrix view = SkMatrix::I(); variable
50 SkMatrix drawMatrix = view;
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_video.cpp558 bool UIVideo::OnClick(UIView& view, const ClickEvent& event) in OnClick() argument
563 if (&view == playButton_) { in OnClick()
586 } else if (&view == pauseButton_) { in OnClick()
591 } else if (&view == volumeButton_) { in OnClick()
601 bool UIVideo::OnPress(UIView& view, const PressEvent& event) in OnPress() argument
689 void UIVideo::SliderAnimatorCallback::Callback(UIView* view) in Callback() argument
/foundation/arkui/ui_lite/test/uitest/test_input_event/
H A Dui_test_input_event.cpp43 void DeleteChildrenAndListener(UIView* view) in DeleteChildrenAndListener() argument
45 if (view == nullptr) { in DeleteChildrenAndListener()
48 while (view != nullptr) { in DeleteChildrenAndListener()
49 UIView* tempView = view; in DeleteChildrenAndListener()
50 view = view->GetNextSibling(); in DeleteChildrenAndListener()
/third_party/libbpf/scripts/
H A Dsync-kernel.sh212 VIEW_TAG=libbpf-view-${SUFFIX}
324 git ls-files -- "${LIBBPF_VIEW_PATHS[@]}" | grep -v -E "${LINUX_VIEW_EXCLUDE_REGEX}" > ${TMP_DIR}/linux-view.ls
327 git ls-files -- "${LIBBPF_VIEW_PATHS[@]}" | grep -v -E "${LIBBPF_VIEW_EXCLUDE_REGEX}" > ${TMP_DIR}/github-view.ls
330 diff -u ${TMP_DIR}/linux-view.ls ${TMP_DIR}/github-view.ls
333 for F in $(cat ${TMP_DIR}/linux-view.ls); do
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_draw.c120 struct vc4_sampler_view *view = in vc4_predraw_check_textures() local
122 if (!view) in vc4_predraw_check_textures()
125 if (view->texture != view->base.texture) in vc4_predraw_check_textures()
126 vc4_update_shadow_baselevel_texture(pctx, &view->base); in vc4_predraw_check_textures()
128 vc4_flush_jobs_writing_resource(vc4, view->texture); in vc4_predraw_check_textures()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_image.c951 * Build the sampler view descriptor for a texture (GFX10).
1057 /* Initialize the sampler view for FMASK. */ in gfx10_make_texture_descriptor()
1111 * Build the sampler view descriptor for a texture (SI-GFX9)
1235 /* Initialize the sampler view for FMASK. */ in si_make_texture_descriptor()
2027 * Determine if the given image view can be fast cleared.
2047 /* Only fast clear if the view covers the whole image. */ in radv_image_view_can_fast_clear()
2172 /* If we have multiple levels in the view we should ideally take the last level, in radv_image_view_init()
2481 struct radv_image_view *view; in radv_CreateImageView() local
2483 view = in radv_CreateImageView()
2484 vk_alloc2(&device->vk.alloc, pAllocator, sizeof(*view), in radv_CreateImageView()
2510 radv_buffer_view_init(struct radv_buffer_view *view, struct radv_device *device, const VkBufferViewCreateInfo *pCreateInfo) radv_buffer_view_init() argument
2526 radv_buffer_view_finish(struct radv_buffer_view *view) radv_buffer_view_finish() argument
2536 struct radv_buffer_view *view; radv_CreateBufferView() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c945 const struct pipe_sampler_view *view = i < num ? views[i] : NULL; in lp_setup_set_fragment_sampler_views() local
953 if (view) { in lp_setup_set_fragment_sampler_views()
954 struct pipe_resource *res = view->texture; in lp_setup_set_fragment_sampler_views()
970 first_level = view->u.tex.first_level; in lp_setup_set_fragment_sampler_views()
971 last_level = view->u.tex.last_level; in lp_setup_set_fragment_sampler_views()
1016 (res->target == PIPE_TEXTURE_3D && view->target == PIPE_TEXTURE_2D)) { in lp_setup_set_fragment_sampler_views()
1024 jit_tex->depth = view->u.tex.last_layer - view->u.tex.first_layer + 1; in lp_setup_set_fragment_sampler_views()
1026 jit_tex->mip_offsets[j] += view->u.tex.first_layer * in lp_setup_set_fragment_sampler_views()
1029 if (view in lp_setup_set_fragment_sampler_views()
[all...]
H A Dlp_state_cs.c943 struct pipe_sampler_view *view = i < num ? views[i] : NULL; in lp_csctx_set_sampler_views() local
951 if (view) { in lp_csctx_set_sampler_views()
952 struct pipe_resource *res = view->texture; in lp_csctx_set_sampler_views()
969 first_level = view->u.tex.first_level; in lp_csctx_set_sampler_views()
970 last_level = view->u.tex.last_level; in lp_csctx_set_sampler_views()
1013 (res->target == PIPE_TEXTURE_3D && view->target == PIPE_TEXTURE_2D)) { in lp_csctx_set_sampler_views()
1020 jit_tex->depth = view->u.tex.last_layer - view->u.tex.first_layer + 1; in lp_csctx_set_sampler_views()
1022 jit_tex->mip_offsets[j] += view->u.tex.first_layer * in lp_csctx_set_sampler_views()
1025 if (view in lp_csctx_set_sampler_views()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DCommandBufferGL.cpp300 TextureView* view = in ApplyBindGroup() local
302 GLuint handle = view->GetHandle(); in ApplyBindGroup()
303 GLenum target = view->GetGLTarget(); in ApplyBindGroup()
309 if (ToBackend(view->GetTexture())->GetGLFormat().format == in ApplyBindGroup()
311 Aspect aspect = view->GetAspects(); in ApplyBindGroup()
335 TextureView* view = in ApplyBindGroup() local
337 Texture* texture = ToBackend(view->GetTexture()); in ApplyBindGroup()
353 if (view->GetLayerCount() == 1) { in ApplyBindGroup()
355 } else if (texture->GetArrayLayers() == view->GetLayerCount()) { in ApplyBindGroup()
361 gl.BindImageTexture(imageIndex, handle, view in ApplyBindGroup()
378 TextureView* view = ToBackend(textureViews[0].Get()); ApplyBindGroup() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead507d.c417 NVVAL(NV507D, HEAD_SET_VIEWPORT_SIZE_IN, WIDTH, asyh->view.iW) | in head507d_view()
418 NVVAL(NV507D, HEAD_SET_VIEWPORT_SIZE_IN, HEIGHT, asyh->view.iH)); in head507d_view()
421 NVVAL(NV507D, HEAD_SET_VIEWPORT_SIZE_OUT, WIDTH, asyh->view.oW) | in head507d_view()
422 NVVAL(NV507D, HEAD_SET_VIEWPORT_SIZE_OUT, HEIGHT, asyh->view.oH), in head507d_view()
425 NVVAL(NV507D, HEAD_SET_VIEWPORT_SIZE_OUT_MIN, WIDTH, asyh->view.oW) | in head507d_view()
426 NVVAL(NV507D, HEAD_SET_VIEWPORT_SIZE_OUT_MIN, HEIGHT, asyh->view.oH)); in head507d_view()
432 .view = head507d_view,
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead507d.c417 NVVAL(NV507D, HEAD_SET_VIEWPORT_SIZE_IN, WIDTH, asyh->view.iW) | in head507d_view()
418 NVVAL(NV507D, HEAD_SET_VIEWPORT_SIZE_IN, HEIGHT, asyh->view.iH)); in head507d_view()
421 NVVAL(NV507D, HEAD_SET_VIEWPORT_SIZE_OUT, WIDTH, asyh->view.oW) | in head507d_view()
422 NVVAL(NV507D, HEAD_SET_VIEWPORT_SIZE_OUT, HEIGHT, asyh->view.oH), in head507d_view()
425 NVVAL(NV507D, HEAD_SET_VIEWPORT_SIZE_OUT_MIN, WIDTH, asyh->view.oW) | in head507d_view()
426 NVVAL(NV507D, HEAD_SET_VIEWPORT_SIZE_OUT_MIN, HEIGHT, asyh->view.oH)); in head507d_view()
432 .view = head507d_view,
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_lrz.c53 * - Parameters of the last used depth view.
122 * - Cache for direction byte + depth view params.
169 /* Disable direction by writing invalid depth view. */ in tu6_disable_lrz_via_depth_view()
188 const struct tu_image_view *view) in tu_lrz_init_state()
190 if (!view->image->lrz_height) { in tu_lrz_init_state()
204 /* We need to always have an LRZ view just to disable it if there is a in tu_lrz_init_state()
210 cmd->state.lrz.image_view = view; in tu_lrz_init_state()
220 cmd->state.lrz.fast_clear = view->image->lrz_fc_size > 0; in tu_lrz_init_state()
372 A6XX_GRAS_LRZ_DEPTH_VIEW(.dword = lrz->image_view->view.GRAS_LRZ_DEPTH_VIEW)); in tu_lrz_tiling_begin()
389 A6XX_GRAS_LRZ_DEPTH_VIEW(.dword = lrz->image_view->view in tu_lrz_tiling_begin()
186 tu_lrz_init_state(struct tu_cmd_buffer *cmd, const struct tu_render_pass_attachment *att, const struct tu_image_view *view) tu_lrz_init_state() argument
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DCommandList.cpp408 D3D12_INDEX_BUFFER_VIEW view = {}; in setIndexBuffer() local
409 view.BufferLocation = d3dBuffer->d3dResource()->GetGPUVirtualAddress(); in setIndexBuffer()
410 view.SizeInBytes = indexBuffer->size(); in setIndexBuffer()
411 view.Format = DXGI_FORMAT_R16_UINT; in setIndexBuffer()
412 fCommandList->IASetIndexBuffer(&view); in setIndexBuffer()
479 fCommandList->ClearDepthStencilView(stencil->view(), D3D12_CLEAR_FLAG_STENCIL, 0, in clearDepthStencilView()
497 dsDescriptor = d3dStencil->view(); in setRenderTarget()
/third_party/python/Modules/_io/
H A Dbytesio.c311 Get a read-write view over the contents of the BytesIO object.
320 PyObject *view; in _io_BytesIO_getbuffer_impl() local
329 view = PyMemoryView_FromObject((PyObject *) buf); in _io_BytesIO_getbuffer_impl()
331 return view; in _io_BytesIO_getbuffer_impl()
1077 bytesiobuf_getbuffer(bytesiobuf *obj, Py_buffer *view, int flags) in bytesiobuf_getbuffer() argument
1081 if (view == NULL) { in bytesiobuf_getbuffer()
1083 "bytesiobuf_getbuffer: view==NULL argument is obsolete"); in bytesiobuf_getbuffer()
1091 /* cannot fail if view != NULL and readonly == 0 */ in bytesiobuf_getbuffer()
1092 (void)PyBuffer_FillInfo(view, (PyObject*)obj, in bytesiobuf_getbuffer()
1100 bytesiobuf_releasebuffer(bytesiobuf *obj, Py_buffer *view) in bytesiobuf_releasebuffer() argument
[all...]
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.h70 static void SetView(AceViewPreview* view, double density, int32_t width, int32_t height);
72 static void SetView(AceViewPreview* view, sptr<Rosen::Window> rsWindow, double density, int32_t width,
318 std::shared_ptr<Window> window, AceViewPreview* view, double density, int32_t width, int32_t height);
320 void AttachView(std::shared_ptr<Window> window, AceViewPreview* view, double density, int32_t width, int32_t height,
/foundation/arkui/ui_lite/test/uitest/test_transform/
H A Dui_test_transform.cpp176 bool UITestTransform::OnClick(UIView& view, const ClickEvent& event) in OnClick() argument
181 if (&view == rotateBtn_) { in OnClick()
183 } else if (&view == scaleBtn_) { in OnClick()
185 } else if (&view == translateBtn_) { in OnClick()
/foundation/arkui/ui_lite/test/uitest/test_view_percent/
H A Dui_test_view_percent.cpp213 bool UITestViewPercent::OnClick(UIView& view, const ClickEvent& event) in OnClick() argument
215 if (&view == resetfBtn_) { in OnClick()
226 } else if (&view == BiggerBtn_) { in OnClick()
239 } else if (&view == SmallerBtn_) { in OnClick()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.c259 struct fd4_pipe_sampler_view *view = fd4_pipe_sampler_view(views[i]); in fd4_set_sampler_views() local
260 if (view->astc_srgb) in fd4_set_sampler_views()
262 sampler_swizzles[start + i] = view->swizzle >> 4; in fd4_set_sampler_views()
265 util_format_description(view->base.format); in fd4_set_sampler_views()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_meta_blit.c74 fbinfo->zs.view.zs = &views[0]; in panvk_meta_blit()
78 fbinfo->zs.view.s = &views[0]; in panvk_meta_blit()
82 fbinfo->rts[0].view = &views[0]; in panvk_meta_blit()
100 fbinfo->zs.view.s = &views[1]; in panvk_meta_blit()

Completed in 25 milliseconds

1...<<11121314151617181920>>...40