Home
last modified time | relevance | path

Searched defs:views (Results 1 - 25 of 96) sorted by relevance

1234

/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dpipeline_state_object_gles.h44 uint32_t views; member
H A Dpipeline_state_object_gles.cpp174 uint32_t views = 0U; in GraphicsPipelineStateObjectGLES() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv40_verttex.c74 nv40_verttex_set_sampler_views(struct pipe_context *pipe, unsigned nr, bool take_ownership, struct pipe_sampler_view **views) nv40_verttex_set_sampler_views() argument
H A Dnv30_fragtex.c175 nv30_fragtex_set_sampler_views(struct pipe_context *pipe, unsigned nr, bool take_ownership, struct pipe_sampler_view **views) nv30_fragtex_set_sampler_views() argument
205 nv30_set_sampler_views(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start, unsigned nr, unsigned unbind_num_trailing_slots, bool take_ownership, struct pipe_sampler_view **views) nv30_set_sampler_views() argument
/third_party/skia/src/gpu/
H A DGrYUVATextureProxies.cpp69 GrYUVATextureProxies(const SkYUVAInfo& yuvaInfo, GrSurfaceProxyView views[SkYUVAInfo::kMaxPlanes], GrColorType colorTypes[SkYUVAInfo::kMaxPlanes]) GrYUVATextureProxies() argument
[all...]
H A DGrProcessorUnitTest.cpp21 GrProcessorTestData(SkRandom* random, GrRecordingContext* context, int maxTreeDepth, int numViews, const ViewInfo views[]) GrProcessorTestData() argument
26 GrProcessorTestData(SkRandom* random, GrRecordingContext* context, int maxTreeDepth, int numViews, const ViewInfo views[], std::unique_ptr<GrFragmentProcessor> inputFP) GrProcessorTestData() argument
/third_party/rust/crates/codespan/codespan-reporting/src/
H A Dterm.rs11 mod views; modules
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_dec_common.c86 struct pipe_sampler_view **views; in vid_dec_FillOutput() local
H A Dvid_enc_common.c216 struct pipe_sampler_view **views; in enc_ScaleInput_common() local
406 struct pipe_sampler_view **views; in enc_LoadImage_common() local
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_command_buffer.h55 struct vk_attachment_view_state views[MESA_VK_MAX_MULTIVIEW_VIEW_COUNT]; member
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_texture.c70 set_sampler_views(struct fd_texture_stateobj *tex, unsigned start, unsigned nr, unsigned unbind_num_trailing_slots, bool take_ownership, struct pipe_sampler_view **views) set_sampler_views() argument
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_meta_blit.c37 struct pan_image_view views[2] = { in panvk_meta_blit() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.h51 struct rbug_sampler_view *views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS]; member
/third_party/rust/crates/io-lifetimes/src/
H A Dlib.rs165 pub mod views; modules
/third_party/skia/src/gpu/effects/
H A DGrDistanceFieldGeoProc.h65 Make(SkArenaAlloc* arena, const GrShaderCaps& caps, const GrSurfaceProxyView* views, int numActiveViews, GrSamplerState params, float lum, uint32_t flags, const SkMatrix& localMatrixIfUsesLocalCoords) Make() argument
79 Make(SkArenaAlloc* arena, const GrShaderCaps& caps, const GrSurfaceProxyView* views, int numActiveViews, GrSamplerState params, uint32_t flags, const SkMatrix& localMatrixIfUsesLocalCoords) Make() argument
[all...]
H A DGrBitmapTextGeoProc.h32 Make(SkArenaAlloc* arena, const GrShaderCaps& caps, const SkPMColor4f& color, bool wideColor, const GrSurfaceProxyView* views, int numActiveViews, GrSamplerState p, GrMaskFormat format, const SkMatrix& localMatrix, bool usesW) Make() argument
H A DGrBitmapTextGeoProc.cpp157 void GrBitmapTextGeoProc::addNewViews(const GrSurfaceProxyView* views, in addNewViews() argument
113 GrBitmapTextGeoProc(const GrShaderCaps& caps, const SkPMColor4f& color, bool wideColor, const GrSurfaceProxyView* views, int numActiveViews, GrSamplerState params, GrMaskFormat format, const SkMatrix& localMatrix, bool usesW) GrBitmapTextGeoProc() argument
/third_party/skia/gm/
H A Dyuvtorgbsubset.cpp92 GrSurfaceProxyView views[SkYUVAInfo::kMaxPlanes]; variable
/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/
H A Dmdns_common.cpp74 auto views = Split(type, MDNS_DOMAIN_SPLITER); in IsTypeValid() local
86 auto views = Split(instance, MDNS_DOMAIN_SPLITER); in IsInstanceValid() local
100 auto views = Split(instance, MDNS_DOMAIN_SPLITER); ExtractNameAndType() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_texture.h96 struct st_sampler_view views[0]; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.c234 fd4_set_sampler_views(struct pipe_context *pctx, enum pipe_shader_type shader, unsigned start, unsigned nr, unsigned unbind_num_trailing_slots, bool take_ownership, struct pipe_sampler_view **views) fd4_set_sampler_views() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DBindGroupD3D12.cpp180 const std::array<Ref<TextureViewBase>, kMaxPlanesPerFormat>& views = in BindGroup() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_dcc_retile.c216 struct radv_buffer_view views[2]; in radv_retile_dcc() local
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_context.h56 struct pipe_sampler_view *views[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_sampler.c413 svga_set_sampler_views(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start, unsigned num, unsigned unbind_num_trailing_slots, bool take_ownership, struct pipe_sampler_view **views) svga_set_sampler_views() argument
[all...]

Completed in 10 milliseconds

1234