Home
last modified time | relevance | path

Searched defs:view (Results 201 - 225 of 482) sorted by relevance

12345678910>>...20

/third_party/mesa3d/src/gallium/tests/trivial/
H A Dquad-tex.c87 struct pipe_sampler_view *view; member
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_image.c179 struct lvp_image_view *view; in lvp_CreateImageView() local
376 struct lvp_buffer_view *view; lvp_CreateBufferView() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_sampler.c433 struct pipe_sampler_view *view = views[i]; in svga_set_sampler_views() local
389 svga_sampler_view_destroy(struct pipe_context *pipe, struct pipe_sampler_view *view) svga_sampler_view_destroy() argument
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_context.c222 st_save_zombie_sampler_view(struct st_context *st, struct pipe_sampler_view *view) st_save_zombie_sampler_view() argument
H A Dst_draw_feedback.c320 struct pipe_sampler_view *view = views[i]; in st_feedback_draw_vbo() local
476 struct pipe_sampler_view *view = views[i]; st_feedback_draw_vbo() local
[all...]
H A Dst_sampler_view.c58 get_sampler_view_reference(struct st_sampler_view *sv, struct pipe_sampler_view *view) get_sampler_view_reference() argument
86 st_texture_set_sampler_view(struct st_context *st, struct gl_texture_object *stObj, struct pipe_sampler_view *view, bool glsl130_or_later, bool srgb_skip_decode, bool get_reference, bool locked) st_texture_set_sampler_view() argument
647 struct pipe_sampler_view *view = sv->view; st_get_texture_sampler_view_from_stobj() local
671 struct pipe_sampler_view *view = st_get_texture_sampler_view_from_stobj() local
701 struct pipe_sampler_view *view = sv->view; st_get_buffer_sampler_view_from_stobj() local
747 struct pipe_sampler_view *view = st_get_buffer_sampler_view_from_stobj() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_sampler.c138 struct pipe_sampler_view *view = NULL; in llvmpipe_set_sampler_views() local
204 struct pipe_sampler_view *view in llvmpipe_create_sampler_view() local
258 llvmpipe_sampler_view_destroy(struct pipe_context *pipe, struct pipe_sampler_view *view) llvmpipe_sampler_view_destroy() argument
293 struct pipe_sampler_view *view = i < num ? views[i] : NULL; prepare_shader_sampling() local
437 struct pipe_sampler_view *view = views[i]; llvmpipe_cleanup_stage_sampling() local
465 struct pipe_image_view *view = i < num ? &views[i] : NULL; prepare_shader_images() local
604 struct pipe_image_view *view = &views[i]; llvmpipe_cleanup_stage_images() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_compute.c279 nv50_get_surface_dims(const struct pipe_image_view *view, in nv50_get_surface_dims() argument
315 nv50_mark_image_range_valid(const struct pipe_image_view *view) nv50_mark_image_range_valid() argument
327 nv50_set_surface_info(struct nouveau_pushbuf *push, const struct pipe_image_view *view, int width, int height, int depth) nv50_set_surface_info() argument
406 struct pipe_image_view *view = &nv50->images[gmem->slot]; nv50_compute_validate_surfaces() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c265 struct fdl6_view view; in fd6_sampler_view_update() local
292 struct fd6_pipe_sampler_view *view = fd6_pipe_sampler_view(_view); in fd6_sampler_view_destroy() local
344 struct fd6_pipe_sampler_view *view in fd6_texture_state() local
[all...]
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
H A DSoftwareRenderer.cpp38 instantiate_gl_renderer(BGLView *view, ulong opts) in instantiate_gl_renderer() argument
128 SoftwareRenderer::SoftwareRenderer(BGLView *view, ulong options) in SoftwareRenderer() argument
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_image.h303 vk_image_view_subresource_range(const struct vk_image_view *view) in vk_image_view_subresource_range() argument
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_cs.h40 const struct pan_image_view *view; member
51 } view; member
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_texture_state.c79 etna_sampler_view(struct pipe_sampler_view *view) in etna_sampler_view() argument
279 etna_sampler_view_state_destroy(struct pipe_context *pctx, struct pipe_sampler_view *view) etna_sampler_view_state_destroy() argument
H A Detnaviv_texture_desc.c71 etna_sampler_view_desc(struct pipe_sampler_view *view) in etna_sampler_view_desc() argument
H A Detnaviv_texture.c120 etna_can_use_sampler_ts(struct pipe_sampler_view *view, int num) in etna_can_use_sampler_ts() argument
146 etna_update_sampler_source(struct pipe_sampler_view *view, int num) in etna_update_sampler_source() argument
250 struct pipe_sampler_view *view = views ? views[j] : NULL; set_sampler_views() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_emit.c120 const struct fd2_pipe_sampler_view *view; in emit_texture() local
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_sampler.c200 struct pipe_sampler_view *view = views[i]; in prepare_shader_sampling() local
90 softpipe_sampler_view_destroy(struct pipe_context *pipe, struct pipe_sampler_view *view) softpipe_sampler_view_destroy() argument
286 sp_sampler_view_display_target_unmap(struct softpipe_context *sp, struct pipe_sampler_view *view) sp_sampler_view_display_target_unmap() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_draw.c120 struct vc4_sampler_view *view = in vc4_predraw_check_textures() local
/third_party/python/Lib/idlelib/
H A Dtree.py164 def view(self): member in TreeNode
/third_party/skia/src/gpu/
H A DGrRenderTask.h156 void addTarget(GrDrawingManager* dm, const GrSurfaceProxyView& view) { in addTarget() argument
/third_party/skia/src/gpu/d3d/
H A DGrD3DCpuDescriptorManager.cpp87 recycleShaderView( const GrD3DDescriptorHeap::CPUHandle& view) recycleShaderView() argument
/third_party/skia/src/gpu/effects/
H A DGrBicubicEffect.cpp114 std::unique_ptr<GrFragmentProcessor> GrBicubicEffect::Make(GrSurfaceProxyView view, in Make() argument
125 std::unique_ptr<GrFragmentProcessor> GrBicubicEffect::Make(GrSurfaceProxyView view, in Make() argument
141 MakeSubset( GrSurfaceProxyView view, SkAlphaType alphaType, const SkMatrix& matrix, const GrSamplerState::WrapMode wrapX, const GrSamplerState::WrapMode wrapY, const SkRect& subset, SkImage::CubicResampler kernel, Direction direction, const GrCaps& caps) MakeSubset() argument
160 MakeSubset( GrSurfaceProxyView view, SkAlphaType alphaType, const SkMatrix& matrix, const GrSamplerState::WrapMode wrapX, const GrSamplerState::WrapMode wrapY, const SkRect& subset, const SkRect& domain, SkImage::CubicResampler kernel, Direction direction, const GrCaps& caps) MakeSubset() argument
[all...]
/third_party/skia/src/core/
H A DSkSpecialImage.cpp110 GrSurfaceProxyView SkSpecialImage::view(GrRecordingContext* context) const { in view() function in SkSpecialImage
323 static sk_sp<SkImage> wrap_proxy_in_image(GrRecordingContext* context, GrSurfaceProxyView view, in wrap_proxy_in_image() argument
334 SkSpecialImage_Gpu(GrRecordingContext* context, const SkIRect& subset, uint32_t uniqueID, GrSurfaceProxyView view, GrColorType ct, SkAlphaType at, sk_sp<SkColorSpace> colorSpace, const SkSurfaceProps& props) SkSpecialImage_Gpu() argument
462 MakeDeferredFromGpu(GrRecordingContext* context, const SkIRect& subset, uint32_t uniqueID, GrSurfaceProxyView view, GrColorType colorType, sk_sp<SkColorSpace> colorSpace, const SkSurfaceProps& props, SkAlphaType at) MakeDeferredFromGpu() argument
[all...]
/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext_v1.h263 drawTextureQuad(const GrClip* clip, GrSurfaceProxyView view, GrColorType srcColorType, SkAlphaType srcAlphaType, GrSamplerState::Filter filter, GrSamplerState::MipmapMode mm, SkBlendMode mode, const SkPMColor4f& color, const SkPoint srcQuad[4], const SkPoint dstQuad[4], GrAA aa, GrQuadAAFlags edgeAA, const SkRect* subset, const SkMatrix& viewMatrix, sk_sp<GrColorSpaceXform> texXform) drawTextureQuad() argument
H A DSurfaceFillContext_v1.cpp234 bool SurfaceFillContext::blitTexture(GrSurfaceProxyView view, in blitTexture() argument

Completed in 18 milliseconds

12345678910>>...20