Searched refs:clip_planes (Results 1 – 10 of 10) sorted by relevance
22 std::vector<fuchsia::ui::gfx::Plane3> clip_planes; in SetEntityNodeClipPlanes() local23 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 …]
206 gl_clip_plane *clip_planes; in brw_upload_constant_buffer() local253 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()
54 gl_clip_plane *clip_planes = brw_select_clip_planes(ctx); in brw_param_value() local57 return ((uint32_t *)clip_planes[idx])[comp]; in brw_param_value()
179 unsigned clip_planes = variant->key.clip_plane_enable; in svga_get_clip_plane_constants() local180 while (clip_planes) { in svga_get_clip_plane_constants()181 int i = u_bit_scan(&clip_planes); in svga_get_clip_plane_constants()
360 uniform vec4 clip_planes[kMaxClipPlanes];535 … float dist = dot(clip_planes[i].xyz, pos_varying.xyz) + clip_planes[i].w * pos_varying.w;
359 uniform vec4 clip_planes[kMaxClipPlanes];539 … float dist = dot(clip_planes[i].xyz, pos_varying.xyz) + clip_planes[i].w * pos_varying.w;
575 struct pipe_clip_state clip_planes; member
996 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()
717 struct pipe_clip_state clip_planes; member
2949 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()