Home
last modified time | relevance | path

Searched refs:ViewportArray (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dviewport.c72 if (ctx->ViewportArray[idx].X == x && in set_viewport_no_notify()
73 ctx->ViewportArray[idx].Width == width && in set_viewport_no_notify()
74 ctx->ViewportArray[idx].Y == y && in set_viewport_no_notify()
75 ctx->ViewportArray[idx].Height == height) in set_viewport_no_notify()
81 ctx->ViewportArray[idx].X = x; in set_viewport_no_notify()
82 ctx->ViewportArray[idx].Width = width; in set_viewport_no_notify()
83 ctx->ViewportArray[idx].Y = y; in set_viewport_no_notify()
84 ctx->ViewportArray[idx].Height = height; in set_viewport_no_notify()
294 if (ctx->ViewportArray[idx].Near == nearval && in set_depth_range_no_notify()
295 ctx->ViewportArray[idx].Far == farval) in set_depth_range_no_notify()
[all …]
Drastpos.c459 ctx->ViewportArray[0].Near, in _mesa_RasterPos()
460 ctx->ViewportArray[0].Far); in _mesa_RasterPos()
465 ctx->ViewportArray[0].Near); in _mesa_RasterPos()
470 ctx->ViewportArray[0].Far); in _mesa_RasterPos()
719 * (ctx->ViewportArray[0].Far - ctx->ViewportArray[0].Near) in window_pos3f()
720 + ctx->ViewportArray[0].Near; in window_pos3f()
Dget.c882 v->value_float_4[0] = ctx->ViewportArray[0].X; in find_custom_value()
883 v->value_float_4[1] = ctx->ViewportArray[0].Y; in find_custom_value()
884 v->value_float_4[2] = ctx->ViewportArray[0].Width; in find_custom_value()
885 v->value_float_4[3] = ctx->ViewportArray[0].Height; in find_custom_value()
889 v->value_double_2[0] = ctx->ViewportArray[0].Near; in find_custom_value()
890 v->value_double_2[1] = ctx->ViewportArray[0].Far; in find_custom_value()
1360 v->value_enum = ctx->ViewportArray[0].SwizzleX; in find_custom_value()
1363 v->value_enum = ctx->ViewportArray[0].SwizzleY; in find_custom_value()
1366 v->value_enum = ctx->ViewportArray[0].SwizzleZ; in find_custom_value()
1369 v->value_enum = ctx->ViewportArray[0].SwizzleW; in find_custom_value()
[all …]
Dattrib.c302 memcpy(&head->Viewport.ViewportArray, &ctx->ViewportArray, in _mesa_PushAttrib()
1087 const struct gl_viewport_attrib *vp = &attr->Viewport.ViewportArray[i]; in _mesa_PopAttrib()
1089 if (memcmp(&ctx->ViewportArray[i].X, &vp->X, sizeof(float) * 6)) { in _mesa_PopAttrib()
1093 memcpy(&ctx->ViewportArray[i].X, &vp->X, sizeof(float) * 6); in _mesa_PopAttrib()
Dcontext.c1300 dst->ViewportArray[i] = src->ViewportArray[i]; in _mesa_copy_context()
Dmtypes.h3239 struct gl_viewport_attrib ViewportArray[MAX_VIEWPORTS]; member
3409 struct gl_viewport_attrib ViewportArray[MAX_VIEWPORTS]; /**< Viewport attributes */ member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_viewport.c70 … st->state.viewport[i].swizzle_x = viewport_swizzle_from_glenum(ctx->ViewportArray[i].SwizzleX); in st_update_viewport()
71 … st->state.viewport[i].swizzle_y = viewport_swizzle_from_glenum(ctx->ViewportArray[i].SwizzleY); in st_update_viewport()
72 … st->state.viewport[i].swizzle_z = viewport_swizzle_from_glenum(ctx->ViewportArray[i].SwizzleZ); in st_update_viewport()
73 … st->state.viewport[i].swizzle_w = viewport_swizzle_from_glenum(ctx->ViewportArray[i].SwizzleW); in st_update_viewport()
Dst_draw_hw_select.c669 float n = ctx->ViewportArray[0].Near; in st_draw_hw_select_prepare_common()
670 float f = ctx->ViewportArray[0].Far; in st_draw_hw_select_prepare_common()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcViewportArrayTests.cpp49 namespace ViewportArray namespace
4801 addChild(new ViewportArray::APIErrors(m_context, m_extParams)); in init()
4802 addChild(new ViewportArray::Queries(m_context, m_extParams)); in init()
4803 addChild(new ViewportArray::ViewportAPI(m_context, m_extParams)); in init()
4804 addChild(new ViewportArray::ScissorAPI(m_context, m_extParams)); in init()
4805 addChild(new ViewportArray::DepthRangeAPI(m_context, m_extParams)); in init()
4806 addChild(new ViewportArray::ScissorTestStateAPI(m_context, m_extParams)); in init()
4807 addChild(new ViewportArray::DrawToSingleLayerWithMultipleViewports(m_context, m_extParams)); in init()
4808 addChild(new ViewportArray::DynamicViewportIndex(m_context, m_extParams)); in init()
4809 addChild(new ViewportArray::DrawMulitpleViewportsWithSingleInvocation(m_context, m_extParams)); in init()
[all …]
DglcSeparableProgramsTransformFeedbackTests.cpp37 using namespace glcts::ViewportArray;
DglcViewportArrayTests.hpp43 namespace ViewportArray namespace
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c465 value[0] = ctx->ViewportArray[0].Near; /* near */ in fetch_state()
466 value[1] = ctx->ViewportArray[0].Far; /* far */ in fetch_state()
467 value[2] = ctx->ViewportArray[0].Far - ctx->ViewportArray[0].Near; /* far - near */ in fetch_state()
/third_party/openGLES/extensions/NVX/
DNVX_gpu_multicast2.txt243 3 05/23/18 rbiermann updated draft with new ViewportArray and AsyncCopy functions