Home
last modified time | relevance | path

Searched refs:SurfaceType (Results 1 – 25 of 29) sorted by relevance

12

/third_party/vk-gl-cts/modules/egl/
DteglMakeCurrentPerfTests.cpp64 enum SurfaceType enum in deqp::egl::MakeCurrentPerfCase
73 SurfaceType surfaceTypes;
215 vector<SurfaceType> types; in createSurfaces()
231 SurfaceType type = types[surfaceNdx % types.size()]; in createSurfaces()
558 const MakeCurrentPerfCase::SurfaceType types[] = { in init()
588 const MakeCurrentPerfCase::SurfaceType types[] = { in init()
625 const MakeCurrentPerfCase::SurfaceType types[] = { in init()
630 …(MakeCurrentPerfCase::SurfaceType)(MakeCurrentPerfCase::SURFACETYPE_PBUFFER |MakeCurrentPerfCase::… in init()
631 …(MakeCurrentPerfCase::SurfaceType)(MakeCurrentPerfCase::SURFACETYPE_PBUFFER |MakeCurrentPerfCase::… in init()
632 …(MakeCurrentPerfCase::SurfaceType)(MakeCurrentPerfCase::SURFACETYPE_PIXMAP |MakeCurrentPerfCase::S… in init()
[all …]
DteglThreadCleanUpTests.cpp145 enum SurfaceType enum in deqp::egl::__anon7b51c3680111::ThreadCleanUpTest
151 static std::string testCaseName (ContextType contextType, SurfaceType surfaceType) in testCaseName()
169 ThreadCleanUpTest (EglTestContext& eglTestCtx, ContextType contextType, SurfaceType surfaceType) in ThreadCleanUpTest()
280 const SurfaceType m_surfaceType;
DteglNegativePartialUpdateTests.cpp53 enum SurfaceType // used as a bit field when selecting a suitable EGL config enum in deqp::egl::__anon453398ab0111::NegativePartialUpdateTest
59 …NegativePartialUpdateTest (EglTestContext& eglTestCtx, bool preserveBuffer, SurfaceType surfaceTy…
72 SurfaceType m_surfaceType;
133 …ivePartialUpdateTest (EglTestContext& eglTestCtx, bool preserveBuffer, SurfaceType surfaceType, co… in NegativePartialUpdateTest()
/third_party/mesa3d/src/intel/isl/
Disl_emit_depth_stencil.c77 db.SurfaceType = isl_encode_ds_surftype[info->depth_surf->dim]; in isl_genX()
81 if (db.SurfaceType == SURFTYPE_3D) in isl_genX()
84 db.SurfaceType = isl_encode_ds_surftype[info->stencil_surf->dim]; in isl_genX()
88 if (db.SurfaceType == SURFTYPE_3D) in isl_genX()
91 db.SurfaceType = SURFTYPE_NULL; in isl_genX()
112 if (db.SurfaceType != SURFTYPE_3D) in isl_genX()
181 sb.SurfaceType = SURFTYPE_2D; in isl_genX()
206 sb.SurfaceType = SURFTYPE_NULL; in isl_genX()
Disl_surface_state.c292 s.SurfaceType = get_surftype(info->surf->dim, info->view->usage); in isl_genX()
395 switch (s.SurfaceType) { in isl_genX()
898 s.SurfaceType = SURFTYPE_BUFFER; in isl_genX()
910 s.SurfaceType = SURFTYPE_SCRATCH; in isl_genX()
950 s.SurfaceType = SURFTYPE_1D; in isl_genX()
993 .SurfaceType = SURFTYPE_NULL, in isl_genX()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DANGLEPerfTest.h127 enum class SurfaceType enum
146 SurfaceType surfaceType = SurfaceType::Window;
240 output.surfaceType = SurfaceType::Offscreen; in Offscreen()
DTracePerfTest.cpp1154 ASSERT(mParams.surfaceType == SurfaceType::Window || gEnableAllTraceTests); in TracePerfTest()
1231 if (mParams.surfaceType == SurfaceType::Offscreen) in initializeBenchmark()
1287 if (mParams.surfaceType == SurfaceType::Offscreen) in destroyBenchmark()
1349 if (mParams.surfaceType == SurfaceType::Offscreen) in drawBenchmark()
1369 if (mParams.surfaceType == SurfaceType::Offscreen) in drawBenchmark()
1547 if (framebuffer == 0 && mParams.surfaceType == SurfaceType::Offscreen) in onReplayFramebufferChange()
1738 if (mParams.surfaceType != SurfaceType::Offscreen || !isDefaultFramebuffer(target)) in onReplayInvalidateFramebuffer()
1758 if (mParams.surfaceType != SurfaceType::Offscreen || !isDefaultFramebuffer(target)) in onReplayInvalidateSubFramebuffer()
1773 if (mParams.surfaceType != SurfaceType::Offscreen || !isDefaultFramebuffer(GL_DRAW_FRAMEBUFFER)) in onReplayDrawBuffers()
1786 if (mParams.surfaceType != SurfaceType::Offscreen || !isDefaultFramebuffer(GL_READ_FRAMEBUFFER)) in onReplayReadBuffer()
[all …]
DANGLEPerfTest.cpp614 case SurfaceType::Window: in story()
616 case SurfaceType::WindowWithVSync: in story()
618 case SurfaceType::Offscreen: in story()
746 if (mTestParams.surfaceType != SurfaceType::WindowWithVSync) in SetUp()
768 if (mTestParams.surfaceType != SurfaceType::WindowWithVSync) in SetUp()
DDrawElementsPerf.cpp151 if (params.surfaceType == SurfaceType::Offscreen) in initializeBenchmark()
DDrawCallPerf.cpp252 if (params.surfaceType == SurfaceType::Offscreen) in initializeBenchmark()
/third_party/flutter/skia/tools/fm/
Dfm.cpp247 enum class SurfaceType { kDefault, kBackendTexture, kBackendRenderTarget }; in draw_with_gpu() enum
248 const FlagOption<SurfaceType> kSurfaceTypes[] = { in draw_with_gpu()
249 { "default", SurfaceType::kDefault }, in draw_with_gpu()
250 { "betex" , SurfaceType::kBackendTexture }, in draw_with_gpu()
251 { "bert" , SurfaceType::kBackendRenderTarget }, in draw_with_gpu()
253 SurfaceType surfaceType; in draw_with_gpu()
273 case SurfaceType::kDefault: in draw_with_gpu()
281 case SurfaceType::kBackendTexture: in draw_with_gpu()
297 case SurfaceType::kBackendRenderTarget: in draw_with_gpu()
/third_party/skia/tools/fm/
Dfm.cpp304 enum class SurfaceType { kDefault, kBackendTexture, kBackendRenderTarget }; in draw_with_gpu() enum
305 const FlagOption<SurfaceType> kSurfaceTypes[] = { in draw_with_gpu()
306 { "default", SurfaceType::kDefault }, in draw_with_gpu()
307 { "betex" , SurfaceType::kBackendTexture }, in draw_with_gpu()
308 { "bert" , SurfaceType::kBackendRenderTarget }, in draw_with_gpu()
310 SurfaceType surfaceType; in draw_with_gpu()
327 case SurfaceType::kDefault: in draw_with_gpu()
335 case SurfaceType::kBackendTexture: in draw_with_gpu()
345 case SurfaceType::kBackendRenderTarget: in draw_with_gpu()
/third_party/vk-gl-cts/framework/opengl/
DgluRenderConfig.hpp51 enum SurfaceType enum
79 SurfaceType surfaceType;
/third_party/mesa3d/src/egl/main/
Deglsurface.c212 if (surf->Config->SurfaceType & EGL_MUTABLE_RENDER_BUFFER_BIT_KHR) { in _eglParseSurfaceAttribList()
369 if (conf->SurfaceType & EGL_SWAP_BEHAVIOR_PRESERVED_BIT) in _eglInitSurface()
389 if ((conf->SurfaceType & type) == 0) in _eglInitSurface()
654 confval = surface->Config->SurfaceType; in _eglSurfaceAttrib()
684 if (!(surface->Config->SurfaceType & EGL_MUTABLE_RENDER_BUFFER_BIT_KHR)) { in _eglSurfaceAttrib()
696 confval = surface->Config->SurfaceType; in _eglSurfaceAttrib()
824 (surf->Config->SurfaceType & EGL_MUTABLE_RENDER_BUFFER_BIT_KHR); in _eglSurfaceHasMutableRenderBuffer()
Deglconfig.h71 EGLint SurfaceType; member
122 ATTRIB_MAP(EGL_SURFACE_TYPE, SurfaceType); in _eglOffsetOfConfig()
Deglconfig.c420 if (!(conf->SurfaceType & EGL_WINDOW_BIT)) { in _eglValidateConfig()
424 if (!(conf->SurfaceType & EGL_PBUFFER_BIT)) { in _eglValidateConfig()
566 if (!(conf->SurfaceType & EGL_WINDOW_BIT)) in _eglParseConfigAttribList()
/third_party/skia/gm/
Dsurface.cpp176 enum SurfaceType { enum
183 static sk_sp<SkSurface> make_surface(const SkImageInfo& ii, SkCanvas* canvas, SurfaceType type) { in make_surface()
207 return make_surface(ii, canvas, SurfaceType::kManaged); \
226 SurfaceType::kBackendTexture, W, H)
230 SurfaceType::kBackendRenderTarget, W, H)
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigListCase.cpp69 static const char* getSurfaceTypeName(tcu::SurfaceType type) in getSurfaceTypeName()
95 …static const tcu::SurfaceType s_types[] = { tcu::SURFACETYPE_WINDOW, tcu::SURFACETYPE_OFFSCREEN_NA… in operator <<()
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp68 enum SurfaceType enum
186 SurfaceType getSurfaceType (void) const;
DtcuCommandLine.cpp74 DE_DECLARE_COMMAND_LINE_OPT(SurfaceType, tcu::SurfaceType);
146 static const NamedValue<tcu::SurfaceType> s_surfaceTypes[] = in registerOptions()
185 …<< Option<SurfaceType> (DE_NULL, "deqp-surface-type", "Use given surface type", s_s… in registerOptions()
914 SurfaceType CommandLine::getSurfaceType (void) const { return m_cmdLine.getOption<opt::Surfa… in getSurfaceType()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderDerivateTests.cpp88 enum SurfaceType enum
616 SurfaceType m_surfaceType;
989 …unc func, glu::DataType type, glu::Precision precision, deUint32 hint, SurfaceType surfaceType, in…
1002 …unc func, glu::DataType type, glu::Precision precision, deUint32 hint, SurfaceType surfaceType, in… in LinearDerivateCase()
1226 …unc func, glu::DataType type, glu::Precision precision, deUint32 hint, SurfaceType surfaceType, in…
1244 …unc func, glu::DataType type, glu::Precision precision, deUint32 hint, SurfaceType surfaceType, in… in TextureDerivateCase()
1745 SurfaceType surfaceType; in init()
1768 SurfaceType surfaceType; in init()
1780 SurfaceType surfaceType; in init()
1823 const SurfaceType surfaceType = SURFACETYPE_DEFAULT_FRAMEBUFFER; in init()
[all …]
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c123 base.SurfaceType = surface_type; in wgl_add_config()
137 base.SurfaceType = EGL_DONT_CARE; in wgl_add_config()
158 conf->base.SurfaceType = 0; in wgl_add_config()
168 conf->base.SurfaceType |= surface_type; in wgl_add_config()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp93 enum SurfaceType enum
546 SurfaceType surfaceType;
1091 SurfaceType surfaceType,
1111 SurfaceType surfaceType, in LinearDerivateCase()
1384 SurfaceType surfaceType,
1401 SurfaceType surfaceType, in TextureDerivateCase()
1850 SurfaceType surfaceType; in init()
1863 SurfaceType surfaceType; in init()
1903 const SurfaceType surfaceType = SURFACETYPE_UNORM_FBO; in init()
1924 const SurfaceType surfaceType = s_fboConfigs[caseNdx].surfaceType; in init()
[all …]
/third_party/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp182 conf->base.SurfaceType = EGL_WINDOW_BIT /*| EGL_PIXMAP_BIT | EGL_PBUFFER_BIT*/; in haiku_add_configs_for_visuals()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp488 static deUint32 surfaceTypeToDrawableBits (RenderConfig::SurfaceType type) in surfaceTypeToDrawableBits()
664 RenderConfig::SurfaceType surfaceType = config.surfaceType; in createDrawable()

12