| /third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
| H A D | tr_context.c | 1120 struct pipe_sampler_view *view = tr_view->sampler_view; in trace_context_sampler_view_destroy() local 2173 trace_context_create_texture_handle(struct pipe_context *_pipe, struct pipe_sampler_view *view, const struct pipe_sampler_state *state) trace_context_create_texture_handle() argument
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_state.c | 1568 struct pipe_sampler_view *view = views[i]; in r300_set_sampler_views() local 1635 struct r300_sampler_view *view = CALLOC_STRUCT(r300_sampler_view); in r300_create_sampler_view_custom() local 1692 r300_sampler_view_destroy(struct pipe_context *pipe, struct pipe_sampler_view *view) r300_sampler_view_destroy() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | BranchFolding.cpp | 531 void BranchFolder::MBFIWrapper::view(const Twine &Name, bool isSimple) { in view() function in BranchFolder::MBFIWrapper
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | ProgramExecutableVk.cpp | 1482 const vk::BufferView *view = nullptr; in updateImagesDescriptorSet() local 1807 const vk::BufferView *view = nullptr; in updateTexturesDescriptorSet() local [all...] |
| /third_party/skia/src/gpu/v1/ |
| H A D | Device.cpp | 651 auto view = std::get<0>(GrMakeCachedBitmapProxyView(fContext.get(), bitmap)); in makeSpecial() local 710 GrSurfaceProxyView view = sdc->readSurfaceView(); in snapSpecial() local 761 drawViewLattice(GrSurfaceProxyView view, const GrColorInfo& info, std::unique_ptr<SkLatticeIter> iter, const SkRect& dst, SkFilterMode filter, const SkPaint& origPaint) drawViewLattice() argument [all...] |
| /third_party/skia/src/core/ |
| H A D | SkBlurMF.cpp | 892 GrSurfaceProxyView view = threadSafeCache->find(key); in make_rect_integral_fp() local 1129 auto view = rtc2->readSurfaceView(); fillin_view_on_gpu() local 1259 auto view = std::get<0>(GrMakeUncachedBitmapProxyView(rContext, result)); create_mask_on_cpu() local 1287 GrSurfaceProxyView view; find_or_create_rrect_blur_mask_fp() local [all...] |
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkLightingImageFilter.cpp | 658 static std::unique_ptr<GrFragmentProcessor> Make(GrSurfaceProxyView view, in Make() argument 708 static std::unique_ptr<GrFragmentProcessor> Make(GrSurfaceProxyView view, in Make() argument 1333 makeFragmentProcessor( GrSurfaceProxyView view, const SkMatrix& matrix, const SkIRect* srcBounds, BoundaryMode boundaryMode, const GrCaps& caps) const makeFragmentProcessor() argument 1475 makeFragmentProcessor( GrSurfaceProxyView view, const SkMatrix& matrix, const SkIRect* srcBounds, BoundaryMode boundaryMode, const GrCaps& caps) const makeFragmentProcessor() argument 1632 LightingEffect(ClassID classID, GrSurfaceProxyView view, sk_sp<const SkImageFilterLight> light, SkScalar surfaceScale, const SkMatrix& matrix, BoundaryMode boundaryMode, const SkIRect* srcBounds, const GrCaps& caps) LightingEffect() argument 1676 DiffuseLightingEffect(GrSurfaceProxyView view, sk_sp<const SkImageFilterLight> light, SkScalar surfaceScale, const SkMatrix& matrix, SkScalar kd, BoundaryMode boundaryMode, const SkIRect* srcBounds, const GrCaps& caps) DiffuseLightingEffect() argument 1892 SpecularLightingEffect(GrSurfaceProxyView view, sk_sp<const SkImageFilterLight> light, SkScalar surfaceScale, const SkMatrix& matrix, SkScalar ks, SkScalar shininess, BoundaryMode boundaryMode, const SkIRect* srcBounds, const GrCaps& caps) SpecularLightingEffect() argument [all...] |
| /third_party/skia/tests/ |
| H A D | ImageTest.cpp | 998 GrSurfaceProxyView view, otherView, viewSecondRef; in test_cross_context_image() local
|
| /third_party/skia/third_party/externals/d3d12allocator/src/ |
| H A D | D3D12Sample.cpp | 1177 const mat4 view = mat4::LookAt(
in Update() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | CommandBufferD3D12.cpp | 1202 TextureView* view = ToBackend(attachmentInfo.view.Get()); in SetupRenderPass() local 1242 TextureView* view = ToBackend(renderPass->depthStencilAttachment.view in SetupRenderPass() local [all...] |
| /third_party/python/Modules/ |
| H A D | _hashopenssl.c | 582 Py_buffer view; in EVP_update() local 860 Py_buffer view = { 0 }; in py_evp_fromname() local 1580 Py_buffer view = {0}; _hmac_update() local [all...] |
| H A D | _testbuffer.c | 1417 ndarray_getbuf(NDArrayObject *self, Py_buffer *view, int flags) in ndarray_getbuf() argument 1535 ndarray_releasebuf(NDArrayObject *self, Py_buffer *view) ndarray_releasebuf() argument 2235 const Py_buffer *view = &nd->head->base; ndarray_memoryview_from_buffer() local 2309 Py_buffer view; get_pointer() local 2435 Py_buffer view; py_buffer_to_contiguous() local 2572 Py_buffer view, *base; is_contiguous() local 2608 const Py_buffer *view = &nd->head->base; ndarray_hash() local 2743 staticarray_getbuf(StaticArrayObject *self, Py_buffer *view, int flags) staticarray_getbuf() argument [all...] |
| H A D | pyexpat.c | 728 Py_buffer view; in pyexpat_xmlparser_Parse_impl() local
|
| /third_party/python/Python/ |
| H A D | marshal.c | 579 Py_buffer view; in w_complex_object() local
|
| H A D | pythonrun.c | 1826 Py_buffer view; in _Py_SourceAsString() local
|
| /third_party/python/Modules/_sre/ |
| H A D | sre.c | 1069 Py_buffer view; in pattern_subx() local 371 getstring(PyObject* string, Py_ssize_t* p_length, int* p_isbytes, int* p_charsize, Py_buffer *view) getstring() argument 1460 Py_buffer view; _sre_compile_impl() local 2026 Py_buffer view; match_getslice_by_index() local [all...] |
| /third_party/python/Modules/_sqlite/ |
| H A D | connection.c | 647 Py_buffer view; in _pysqlite_set_result() local
|
| /third_party/python/Objects/ |
| H A D | abstract.c | 305 Py_buffer view; in PyObject_CheckReadBuffer() local 321 Py_buffer view; in as_read_buffer() local 356 Py_buffer view; in PyObject_AsWriteBuffer() local 380 PyObject_GetBuffer(PyObject *obj, Py_buffer *view, int flags) PyObject_GetBuffer() argument 396 _IsFortranContiguous(const Py_buffer *view) _IsFortranContiguous() argument 436 _IsCContiguous(const Py_buffer *view) _IsCContiguous() argument 463 PyBuffer_IsContiguous(const Py_buffer *view, char order) PyBuffer_IsContiguous() argument 479 PyBuffer_GetPointer(const Py_buffer *view, const Py_ssize_t *indices) PyBuffer_GetPointer() argument 569 PyBuffer_FromContiguous(const Py_buffer *view, const void *buf, Py_ssize_t len, char fort) PyBuffer_FromContiguous() argument 716 PyBuffer_FillInfo(Py_buffer *view, PyObject *obj, void *buf, Py_ssize_t len, int readonly, int flags) PyBuffer_FillInfo() argument 755 PyBuffer_Release(Py_buffer *view) PyBuffer_Release() argument 1523 Py_buffer view; PyNumber_Long() local [all...] |
| H A D | bytearrayobject.c | 45 bytearray_getbuffer(PyByteArrayObject *obj, Py_buffer *view, int flags) in bytearray_getbuffer() argument 61 bytearray_releasebuffer(PyByteArrayObject *obj, Py_buffer *view) in bytearray_releasebuffer() argument 91 Py_buffer view; in _PyByteArray_FromBufferObject() local 832 Py_buffer view; bytearray___init___impl() local [all...] |
| H A D | floatobject.c | 205 Py_buffer view = {NULL, NULL}; in PyFloat_FromString() local
|
| /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...] |