Home
last modified time | relevance | path

Searched refs:plane (Results 176 - 200 of 462) sorted by relevance

12345678910>>...19

/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Ddrm_device.cpp100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop) in GetPlaneProperty() argument
102 return GetProperty(plane.GetId(), DRM_MODE_OBJECT_PLANE, name, prop); in GetPlaneProperty()
238 DISPLAY_CHK_RETURN_NOT_VALUE((planeRes == nullptr), DISPLAY_LOGE("can not get plane resource")); in FindAllPlane()
243 DISPLAY_LOGE("can not get plane %{public}d", i); in FindAllPlane()
252 DISPLAY_LOGE("drm plane %{public}d init failed", i); in FindAllPlane()
257 DISPLAY_LOGD("find plane count %{public}zd", mPlanes.size()); in FindAllPlane()
278 for (const auto &plane : mPlanes) { in GetDrmPlane()
279 if (plane->IsIdle() && ((1 << pipe) & plane->GetPossibleCrtcs()) && (type == plane in GetDrmPlane()
[all...]
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Ddrm_device.cpp100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop) in GetPlaneProperty() argument
102 return GetProperty(plane.GetId(), DRM_MODE_OBJECT_PLANE, name, prop); in GetPlaneProperty()
238 DISPLAY_CHK_RETURN_NOT_VALUE((planeRes == nullptr), DISPLAY_LOGE("can not get plane resource")); in FindAllPlane()
243 DISPLAY_LOGE("can not get plane %{public}d", i); in FindAllPlane()
252 DISPLAY_LOGE("drm plane %{public}d init failed", i); in FindAllPlane()
257 DISPLAY_LOGD("find plane count %{public}zd", mPlanes.size()); in FindAllPlane()
278 for (const auto &plane : mPlanes) { in GetDrmPlane()
279 if (plane->IsIdle() && ((1 << pipe) & plane->GetPossibleCrtcs()) && (type == plane in GetDrmPlane()
[all...]
/third_party/skia/src/core/
H A DSkYUVAInfo.cpp194 struct PlaneAndIndex {int plane, chanIdx;}; in GetYUVALocations() member
264 auto [plane, chanIdx] = planesAndIndices[i]; in GetYUVALocations()
266 if (plane >= 0) { in GetYUVALocations()
267 if (!channel_index_to_channel(planeChannelFlags[plane], chanIdx, &channel)) { in GetYUVALocations()
270 yuvaLocations[i] = {plane, channel}; in GetYUVALocations()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c233 struct drm_plane *plane; member
333 * @splice_win: splice win which used to splice for a plane
363 * @plane_id: unique plane id.
507 * @hdr_in: Indicate we have a hdr plane input.
518 * @sdr2hdr_en: All the ui plane need to do sdr2hdr for a hdr_out enabled vp.
629 * @plane_mask: show the plane attach to this vp,
635 * @plane_mask_prop: plane mask interaction with userspace
644 * @primary_plane_phy_id: vp primary plane phy id, the primary plane
672 /* Number of win that registered as plane,
1877 rockchip_afbc(struct drm_plane *plane, u64 modifier) rockchip_afbc() argument
1892 rockchip_vop2_mod_supported(struct drm_plane *plane, u32 format, u64 modifier) rockchip_vop2_mod_supported() argument
3448 struct drm_plane *plane = pstate->plane; vop2_cluster_two_win_mode_check() local
3525 vop2_plane_splice_check(struct drm_plane *plane, struct drm_plane_state *pstate, struct drm_display_mode *mode) vop2_plane_splice_check() argument
3555 vop2_plane_atomic_check(struct drm_plane *plane, struct drm_plane_state *state) vop2_plane_atomic_check() argument
3753 vop2_plane_atomic_disable(struct drm_plane *plane, struct drm_plane_state *old_state) vop2_plane_atomic_disable() argument
3784 vop2_plane_setup_color_key(struct drm_plane *plane) vop2_plane_setup_color_key() argument
4117 vop2_plane_atomic_update(struct drm_plane *plane, struct drm_plane_state *old_state) vop2_plane_atomic_update() argument
4262 rockchip_atomic_helper_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h, struct drm_modeset_acquire_ctx *ctx) rockchip_atomic_helper_update_plane() argument
4324 rockchip_atomic_helper_disable_plane(struct drm_plane *plane, struct drm_modeset_acquire_ctx *ctx) rockchip_atomic_helper_disable_plane() argument
4358 vop2_plane_destroy(struct drm_plane *plane) vop2_plane_destroy() argument
4363 vop2_atomic_plane_reset(struct drm_plane *plane) vop2_atomic_plane_reset() argument
4379 vop2_atomic_plane_duplicate_state(struct drm_plane *plane) vop2_atomic_plane_duplicate_state() argument
4400 vop2_atomic_plane_destroy_state(struct drm_plane *plane, struct drm_plane_state *state) vop2_atomic_plane_destroy_state() argument
4410 vop2_atomic_plane_set_property(struct drm_plane *plane, struct drm_plane_state *state, struct drm_property *property, uint64_t val) vop2_atomic_plane_set_property() argument
4445 vop2_atomic_plane_get_property(struct drm_plane *plane, const struct drm_plane_state *state, struct drm_property *property, uint64_t *val) vop2_atomic_plane_get_property() argument
4644 vop2_plane_info_dump(struct seq_file *s, struct drm_plane *plane) vop2_plane_info_dump() argument
4719 struct drm_plane *plane; vop2_crtc_debugfs_dump() local
5001 struct drm_plane *plane; vop2_crtc_bandwidth() local
6309 struct drm_plane *plane = &win->base; vop2_setup_hdr10() local
6529 struct drm_plane *plane; vop2_setup_cluster_alpha() local
6946 struct drm_plane *plane; vop2_setup_dly_for_window() local
7030 struct drm_plane *plane; vop2_crtc_atomic_begin() local
7362 struct drm_plane *plane; vop2_crtc_atomic_flush() local
8254 struct drm_plane *plane; vop2_create_crtc() local
8866 struct drm_plane *plane, *tmpp; vop2_unbind() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvc1dec.c181 int i, plane, row, sprite; in vc1_draw_sprites() local
199 for (plane = 0; plane < (CONFIG_GRAY && s->avctx->flags & AV_CODEC_FLAG_GRAY ? 1 : 3); plane++) { in vc1_draw_sprites()
200 int width = v->output_width>>!!plane; in vc1_draw_sprites()
202 for (row = 0; row < v->output_height>>!!plane; row++) { in vc1_draw_sprites()
203 uint8_t *dst = v->sprite_output_frame->data[plane] + in vc1_draw_sprites()
204 v->sprite_output_frame->linesize[plane] * row; in vc1_draw_sprites()
207 uint8_t *iplane = s->current_picture.f->data[plane]; in vc1_draw_sprites()
208 int iline = s->current_picture.f->linesize[plane]; in vc1_draw_sprites()
313 int plane, i; vc1_sprite_flush() local
[all...]
H A Dvble.c86 GetBitContext *gb, int plane, in vble_restore_plane()
89 uint8_t *dst = pic->data[plane]; in vble_restore_plane()
91 int stride = pic->linesize[plane]; in vble_restore_plane()
85 vble_restore_plane(VBLEContext *ctx, AVFrame *pic, GetBitContext *gb, int plane, int offset, int width, int height) vble_restore_plane() argument
H A Dhq_hqa.c52 int plane, int x, int y, int ilace, in put_blocks()
55 uint8_t *p = pic->data[plane] + x; in put_blocks()
57 c->hqhqadsp.idct_put(p + y * pic->linesize[plane], in put_blocks()
58 pic->linesize[plane] << ilace, block0); in put_blocks()
59 c->hqhqadsp.idct_put(p + (y + (ilace ? 1 : 8)) * pic->linesize[plane], in put_blocks()
60 pic->linesize[plane] << ilace, block1); in put_blocks()
51 put_blocks(HQContext *c, AVFrame *pic, int plane, int x, int y, int ilace, int16_t *block0, int16_t *block1) put_blocks() argument
H A Dcinepakenc.c703 int x, y, i, j, k, x2, y2, x3, y3, plane, shift, mbn; in quantize() local
727 plane = y2 < 4 ? 0 : 1 + (x2 >> 1); in quantize()
731 base[j] = (data[plane][((x + x3) >> shift) + ((y + y3) >> shift) * linesize[plane]] + in quantize()
732 data[plane][((x + x3) >> shift) + 1 + ((y + y3) >> shift) * linesize[plane]] + in quantize()
733 data[plane][((x + x3) >> shift) + (((y + y3) >> shift) + 1) * linesize[plane]] + in quantize()
734 data[plane][((x + x3) >> shift) + 1 + (((y + y3) >> shift) + 1) * linesize[plane]]) >> in quantize()
[all...]
H A Dvc2enc.c119 Plane *plane; member
129 Plane plane[3]; member
578 SubBand *b = &s->plane[p].band[level][orientation]; in count_hq_slice()
754 &s->plane[p].band[level][orientation], in encode_hq_slice()
846 const Plane *p = transform_dat->plane; in dwt_plane()
908 s->transform_args[i].plane = &s->plane[i]; in encode_frame()
1015 av_freep(&s->plane[i].coef_buf); in vc2_encode_end()
1129 p = &s->plane[i]; in vc2_encode_init()
1155 s->plane[ in vc2_encode_init()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c71 float (*plane)[4]; member
307 * this function extracts the clip distance for the current plane,
315 const float *plane; in getclipdist() local
319 plane = clipper->plane[plane_idx]; in getclipdist()
320 dp = dot4(vert->clip_pos, plane); in getclipdist()
332 plane = clipper->plane[plane_idx]; in getclipdist()
334 dp = dot4(vert->data[clipper->cv_attr], plane); in getclipdist()
337 dp = dot4(vert->clip_pos, plane); in getclipdist()
[all...]
H A Ddraw_cliptest_tmp.h36 /* const */ float (*plane)[4] = pvs->draw->plane; in do_cliptest()
66 * that means we're expected to do 'user plane clipping' */ in do_cliptest()
143 * to decide when the plane is clipping. in do_cliptest()
156 if (!(dot4(clipvertex, plane[plane_idx]) >= 0)) in do_cliptest()
/third_party/ffmpeg/libswscale/
H A Dgamma.c38 uint8_t ** src = desc->src->plane[0].line; in gamma_convert()
39 int src_pos = sliceY+i - desc->src->plane[0].sliceY; in gamma_convert()
H A Dswscale_internal.h108 * @param dest pointer to the output plane. For >8-bit
125 * @param dest pointer to output plane. For >8-bit
146 * @param dest pointer to the output plane. For >8-bit
172 * @param dest pointer to the output plane. For 16-bit output, this is
205 * @param dest pointer to the output plane. For 16-bit output, this is
243 * @param dest pointer to the output plane. For 16-bit output, this is
562 /// Unscaled conversion of luma plane to YV12 for horizontal scaler.
565 /// Unscaled conversion of alpha plane to YV12 for horizontal scaler.
651 /// Color range conversion function for luma plane if needed.
738 * where the second and third components (U & V) are on the same plane
1002 fillPlane16(uint8_t *plane, int stride, int width, int height, int y, int alpha, int bits, const int big_endian) fillPlane16() argument
1023 fillPlane32(uint8_t *plane, int stride, int width, int height, int y, int alpha, int bits, const int big_endian, int is_float) fillPlane32() argument
1076 SwsPlane plane[MAX_SLICE_PLANES]; ///< color planes global() member
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_linearization_info.h92 /// Single white level (maximum sensor value) for each sample plane.
115 /// Compute the maximum black level for a given sample plane taking into account base
118 real64 MaxBlackLevel (uint32 plane) const;
129 /// Compute black level for one coordinate and sample plane in the image.
132 /// \param plane Sample plane to compute black level for.
136 uint32 plane) const;
/third_party/ffmpeg/libavfilter/
H A Dvf_convolution.c40 { "0m", "set matrix for 1st plane", OFFSET(matrix_str[0]), AV_OPT_TYPE_STRING, {.str="0 0 0 0 1 0 0 0 0"}, 0, 0, FLAGS },
41 { "1m", "set matrix for 2nd plane", OFFSET(matrix_str[1]), AV_OPT_TYPE_STRING, {.str="0 0 0 0 1 0 0 0 0"}, 0, 0, FLAGS },
42 { "2m", "set matrix for 3rd plane", OFFSET(matrix_str[2]), AV_OPT_TYPE_STRING, {.str="0 0 0 0 1 0 0 0 0"}, 0, 0, FLAGS },
43 { "3m", "set matrix for 4th plane", OFFSET(matrix_str[3]), AV_OPT_TYPE_STRING, {.str="0 0 0 0 1 0 0 0 0"}, 0, 0, FLAGS },
44 { "0rdiv", "set rdiv for 1st plane", OFFSET(rdiv[0]), AV_OPT_TYPE_FLOAT, {.dbl=0.0}, 0.0, INT_MAX, FLAGS},
45 { "1rdiv", "set rdiv for 2nd plane", OFFSET(rdiv[1]), AV_OPT_TYPE_FLOAT, {.dbl=0.0}, 0.0, INT_MAX, FLAGS},
46 { "2rdiv", "set rdiv for 3rd plane", OFFSET(rdiv[2]), AV_OPT_TYPE_FLOAT, {.dbl=0.0}, 0.0, INT_MAX, FLAGS},
47 { "3rdiv", "set rdiv for 4th plane", OFFSET(rdiv[3]), AV_OPT_TYPE_FLOAT, {.dbl=0.0}, 0.0, INT_MAX, FLAGS},
48 { "0bias", "set bias for 1st plane", OFFSET(bias[0]), AV_OPT_TYPE_FLOAT, {.dbl=0.0}, 0.0, INT_MAX, FLAGS},
49 { "1bias", "set bias for 2nd plane", OFFSE
637 int plane; filter_slice() local
[all...]
H A Dvf_estdif.c42 int linesize[4]; ///< bytes of pixel data per line for each plane
43 int planewidth[4]; ///< width of each plane
44 int planeheight[4]; ///< height of each plane
353 for (int plane = 0; plane < s->nb_planes; plane++) { in deinterlace_slice()
354 const uint8_t *src_data = in->data[plane]; in deinterlace_slice()
355 uint8_t *dst_data = out->data[plane]; in deinterlace_slice()
356 const int linesize = s->linesize[plane]; in deinterlace_slice()
357 const int width = s->planewidth[plane]; in deinterlace_slice()
[all...]
H A Dvf_zscale.c648 int ret = 0, plane, planes; in realign_frame() local
652 for (plane = 0; plane < planes; plane++) { in realign_frame()
653 int p = desc->comp[plane].plane; in realign_frame()
731 p = td->desc->comp[i].plane; in filter_slice()
733 src_buf.plane[i].data = td->in->data[p]; in filter_slice()
734 src_buf.plane[i].stride = td->in->linesize[p]; in filter_slice()
735 src_buf.plane[ in filter_slice()
[all...]
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_dx9_media_sharing.h94 cl_uint plane,
179 UINT plane,
187 UINT plane,
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c217 struct drm_plane *plane; member
317 * @splice_win: splice win which used to splice for a plane
347 * @plane_id: unique plane id.
488 * @hdr_in: Indicate we have a hdr plane input.
499 * @sdr2hdr_en: All the ui plane need to do sdr2hdr for a hdr_out enabled vp.
605 * @plane_mask: show the plane attach to this vp,
611 * @plane_mask_prop: plane mask interaction with userspace
620 * @primary_plane_phy_id: vp primary plane phy id, the primary plane
648 /* Number of win that registered as plane,
1872 rockchip_afbc(struct drm_plane *plane, u64 modifier) rockchip_afbc() argument
1889 rockchip_vop2_mod_supported(struct drm_plane *plane, u32 format, u64 modifier) rockchip_vop2_mod_supported() argument
3447 struct drm_plane *plane = pstate->plane; vop2_cluster_two_win_mode_check() local
3518 vop2_plane_splice_check(struct drm_plane *plane, struct drm_plane_state *pstate, struct drm_display_mode *mode) vop2_plane_splice_check() argument
3548 vop2_plane_atomic_check(struct drm_plane *plane, struct drm_plane_state *state) vop2_plane_atomic_check() argument
3744 vop2_plane_atomic_disable(struct drm_plane *plane, struct drm_plane_state *old_state) vop2_plane_atomic_disable() argument
3777 vop2_plane_setup_color_key(struct drm_plane *plane) vop2_plane_setup_color_key() argument
4119 vop2_plane_atomic_update(struct drm_plane *plane, struct drm_plane_state *old_state) vop2_plane_atomic_update() argument
4263 rockchip_atomic_helper_update_plane(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, unsigned int crtc_w, unsigned int crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h, struct drm_modeset_acquire_ctx *ctx) rockchip_atomic_helper_update_plane() argument
4324 rockchip_atomic_helper_disable_plane(struct drm_plane *plane, struct drm_modeset_acquire_ctx *ctx) rockchip_atomic_helper_disable_plane() argument
4360 vop2_plane_destroy(struct drm_plane *plane) vop2_plane_destroy() argument
4365 vop2_atomic_plane_reset(struct drm_plane *plane) vop2_atomic_plane_reset() argument
4383 vop2_atomic_plane_duplicate_state(struct drm_plane *plane) vop2_atomic_plane_duplicate_state() argument
4406 vop2_atomic_plane_destroy_state(struct drm_plane *plane, struct drm_plane_state *state) vop2_atomic_plane_destroy_state() argument
4415 vop2_atomic_plane_set_property(struct drm_plane *plane, struct drm_plane_state *state, struct drm_property *property, uint64_t val) vop2_atomic_plane_set_property() argument
4447 vop2_atomic_plane_get_property(struct drm_plane *plane, const struct drm_plane_state *state, struct drm_property *property, uint64_t *val) vop2_atomic_plane_get_property() argument
4642 vop2_plane_info_dump(struct seq_file *s, struct drm_plane *plane) vop2_plane_info_dump() argument
4712 struct drm_plane *plane; vop2_crtc_debugfs_dump() local
4992 struct drm_plane *plane; vop2_crtc_bandwidth() local
6256 struct drm_plane *plane = &win->base; vop2_setup_hdr10() local
6487 struct drm_plane *plane; vop2_setup_cluster_alpha() local
6893 struct drm_plane *plane; vop2_setup_dly_for_window() local
6926 struct drm_plane *plane; vop2_crtc_atomic_begin() local
7245 struct drm_plane *plane; vop2_crtc_atomic_flush() local
8141 struct drm_plane *plane; vop2_create_crtc() local
8751 struct drm_plane *plane, *tmpp; vop2_unbind() local
[all...]
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderer.cpp157 * Calculate the intersection of line segment v0-v1 and a given plane. Line
165 const ClipFloat plane) in getSegmentVolumeEdgeClip()
169 return (plane*w0 - v0) / ((v1 - v0) - plane*(w1 - w0) + std::numeric_limits<ClipFloat>::epsilon()); in getSegmentVolumeEdgeClip()
250 // even if the another point is not on the plane. Prevent clipping ratio from saturating by using points on line in getLineIntersectionPoint()
251 // that are (nearly) on this and (nearly) on the opposite plane. in getLineIntersectionPoint()
257 // Find intersection point of line from v0 to v1 and the current plane. Avoid ratios near 1.0 in getLineIntersectionPoint()
278 void clipTriangleOneVertex (std::vector<TriangleVertex>& clippedEdges, const ClipVolumePlane& plane, const TriangleVertex& clipped, const TriangleVertex& v1, const TriangleVertex& v2) in clipTriangleOneVertex() argument
292 const ClipFloat hitDist = plane.clipLineSegmentEnd(inside.position, outside.position); in clipTriangleOneVertex()
304 middle.position = plane in clipTriangleOneVertex()
161 getSegmentVolumeEdgeClip(const ClipFloat v0, const ClipFloat w0, const ClipFloat v1, const ClipFloat w1, const ClipFloat plane) getSegmentVolumeEdgeClip() argument
352 clipTriangleTwoVertices(std::vector<TriangleVertex>& clippedEdges, const ClipVolumePlane& plane, const TriangleVertex& v0, const TriangleVertex& clipped1, const TriangleVertex& clipped2) clipTriangleTwoVertices() argument
440 clipTriangleToPlane(std::vector<TriangleVertex>& clippedEdges, const TriangleVertex* vertices, const ClipVolumePlane& plane) clipTriangleToPlane() argument
555 const ClipVolumePlane* plane = planes[planeNdx]; clipPrimitives() local
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_image.c382 uint32_t plane = 0; in vn_GetImageMemoryRequirements2() local
389 plane = 1; in vn_GetImageMemoryRequirements2()
392 plane = 2; in vn_GetImageMemoryRequirements2()
395 plane = 0; in vn_GetImageMemoryRequirements2()
404 img->requirements[plane].memory.memoryRequirements; in vn_GetImageMemoryRequirements2()
408 img->requirements[plane].dedicated.prefersDedicatedAllocation; in vn_GetImageMemoryRequirements2()
410 img->requirements[plane].dedicated.requiresDedicatedAllocation; in vn_GetImageMemoryRequirements2()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_image.c39 panvk_image_get_plane_size(const struct panvk_image *image, unsigned plane) in panvk_image_get_plane_size() argument
41 assert(!plane); in panvk_image_get_plane_size()
240 unsigned plane = panvk_plane_index(image->vk.format, pSubresource->aspectMask); in panvk_GetImageSubresourceLayout() local
241 assert(plane < PANVK_MAX_PLANES); in panvk_GetImageSubresourceLayout()
/third_party/mesa3d/src/gbm/main/
H A Dgbm.h183 * 2 plane YCbCr
184 * index 0 = Y plane, [7:0] Y
185 * index 1 = Cr:Cb plane, [15:0] Cr:Cb little endian
187 * index 1 = Cb:Cr plane, [15:0] Cb:Cr little endian
189 #define GBM_FORMAT_NV12 __gbm_fourcc_code('N', 'V', '1', '2') /* 2x2 subsampled Cr:Cb plane */
190 #define GBM_FORMAT_NV21 __gbm_fourcc_code('N', 'V', '2', '1') /* 2x2 subsampled Cb:Cr plane */
191 #define GBM_FORMAT_NV16 __gbm_fourcc_code('N', 'V', '1', '6') /* 2x1 subsampled Cr:Cb plane */
192 #define GBM_FORMAT_NV61 __gbm_fourcc_code('N', 'V', '6', '1') /* 2x1 subsampled Cb:Cr plane */
195 * 3 plane YCbCr
196 * index 0: Y plane, [
[all...]
H A Dgbm_abi_check.c85 union gbm_bo_handle (*bo_get_handle)(struct gbm_bo *bo, int plane);
86 int (*bo_get_plane_fd)(struct gbm_bo *bo, int plane);
87 uint32_t (*bo_get_stride)(struct gbm_bo *bo, int plane);
88 uint32_t (*bo_get_offset)(struct gbm_bo *bo, int plane);
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.cpp285 // reflection plane helpers
319 SceneUtil::ReflectionPlane plane; in CreateReflectionPlaneObjectFromEntity() local
327 return plane; in CreateReflectionPlaneObjectFromEntity()
332 plane.entity = nodeEntity; in CreateReflectionPlaneObjectFromEntity()
333 plane.colorTarget = CreateReflectionPlaneGpuImage(gpuResourceMgr, *gpuHandleCM, *nameCM, in CreateReflectionPlaneObjectFromEntity()
340 plane.depthTarget = CreateReflectionPlaneGpuImage(gpuResourceMgr, *gpuHandleCM, *nameCM, in CreateReflectionPlaneObjectFromEntity()
368 plane.colorTarget; in CreateReflectionPlaneObjectFromEntity()
375 return plane; in CreateReflectionPlaneObjectFromEntity()
381 SceneUtil::ReflectionPlane plane = CreateReflectionPlaneObjectFromEntity(ecs, graphicsContext_, nodeEntity); in CreateReflectionPlaneComponent() local
382 if (EntityUtil::IsValid(plane in CreateReflectionPlaneComponent()
[all...]

Completed in 35 milliseconds

12345678910>>...19