Home
last modified time | relevance | path

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

1...<<212223

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c427 struct r600_pipe_sampler_view *view = (struct r600_pipe_sampler_view *)state; in r600_sampler_view_destroy() local
683 struct pipe_sampler_view *view = views[i]; in r600_set_sampler_views() local
3331 struct r600_pipe_sampler_view *view; in r600_invalidate_buffer() local
[all...]
H A Dr600_state.c628 texture_buffer_sampler_view(struct r600_pipe_sampler_view *view, in texture_buffer_sampler_view() argument
671 struct r600_pipe_sampler_view *view = CALLOC_STRUCT(r600_pipe_sampler_view); r600_create_sampler_view_custom() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dvalue-serializer.cc452 Handle<JSArrayBufferView> view = Handle<JSArrayBufferView>::cast(object); in WriteObject() local
944 Maybe<bool> ValueSerializer::WriteJSArrayBufferView(JSArrayBufferView view) { in WriteJSArrayBufferView() argument
2049 ValidateAndSetJSArrayBufferViewFlags( JSArrayBufferView view, JSArrayBuffer buffer, uint32_t serialized_flags) ValidateAndSetJSArrayBufferViewFlags() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c98 lp_sampler_static_texture_state(struct lp_static_texture_state *state, const struct pipe_sampler_view *view) lp_sampler_static_texture_state() argument
136 lp_sampler_static_texture_state_image(struct lp_static_texture_state *state, const struct pipe_image_view *view) lp_sampler_static_texture_state_image() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c2196 struct pipe_sampler_view *view; in util_blitter_blit_generic() local
/third_party/node/deps/uv/src/win/
H A Dfs.c758 void* view; in fs__read_filemap() local
939 void* view; in fs__write_filemap() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktAttachmentRateTests.cpp199 VkImageView view; member
/third_party/vk-gl-cts/external/vulkancts/modules/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/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp1179 Move<VkImageView> view; member
/third_party/vk-gl-cts/external/vulkancts/modules/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
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H A DvktAttachmentRateTests.cpp117 VkImageView view; member
/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
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp1174 Move<VkImageView> view; member
/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

Completed in 85 milliseconds

1...<<212223