Home
last modified time | relevance | path

Searched defs:view (Results 351 - 375 of 489) sorted by relevance

1...<<11121314151617181920

/third_party/mesa3d/src/intel/blorp/
H A Dblorp_priv.h64 struct isl_view view; member
/third_party/node/src/crypto/
H A Dcrypto_util.h699 auto view = buf.As<v8::ArrayBufferView>(); in ArrayBufferOrViewContents() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c945 const struct pipe_sampler_view *view = i < num ? views[i] : NULL; in lp_setup_set_fragment_sampler_views() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c671 struct pipe_sampler_view *view = views ? views[i] : NULL; in nv50_stage_set_sampler_views() local
652 nv50_sampler_view_destroy(struct pipe_context *pipe, struct pipe_sampler_view *view) nv50_sampler_view_destroy() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c390 const struct fd5_pipe_sampler_view *view = variable
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c743 struct pipe_sampler_view *view = views[i]; in i915_set_sampler_views() local
773 struct pipe_sampler_view *view = CALLOC_STRUCT(pipe_sampler_view); in i915_create_sampler_view_custom() local
791 struct pipe_sampler_view *view = CALLOC_STRUCT(pipe_sampler_view); i915_create_sampler_view() local
805 i915_sampler_view_destroy(struct pipe_context *pipe, struct pipe_sampler_view *view) i915_sampler_view_destroy() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c445 struct pipe_surface *view = in dd_context_create_surface() local
469 struct pipe_sampler_view *view = in dd_context_create_sampler_view() local
479 dd_context_sampler_view_destroy(struct pipe_context *_pipe, struct pipe_sampler_view *view) dd_context_sampler_view_destroy() argument
494 struct pipe_stream_output_target *view = dd_context_create_stream_output_target() local
780 dd_context_create_texture_handle(struct pipe_context *_pipe, struct pipe_sampler_view *view, const struct pipe_sampler_state *state) dd_context_create_texture_handle() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c378 noop_create_texture_handle(struct pipe_context *ctx, struct pipe_sampler_view *view, const struct pipe_sampler_state *state) noop_create_texture_handle() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_draw.cpp105 struct d3d12_sampler_view *view; in fill_srv_descriptors() local
163 struct pipe_shader_buffer *view = &ctx->ssbo_views[stage][i]; fill_ssbo_descriptors() local
259 struct pipe_image_view *view = &ctx->image_views[stage][i]; fill_image_descriptors() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state.c525 struct pipe_sampler_view *view = views ? views[i] : NULL; in nvc0_stage_set_sampler_views() local
507 nvc0_sampler_view_destroy(struct pipe_context *pipe, struct pipe_sampler_view *view) nvc0_sampler_view_destroy() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.c662 struct pipe_sampler_view *view = views ? views[i] : NULL; in panfrost_set_sampler_views() local
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c274 struct pipe_sampler_view *view; in r600_decompress_depth_textures() local
308 struct r600_image_view *view; r600_decompress_depth_images() local
387 struct pipe_sampler_view *view; r600_decompress_color_textures() local
411 struct r600_image_view *view; r600_decompress_color_images() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktGlobalPriorityQueueTests.cpp671 Move<VkImageView> view = createView(**image, imageResourceRange); in iterate() local
816 Move<VkImageView> view = createView(**image, imageResourceRange); in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DStateManager11.h535 uintptr_t view; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultiviewDrawTest.cpp170 GLColor GetViewColor(int x, int y, int view) in GetViewColor() argument
[all...]
/third_party/skia/src/gpu/v1/
H A DDevice_drawTexture.cpp727 GrSurfaceProxyView view = special->view(thi in drawSpecial() local
340 draw_texture(skgpu::v1::SurfaceDrawContext* sdc, const GrClip* clip, const SkMatrix& ctm, const SkPaint& paint, GrSamplerState::Filter filter, const SkRect& srcRect, const SkRect& dstRect, const SkPoint dstClip[4], GrAA aa, GrQuadAAFlags aaFlags, SkCanvas::SrcRectConstraint constraint, GrSurfaceProxyView view, const GrColorInfo& srcColorInfo) draw_texture() argument
933 GrSurfaceProxyView view; drawEdgeAAImageSet() local
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DCommandList.cpp408 D3D12_INDEX_BUFFER_VIEW view = {}; in setIndexBuffer() local
/third_party/skia/src/gpu/ops/
H A DShadowRRectOp.cpp676 GrSurfaceProxyView view = threadSafeCache->find(key); in create_falloff_texture() local
[all...]
H A DOpsTask.cpp389 OpsTask(GrDrawingManager* drawingMgr, GrSurfaceProxyView view, GrAuditTrail* auditTrail, sk_sp<GrArenas> arenas) OpsTask() argument
/third_party/skia/src/image/
H A DSkImage_Gpu.cpp144 SkImage_Gpu(sk_sp<GrImageContext> context, uint32_t uniqueID, GrSurfaceProxyView view, SkColorInfo info) SkImage_Gpu() argument
839 GrSurfaceProxyView view = this->makeView(recordingContext); onAsView() local
[all...]
H A DSkImage.cpp332 MakeFragmentProcessorFromView( GrRecordingContext* rContext, GrSurfaceProxyView view, SkAlphaType at, SkSamplingOptions sampling, const SkTileMode tileModes[2], const SkMatrix& m, const SkRect* subset, const SkRect* domain) MakeFragmentProcessorFromView() argument
405 FindOrMakeCachedMipmappedView(GrRecordingContext* rContext, GrSurfaceProxyView view, uint32_t imageUniqueID) FindOrMakeCachedMipmappedView() argument
[all...]
/third_party/skia/src/effects/imagefilters/
H A DSkMorphologyImageFilter.cpp179 Make( std::unique_ptr<GrFragmentProcessor> inputFP, GrSurfaceProxyView view, SkAlphaType srcAlphaType, MorphDirection dir, int radius, MorphType type) Make() argument
187 Make( std::unique_ptr<GrFragmentProcessor> inputFP, GrSurfaceProxyView view, SkAlphaType srcAlphaType, MorphDirection dir, int radius, MorphType type, const float range[2]) Make() argument
308 GrMorphologyEffect(std::unique_ptr<GrFragmentProcessor> inputFP, GrSurfaceProxyView view, SkAlphaType srcAlphaType, MorphDirection direction, int radius, MorphType type, const float range[2]) GrMorphologyEffect() argument
366 apply_morphology_rect(skgpu::SurfaceFillContext* sfc, GrSurfaceProxyView view, SkAlphaType srcAlphaType, const SkIRect& srcRect, const SkIRect& dstRect, int radius, MorphType morphType, const float range[2], MorphDirection direction) apply_morphology_rect() argument
385 apply_morphology_rect_no_bounds(skgpu::SurfaceFillContext* sfc, GrSurfaceProxyView view, SkAlphaType srcAlphaType, const SkIRect& srcRect, const SkIRect& dstRect, int radius, MorphType morphType, MorphDirection direction) apply_morphology_rect_no_bounds() argument
398 apply_morphology_pass(skgpu::SurfaceFillContext* sfc, GrSurfaceProxyView view, SkAlphaType srcAlphaType, const SkIRect& srcRect, const SkIRect& dstRect, int radius, MorphType morphType, MorphDirection direction) apply_morphology_pass() argument
[all...]
/third_party/skia/tests/
H A DProcessorTest.cpp274 auto view = std::get<0>(GrMakeUncachedBitmapProxyView(fContext, bitmap)); in init() local
299 auto view = std::get<0>(GrMakeUncachedBitmapProxyView(fContext, bitmap)); in init() local
328 make(int type, int randomTreeDepth, GrSurfaceProxyView view, SkAlphaType alpha = kPremul_SkAlphaType) make() argument
[all...]
H A DGrThreadSafeCacheTest.cpp186 auto view = AccessCachedView(rContext, this->threadSafeCache(), in addViewAccess() local
662 auto view in FillInViewOnGpu() local
714 GrSurfaceProxyView view; AccessCachedView() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommands.h79 Ref<TextureViewBase> view; member
87 Ref<TextureViewBase> view; member

Completed in 33 milliseconds

1...<<11121314151617181920