Home
last modified time | relevance | path

Searched refs:clip_planes (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/engine/flutter/flow/
Dscene_update_context.cc22 std::vector<fuchsia::ui::gfx::Plane3> clip_planes; in SetEntityNodeClipPlanes() local
23 clip_planes.resize(4); in SetEntityNodeClipPlanes()
26 clip_planes[0].dist = top; in SetEntityNodeClipPlanes()
27 clip_planes[0].dir.x = 0.f; in SetEntityNodeClipPlanes()
28 clip_planes[0].dir.y = 1.f; in SetEntityNodeClipPlanes()
29 clip_planes[0].dir.z = 0.f; in SetEntityNodeClipPlanes()
32 clip_planes[1].dist = -bottom; in SetEntityNodeClipPlanes()
33 clip_planes[1].dir.x = 0.f; in SetEntityNodeClipPlanes()
34 clip_planes[1].dir.y = -1.f; in SetEntityNodeClipPlanes()
35 clip_planes[1].dir.z = 0.f; in SetEntityNodeClipPlanes()
[all …]
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_curbe.c206 gl_clip_plane *clip_planes; in brw_upload_constant_buffer() local
253 clip_planes = brw_select_clip_planes(ctx); in brw_upload_constant_buffer()
257 buf[offset + i * 4 + 0].f = clip_planes[j][0]; in brw_upload_constant_buffer()
258 buf[offset + i * 4 + 1].f = clip_planes[j][1]; in brw_upload_constant_buffer()
259 buf[offset + i * 4 + 2].f = clip_planes[j][2]; in brw_upload_constant_buffer()
260 buf[offset + i * 4 + 3].f = clip_planes[j][3]; in brw_upload_constant_buffer()
Dgfx6_constant_state.c54 gl_clip_plane *clip_planes = brw_select_clip_planes(ctx); in brw_param_value() local
57 return ((uint32_t *)clip_planes[idx])[comp]; in brw_param_value()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_constants.c179 unsigned clip_planes = variant->key.clip_plane_enable; in svga_get_clip_plane_constants() local
180 while (clip_planes) { in svga_get_clip_plane_constants()
181 int i = u_bit_scan(&clip_planes); in svga_get_clip_plane_constants()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DGLES1Shaders.inc360 uniform vec4 clip_planes[kMaxClipPlanes];
535 … float dist = dot(clip_planes[i].xyz, pos_varying.xyz) + clip_planes[i].w * pos_varying.w;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DGLES1Shaders.inc359 uniform vec4 clip_planes[kMaxClipPlanes];
539 … float dist = dot(clip_planes[i].xyz, pos_varying.xyz) + clip_planes[i].w * pos_varying.w;
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.h575 struct pipe_clip_state clip_planes; member
Dcrocus_state.c996 struct pipe_clip_state *cp = &ice->state.clip_planes; in gen4_upload_curbe()
3231 memcpy(&ice->state.clip_planes, state, sizeof(*state)); in crocus_set_clip_state()
3563 value = fui(ice->state.clip_planes.ucp[plane][comp]); in upload_sysvals()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.h717 struct pipe_clip_state clip_planes; member
Diris_state.c2949 memcpy(&ice->state.clip_planes, state, sizeof(*state)); in iris_set_clip_state()
3316 value = fui(ice->state.clip_planes.ucp[plane][comp]); in upload_sysvals()