Home
last modified time | relevance | path

Searched refs:MaxPointSize (Results 1 – 22 of 22) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/doc/
DResourceLimits.md34 * fn2: on SM3 or better hardware the max point size is D3DCAPS9.MaxPointSize
/third_party/skia/third_party/externals/angle2/doc/
DResourceLimits.md34 * fn2: on SM3 or better hardware the max point size is D3DCAPS9.MaxPointSize
/third_party/mesa3d/src/mesa/main/
Dpoints.c218 = MAX2(ctx->Const.MaxPointSize, ctx->Const.MaxPointSizeAA); in _mesa_init_point()
Dconsts_exts.h485 GLfloat MinPointSize, MaxPointSize; /**< aliased */ member
Dcontext.c426 consts->MaxPointSize = MAX_POINT_SIZE; in _mesa_init_constants()
/third_party/mesa3d/include/D3D9/
Dd3d9caps.h349 float MaxPointSize; member
/third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h477 float MaxPointSize; member
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DCompiler.cpp163 mResources.MaxPointSize = caps.maxAliasedPointSize; in Compiler()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h542 float MaxPointSize; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCompiler.cpp223 mResources.MaxPointSize = caps.maxAliasedPointSize; in Compiler()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp546 ((D3DSHADER_VERSION_MAJOR(deviceCaps.PixelShaderVersion) >= 3) ? deviceCaps.MaxPointSize in GenerateCaps()
DRenderer9.cpp372 mDevice->SetRenderState(D3DRS_POINTSIZE_MAX, (DWORD &)mDeviceCaps.MaxPointSize); in initializeDevice()
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c622 maxImplSize = ctx->Const.MaxPointSize; in fetch_state()
630 maxImplSize = ctx->Const.MaxPointSize; in fetch_state()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp563 ((D3DSHADER_VERSION_MAJOR(deviceCaps.PixelShaderVersion) >= 3) ? deviceCaps.MaxPointSize in GenerateCaps()
DRenderer9.cpp386 mDevice->SetRenderState(D3DRS_POINTSIZE_MAX, (DWORD &)mDeviceCaps.MaxPointSize); in initializeDevice()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_dump.c731 C2S("\nMaxPointSize: %f", caps->MaxPointSize); in nine_dump_D3DCAPS9()
Dadapter9.c850 pCaps->MaxPointSize = screen->get_paramf(screen, PIPE_CAPF_MAX_POINT_SIZE); in NineAdapter9_GetDeviceCaps()
Dnine_state.c2902 context->rs[D3DRS_POINTSIZE_MAX] = fui(caps->MaxPointSize); in nine_state_set_defaults()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp866 ClampPointSize(root, mResources.MaxPointSize, &getSymbolTable()); in checkAndSimplifyAST()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c687 ctx->Point.MaxSize = MAX2(ctx->Const.MaxPointSize, in st_create_context_priv()
Dst_extensions.c139 c->MaxPointSize = in st_init_limits()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp1073 if (!ClampPointSize(this, root, mResources.MaxPointSize, &getSymbolTable())) in checkAndSimplifyAST()