Home
last modified time | relevance | path

Searched defs:view (Results 501 - 525 of 553) sorted by relevance

1...<<212223

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageDepthStencilDescriptorTests.cpp786 const auto view = ((desc.aspect == VK_IMAGE_ASPECT_DEPTH_BIT) ? depthOnlyView.get() : stencilOnlyView.get()); in iterate() local
/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext.cpp644 drawTexture(const GrClip* clip, GrSurfaceProxyView view, SkAlphaType srcAlphaType, GrSamplerState::Filter filter, GrSamplerState::MipmapMode mm, SkBlendMode blendMode, const SkPMColor4f& color, const SkRect& srcRect, const SkRect& dstRect, GrAA aa, GrQuadAAFlags edgeAA, SkCanvas::SrcRectConstraint constraint, const SkMatrix& viewMatrix, sk_sp<GrColorSpaceXform> colorSpaceXform) drawTexture() argument
1466 drawImageLattice(const GrClip* clip, GrPaint&& paint, const SkMatrix& viewMatrix, GrSurfaceProxyView view, SkAlphaType alphaType, sk_sp<GrColorSpaceXform> csxf, GrSamplerState::Filter filter, std::unique_ptr<SkLatticeIter> iter, const SkRect& dst) drawImageLattice() argument
[all...]
/third_party/python/Modules/
H A D_elementtree.c3905 Py_buffer view; in _elementtree_XMLParser_feed() local
H A Darraymodule.c2567 array_buffer_getbuf(arrayobject *self, Py_buffer *view, int flags) in array_buffer_getbuf() argument
2608 array_buffer_relbuf(arrayobject *self, Py_buffer *view) array_buffer_relbuf() argument
[all...]
/third_party/python/Objects/
H A Dmemoryobject.c452 init_strides_from_shape(Py_buffer *view) init_strides_from_shape() argument
465 init_fortran_strides_from_shape(Py_buffer *view) init_fortran_strides_from_shape() argument
581 init_len(Py_buffer *view) init_len() argument
597 const Py_buffer *view = &mv->view; init_flags() local
922 Py_buffer *view; PyMemoryView_GetContiguous() local
978 Py_buffer view; global() member
1196 Py_buffer *view = &mv->view; cast_to_1D() local
1298 Py_buffer *view = &mv->view; cast_to_ND() local
1334 Py_buffer *view = &mv->view; zero_in_shape() local
1445 memory_getbuf(PyMemoryViewObject *self, Py_buffer *view, int flags) memory_getbuf() argument
1524 memory_releasebuf(PyMemoryViewObject *self, Py_buffer *view) memory_releasebuf() argument
2053 adjust_fmt(const Py_buffer *view) adjust_fmt() argument
2140 const Py_buffer *view = &self->view; memoryview_tolist_impl() local
2283 lookup_dimension(const Py_buffer *view, char *ptr, int dim, Py_ssize_t index) lookup_dimension() argument
2309 ptr_from_index(const Py_buffer *view, Py_ssize_t index) ptr_from_index() argument
2317 ptr_from_tuple(const Py_buffer *view, PyObject *tup) ptr_from_tuple() argument
2348 Py_buffer *view = &(self->view); memory_item() local
2377 Py_buffer *view = &(self->view); memory_item_multi() local
2473 Py_buffer *view; memory_subscript() local
2535 Py_buffer *view = &(self->view); memory_ass_sub() local
2948 Py_buffer *view = &self->view; memory_hash() local
3025 Py_buffer *view = &self->view; memory_obj_get() local
3212 Py_buffer *view = &(seq->view); memoryiter_next() local
[all...]
H A Dbytesobject.c1662 bytes_buffer_getbuffer(PyBytesObject *self, Py_buffer *view, int flags) in bytes_buffer_getbuffer() argument
2677 Py_buffer view; in _PyBytes_FromBuffer() local
H A Ddictobject.c4597 dictview_mapping(PyObject *view, void *Py_UNUSED(ignored)) { in dictview_mapping() argument
[all...]
H A Dexceptions.c2998 Py_buffer view; in UnicodeDecodeError_init() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp1174 Move<VkImageView> view; member
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp237 Move<VkImageView> view; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp447 static tcu::Texture2DView getOneLevelSubView (const tcu::Texture2DView& view, int level) in getOneLevelSubView() argument
452 static tcu::Texture2DArrayView getOneLevelSubView (const tcu::Texture2DArrayView& view, int level) in getOneLevelSubView() argument
457 static tcu::TextureCubeView getOneLevelSubView (const tcu::TextureCubeView& view, int level) in getOneLevelSubView() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp1106 void AceContainer::SetView(const RefPtr<AceView>& view, double density, int32_t width, int32_t height, in SetView() argument
1125 SetViewNew( const RefPtr<AceView>& view, double density, float width, float height, sptr<OHOS::Rosen::Window> rsWindow) SetViewNew() argument
1977 AttachView(std::shared_ptr<Window> window, const RefPtr<AceView>& view, double density, float width, float height, uint32_t windowId, UIEnvCallback callback) AttachView() argument
[all...]
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dntfs.h618 } view; member
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c677 softpipe_get_lambda_from_grad_func(const struct pipe_sampler_view *view, in softpipe_get_lambda_from_grad_func() argument
3048 any_swizzle(const struct pipe_sampler_view *view) in any_swizzle() argument
3301 const struct pipe_sampler_view *view = &sp_sview->base; in sp_get_dims() local
3556 softpipe_get_lambda_func(const struct pipe_sampler_view *view, enum pipe_shader_type shader) softpipe_get_lambda_func() argument
3592 struct pipe_sampler_view *view = &sview->base; softpipe_create_sampler_view() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c4527 struct si_sampler_view *view = CALLOC_STRUCT_CL(si_sampler_view); in si_create_sampler_view() local
4635 struct si_sampler_view *view = (struct si_sampler_view *)state; si_sampler_view_destroy() local
[all...]
/third_party/node/deps/ada/
H A Dada.h1057 ada_really_inline bool begins_with(std::string_view view, in begins_with() argument
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h502 D3D12_INDEX_BUFFER_VIEW view; member
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc1207 JSArrayBufferView view = JSArrayBufferView::cast(obj); in ExtractJSObjectReferences() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c823 VkBufferView view; in get_buffer_view() local
1001 struct zink_sampler_view *view = zink_sampler_view(pview); in zink_sampler_view_destroy() local
1539 create_image_bufferview(struct zink_context *ctx, const struct pipe_image_view *view) create_image_bufferview() argument
1564 create_image_surface(struct zink_context *ctx, const struct pipe_image_view *view, bool is_compute) create_image_surface() argument
1821 zink_create_texture_handle(struct pipe_context *pctx, struct pipe_sampler_view *view, const struct pipe_sampler_state *state) zink_create_texture_handle() argument
1971 zink_create_image_handle(struct pipe_context *pctx, const struct pipe_image_view *view) zink_create_image_handle() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c990 struct panfrost_sampler_view view = { in panfrost_emit_images() local
1630 panfrost_get_tex_desc(struct panfrost_batch *batch, enum pipe_shader_type st, struct panfrost_sampler_view *view) panfrost_get_tex_desc() argument
1746 panfrost_update_sampler_view(struct panfrost_sampler_view *view, struct pipe_context *pctx) panfrost_update_sampler_view() argument
1775 struct panfrost_sampler_view *view = ctx->sampler_views[stage][i]; panfrost_emit_texture_descriptors() local
4662 struct panfrost_sampler_view *view = (struct panfrost_sampler_view *) pview; panfrost_sampler_view_destroy() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp239 Move<VkImageView> view; member
[all...]
/third_party/python/Modules/_ctypes/
H A D_ctypes.c1288 Py_buffer view; in CharArray_set_raw() local
2802 PyCData_NewGetBuffer(PyObject *myself, Py_buffer *view, int flags) in PyCData_NewGetBuffer() argument
[all...]
/kernel/linux/linux-5.10/drivers/s390/net/
H A Dqeth_core.h67 struct debug_view *view; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h520 struct i915_ggtt_view view; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h271 struct view { struct

Completed in 92 milliseconds

1...<<212223