| /third_party/python/Modules/ |
| H A D | pyexpat.c | 728 Py_buffer view; in pyexpat_xmlparser_Parse_impl() local
|
| H A D | _elementtree.c | 3905 Py_buffer view; in _elementtree_XMLParser_feed() local
|
| H A D | arraymodule.c | 2567 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/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fTextureGatherTests.cpp | 416 static tcu::Texture2DView getOneLevelSubView (const tcu::Texture2DView& view, int level) in getOneLevelSubView() argument 421 static tcu::Texture2DArrayView getOneLevelSubView (const tcu::Texture2DArrayView& view, int level) in getOneLevelSubView() argument 426 static tcu::TextureCubeView getOneLevelSubView (const tcu::TextureCubeView& view, int level) in getOneLevelSubView() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
| H A D | vktRayQueryMiscTests.cpp | 935 const Move<VkImageView> view = makeImageView(vk, device, **image, VK_IMAGE_VIEW_TYPE_2D, m_format, imageSubresourceRange); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
| H A D | vktGlobalPriorityQueueTests.cpp | 778 Move<VkImageView> view = createView(**image, colorResourceRange); in iterate() local
|
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluTextureTestUtil.cpp | 103 static tcu::Texture1DView getSubView (const tcu::Texture1DView& view, int baseLevel, int maxLevel, tcu::ImageViewMinLodParams* minLodParams DE_UNUSED_ATTR) in getSubView() argument 111 static tcu::Texture2DView getSubView (const tcu::Texture2DView& view, int baseLevel, int maxLevel, tcu::ImageViewMinLodParams* minLodParams = DE_NULL) in getSubView() argument 119 static tcu::TextureCubeView getSubView (const tcu::TextureCubeView& view, in argument 132 getSubView(const tcu::Texture3DView& view, int baseLevel, int maxLevel, tcu::ImageViewMinLodParams* minLodParams = DE_NULL) getSubView() argument 140 getSubView(const tcu::TextureCubeArrayView& view, int baseLevel, int maxLevel, tcu::ImageViewMinLodParams* minLodParams DE_UNUSED_ATTR = DE_NULL) getSubView() argument 571 const tcu::Texture2DView view = getSubView(src, params.baseLevel, params.maxLevel, params.imageViewMinLod != 0.0f ? &minLodParams : DE_NULL); sampleTexture() local 593 const tcu::Texture2DView view = getSubView(src, params.baseLevel, params.maxLevel, params.imageViewMinLod != 0.0f ? &minLodParams : DE_NULL); sampleTexture() local 605 const tcu::Texture1DView view = getSubView(src, params.baseLevel, params.maxLevel, DE_NULL); sampleTexture() local 714 const tcu::TextureCubeView view = getSubView(src, params.baseLevel, params.maxLevel, params.imageViewMinLod != 0.0f ? &minLodParams : DE_NULL); sampleTexture() local 919 const tcu::Texture3DView view = getSubView(src, params.baseLevel, params.maxLevel, params.imageViewMinLod != 0.0f ? &minLodParams : DE_NULL); sampleTexture() local 1418 const tcu::Texture2DView view = getSubView(baseView, sampleParams.baseLevel, sampleParams.maxLevel, sampleParams.imageViewMinLod != 0.0f ? &minLodParams : DE_NULL); computeTextureLookupDiff() local [all...] |
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
| H A D | render_system.cpp | 1046 CalculateCameraSpaceClipPlane( const Math::Mat4X4& view, Math::Vec3 pos, Math::Vec3 normal, float sideSign, float clipPlaneOffset) CalculateCameraSpaceClipPlane() argument [all...] |
| /third_party/libuv/src/win/ |
| H A D | fs.c | 692 void* view; in fs__read_filemap() local 873 void* view; in fs__write_filemap() local [all...] |
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_shader.h | 599 uint8_t view; member
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_state_common.c | 427 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 D | r600_state.c | 628 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 D | value-serializer.cc | 452 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 D | lp_bld_sample.c | 98 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 D | u_blitter.c | 2196 struct pipe_sampler_view *view; in util_blitter_blit_generic() local
|
| /third_party/node/deps/uv/src/win/ |
| H A D | fs.c | 758 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 D | vktAttachmentRateTests.cpp | 199 VkImageView view; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| H A D | vktImageDepthStencilDescriptorTests.cpp | 786 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 D | vktPipelineColorWriteEnableTests.cpp | 1179 Move<VkImageView> view; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
| H A D | vktShaderRenderTextureGatherTests.cpp | 447 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 D | vktAttachmentRateTests.cpp | 117 VkImageView view; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
| H A D | vktImageDepthStencilDescriptorTests.cpp | 786 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 D | SurfaceDrawContext.cpp | 644 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/Objects/ |
| H A D | memoryobject.c | 452 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 D | bytesobject.c | 1662 bytes_buffer_getbuffer(PyBytesObject *self, Py_buffer *view, int flags) in bytes_buffer_getbuffer() argument 2677 Py_buffer view; in _PyBytes_FromBuffer() local
|