Home
last modified time | relevance | path

Searched refs:conformant (Results 1 – 25 of 107) sorted by relevance

12345

/external/mesa3d/docs/
Dconform.rst4 Mesa as a project does not get certified conformant by Khronos for the
8 of `conformant
9 products <https://www.khronos.org/conformance/adopters/conformant-products/>`_
24 conformance results to get added to the list of conformant products.
/external/tensorflow/tensorflow/core/example/
Dexample.proto80 // A conformant Example data set obeys the following conventions:
186 // A conformant SequenceExample data set obeys the following conventions:
189 // - All conformant context features K must obey the same conventions as
190 // a conformant Example's features (see above).
211 // Examples of conformant and non-conformant examples' FeatureLists:
220 // Non-conformant FeatureLists (mismatched types):
227 // Conditionally conformant FeatureLists, the parser configuration determines
261 // Conditionally conformant pair of SequenceExample, the parser configuration
272 // Non-conformant pair of SequenceExample (mismatched types)
286 // Conditionally conformant pair of SequenceExample; the parser configuration
/external/swiftshader/docs/
DANGLE.md15conformant-products/opengles#submission_907) implementation, along with [SwiftShader's Vulkan 1.1]…
19 …ntend allows our team to focus our efforts on implementing a solid and conformant Vulkan frontend …
/external/deqp/framework/egl/
DegluConfigInfo.hpp54 deInt32 conformant; member in eglu::ConfigInfo
100 , conformant (0) in ConfigInfo()
DegluConfigInfo.cpp52 case EGL_CONFORMANT: return conformant; in getAttribute()
101 egl.getConfigAttrib(display, config, EGL_CONFORMANT, &dst->conformant); in queryCoreConfigInfo()
/external/deqp/modules/egl/
DteglConfigList.cpp120 std::string conformant = de::toString(eglu::getAPIBitsStr(val)); in iterate() local
121 info.conformant = conformant.c_str(); in iterate()
/external/angle/extensions/
DEGL_ANGLE_experimental_present_path.txt42 This extension exposes an optimized, but potentially non-conformant,
100 conformant EGL configs when EGL_EXPERIMENTAL_PRESENT_PATH_FAST_ANGLE
/external/OpenCL-CTS/test_conformance/
Dsubmission_details_template.txt31 # Statement of conformance listing each conformant product (at a specific
32 # version) that is covered by this implementation. List each conformant product
36 # Each conformant product is likely to be one of:
/external/angle/src/tests/egl_tests/
DEGLPrintEGLinfoTest.cpp413 EGLint conformant = GetAttrib(mDisplay, config, EGL_CONFORMANT); in TEST_P() local
415 if (conformant & EGL_OPENGL_BIT) in TEST_P()
417 if (conformant & EGL_OPENGL_ES_BIT) in TEST_P()
419 if (conformant & EGL_OPENGL_ES2_BIT) in TEST_P()
421 if (conformant & EGL_OPENGL_ES3_BIT) in TEST_P()
/external/mesa3d/docs/drivers/
Dv3d.rst4 Mesa's ``v3d`` graphics driver stack includes a `conformant GLES3.1
6 <https://www.khronos.org/conformance/adopters/conformant-products/opengles#submission_882>`__
/external/angle/src/libANGLE/renderer/gl/glx/
DFBConfigCompatibility.md43 * We would like a conformant context.
49 out the non-conformant GLXFBConfig we got the following list (see function
125 As can be seen above, NVIDIA does not expose conformant context with multisampled
127 exposes them as conformant, which gives the following list after filtering as
193 All the non-conformant configs have a multisampled buffer, so it could be interesting
/external/angle/src/libANGLE/
DConfig.h50 EGLint conformant; // Whether contexts created with this config are conformant member
DConfig.cpp41 conformant(0), in Config()
349 match = (config.conformant & attributeValue) == attributeValue; in filter()
DConfig_unittest.cpp31 config.conformant = EGL_OPENGL_ES2_BIT; in GenerateGenericConfig()
/external/libopus/
DREADME.draft12 However, although that implementation is expected to remain conformant
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_17-1.in75 POSIX conformant OS to not schedule the child process
/external/ltp/testcases/open_posix_testsuite/
DChangeLog49 - locate-test: Remove -printf argument for 'find' for POSIX conformant.
50 - Makefile: Remove --defined-only option for 'nm' for POSIX conformant.
/external/deqp/framework/qphelper/
DqpTestLog.h177 const char* conformant; member
/external/mesa3d/docs/relnotes/
D10.2.6.rst103 - gallivm: fix up out-of-bounds level when using conformant
/external/angle/src/libANGLE/renderer/metal/doc/
DTextureDataCompleteness.md13 sure it is GL spec conformant (TextureMtl):
/external/swiftshader/third_party/subzero/
DCMakeLists.txt85 …e POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: new_name.
/external/angle/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.mm254 config.conformant = EGL_OPENGL_ES2_BIT | (supportsES3 ? EGL_OPENGL_ES3_BIT_KHR : 0);
255 config.renderableType = config.conformant;
/external/angle/src/libANGLE/renderer/null/
DDisplayNULL.cpp67 config.conformant = EGL_OPENGL_ES2_BIT | EGL_OPENGL_ES3_BIT; in generateConfigs()
/external/angle/doc/
DUpdate20120704.md12 a [conformant](http://www.khronos.org/conformance/adopters/conformant-products/)
/external/lz4/doc/
Dlz4_Block_format.md132 a conformant decoder is allowed to reject the block as incorrect.
134 These rules are in place to ensure that a conformant decoder

12345