| /third_party/mesa3d/src/gallium/drivers/tegra/ |
| H A D | tegra_context.c | 570 struct tegra_sampler_view *view; in tegra_set_sampler_views() local 845 struct tegra_sampler_view *view; in tegra_create_sampler_view() local 872 struct tegra_sampler_view *view = to_tegra_sampler_view(pview); tegra_sampler_view_destroy() local 1200 tegra_create_texture_handle(struct pipe_context *pcontext, struct pipe_sampler_view *view, const struct pipe_sampler_state *state) tegra_create_texture_handle() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/virgl/ |
| H A D | virgl_context.c | 1082 virgl_destroy_sampler_view(struct pipe_context *ctx, struct pipe_sampler_view *view) virgl_destroy_sampler_view() argument
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_context.h | 104 struct pipe_sampler_view *view; member
|
| /third_party/mesa3d/src/intel/isl/ |
| H A D | isl.c | 2968 isl_surf_get_uncompressed_surf(const struct isl_device *dev, const struct isl_surf *surf, const struct isl_view *view, struct isl_surf *ucompr_surf, struct isl_view *ucompr_view, uint64_t *offset_B, uint32_t *x_offset_el, uint32_t *y_offset_el) isl_surf_get_uncompressed_surf() argument [all...] |
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_image.c | 2481 struct isl_view view = *view_in; in anv_image_fill_surface_state() local 2878 struct anv_buffer_view *view; anv_CreateBufferView() local [all...] |
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_vX_meta_copy.c | 1069 struct pan_image_view view = { in panvk_meta_copy_buf2img() local 1505 struct pan_image_view view in panvk_meta_copy_img2buf() local 33 panvk_meta_copy_img_emit_texture(struct panfrost_device *pdev, struct pan_pool *desc_pool, const struct pan_image_view *view) panvk_meta_copy_img_emit_texture() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_cs.c | 943 struct pipe_sampler_view *view = i < num ? views[i] : NULL; in lp_csctx_set_sampler_views() local [all...] |
| /third_party/node/deps/v8/src/inspector/ |
| H A D | value-mirror.cc | 1782 v8::Local<v8::DataView> view = value.As<v8::DataView>(); in create() local
|
| /third_party/mesa3d/src/gallium/drivers/asahi/ |
| H A D | agx_state.c | 551 struct agx_sampler_view *view = (struct agx_sampler_view *) pview; in agx_sampler_view_destroy() local
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_descriptors.c | 450 struct pipe_sampler_view *view = &sview->base; in si_set_sampler_view_desc() local 539 struct pipe_sampler_view *view = views[i]; in si_set_sampler_views() local 679 struct pipe_image_view *view = &images->views[i]; in si_release_image_views() local 692 struct pipe_image_view *view = &images->views[i]; in si_image_views_begin_new_cs() local 707 struct pipe_image_view *view = &images->views[i]; si_image_views_check_encrypted() local 736 si_mark_image_range_valid(const struct pipe_image_view *view) si_mark_image_range_valid() argument 747 si_set_shader_image_desc(struct si_context *ctx, const struct pipe_image_view *view, bool skip_decompress, uint32_t *desc, uint32_t *fmask_desc) si_set_shader_image_desc() argument 830 si_set_shader_image(struct si_context *ctx, unsigned shader, unsigned slot, const struct pipe_image_view *view, bool skip_decompress) si_set_shader_image() argument 973 struct pipe_image_view view = {0}; si_update_ps_colorbuf0_slot() local 1622 struct pipe_image_view *view = &(*img_handle)->view; si_resident_handles_update_needs_color_decompress() local 1837 struct pipe_sampler_view *view = (*tex_handle)->view; si_rebind_buffer() local 1859 struct pipe_image_view *view = &(*img_handle)->view; si_rebind_buffer() local 1970 struct pipe_image_view *view = &img_handle->view; si_update_bindless_image_descriptor() local 2015 struct pipe_image_view *view = &images->views[i]; si_update_all_texture_descriptors() local 2027 struct pipe_sampler_view *view = samplers->views[i]; si_update_all_texture_descriptors() local 2416 si_create_texture_handle(struct pipe_context *ctx, struct pipe_sampler_view *view, const struct pipe_sampler_state *state) si_create_texture_handle() argument 2551 si_create_image_handle(struct pipe_context *ctx, const struct pipe_image_view *view) si_create_image_handle() argument 2612 struct pipe_image_view *view; si_make_image_handle_resident() local 2688 struct pipe_image_view *view = &(*img_handle)->view; si_resident_buffers_add_all_to_bo_list() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | nine_state.c | 993 struct pipe_sampler_view *view[NINE_MAX_SAMPLERS]; in update_textures_and_samplers() local [all...] |
| H A D | nine_state.h | 295 struct pipe_sampler_view *view[2]; member
|
| /third_party/mesa3d/src/panfrost/lib/ |
| H A D | pan_blitter.c | 815 const struct pan_image_view *view = fb->zs.view.s ? : fb->zs.view.zs; in pan_preload_get_views() local 990 const struct pan_image_view *view = fb->zs.view.s ? : fb->zs.view.zs; pan_preload_emit_textures() local [all...] |
| /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...] |