Home
last modified time | relevance | path

Searched refs:PointSprite (Results 1 – 25 of 33) sorted by relevance

12

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c197 raster->point_smooth = !multisample && !ctx->Point.PointSprite && in st_update_rasterizer()
202 if (ctx->Point.PointSprite) { in st_update_rasterizer()
Dst_atom_shader.c155 if (st->lower_texcoord_replace && st->ctx->Point.PointSprite && in st_update_fp()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DVertexProcessor.hpp173 struct PointSprite struct in sw::VertexProcessor
300 PointSprite point;
DRenderer.hpp164 VertexProcessor::PointSprite point;
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sf.c127 key.do_point_sprite = ctx->Point.PointSprite; in brw_upload_sf_prog()
Dbrw_vs.c285 if (ctx->Point.PointSprite) { in brw_vs_populate_key()
/third_party/mesa3d/src/mesa/main/
Dpoints.c240 ctx->Point.PointSprite = (ctx->API == API_OPENGL_CORE || in _mesa_init_point()
Dattrib.c177 attr->PointSprite = ctx->Point.PointSprite; in _mesa_PushAttrib()
426 TEST_AND_UPDATE(ctx->Point.PointSprite, enable->PointSprite, in pop_enable_group()
1082 TEST_AND_UPDATE(ctx->Point.PointSprite, attr->Point.PointSprite, in _mesa_PopAttrib()
Dff_fragment_shader.cpp190 if (ctx->Point.PointSprite) { in filter_fp_input_mask()
246 if (ctx->Point.PointSprite) { in filter_fp_input_mask()
Denable.c1093 if (ctx->Point.PointSprite == state) in _mesa_set_enable()
1097 ctx->Point.PointSprite = state; in _mesa_set_enable()
1881 return ctx->Point.PointSprite; in _mesa_IsEnabled()
Dmtypes.h745 GLboolean PointSprite; /**< GL_NV/ARB_point_sprite */ member
5099 GLboolean PointSprite; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DGLES1Renderer.h38 PointSprite = 5, enumerator
DGLES1Renderer.cpp176 mShaderState.mGLES1StateEnabled[GLES1StateEnables::PointSprite] = in prepareForDraw()
735 addShaderDefine(outStream, GLES1StateEnables::PointSprite, "point_sprite_enabled"); in addFragmentShaderDefs()
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/
DConformanceTests.cpp516 TEST_P(GLES1ConformanceTest, PointSprite) in TEST_P() argument
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/
DConformanceTests.cpp497 TEST_P(GLES1ConformanceTest, PointSprite) in TEST_P() argument
/third_party/flutter/skia/third_party/externals/angle2/src/common/
DPackedGLEnums_autogen.cpp1796 return TextureEnvTarget::PointSprite; in FromGLenum()
1808 case TextureEnvTarget::PointSprite: in ToGLenum()
1823 case TextureEnvTarget::PointSprite: in operator <<()
DPackedGLEnums_autogen.h458 PointSprite = 1, enumerator
/third_party/skia/third_party/externals/angle2/src/common/
DPackedGLEnums_autogen.cpp1838 return TextureEnvTarget::PointSprite; in FromGLenum()
1850 case TextureEnvTarget::PointSprite: in ToGLenum()
1865 case TextureEnvTarget::PointSprite: in operator <<()
DPackedGLEnums_autogen.h462 PointSprite = 1, enumerator
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tex.c349 if (ctx->Point.PointSprite) { in r200TexEnv()
Dr200_tcl.c271 if ((prim & PRIM_MODE_MASK) == GL_POINTS && ctx->Point.PointSprite) { in r200TclPrimitive()
Dr200_swtcl.c625 if ((hwprim & 0xf) == R200_VF_PRIM_POINT_SPRITES && ctx->Point.PointSprite) { in r200RasterPrimitive()
/third_party/mesa3d/docs/relnotes/
D9.1.1.rst127 - mesa: Fix setup of ctx->Point.PointSprite for GLES2.
/third_party/mesa3d/src/mesa/swrast/
Ds_points.c542 if (ctx->Point.PointSprite) { in _swrast_choose_point()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dqueryutils.cpp2546 case TextureEnvTarget::PointSprite: in SetTextureEnv()
2635 case TextureEnvTarget::PointSprite: in GetTextureEnv()

12