Home
last modified time | relevance | path

Searched refs:typed (Results 1 – 25 of 40) sorted by relevance

12

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DVersionGLSL.cpp141 TIntermTyped *typed = sequence.front()->getAsTyped(); in visitAggregate() local
142 if (typed && typed->isMatrix()) in visitAggregate()
DIntermNode.cpp624 TIntermTyped *typed = (*childIter)->getAsTyped(); in setPrecisionFromChildren() local
625 if (typed) in setPrecisionFromChildren()
626 precision = GetHigherPrecision(typed->getPrecision(), precision); in setPrecisionFromChildren()
673 TIntermTyped *typed = arg->getAsTyped(); in setBuiltInFunctionPrecision() local
675 if (typed && IsSampler(typed->getBasicType())) in setBuiltInFunctionPrecision()
677 precision = typed->getPrecision(); in setBuiltInFunctionPrecision()
/device/linaro/hikey/self-extractors_hikey960/
DPART212 read typed
14 if test "$typed" != I\ ACCEPT
/device/google/raviole/self-extractors_raven/
DPART212 read typed
14 if test "$typed" != I\ ACCEPT
/device/google/raviole/self-extractors_oriole/
DPART212 read typed
14 if test "$typed" != I\ ACCEPT
/device/google/pantah/self-extractors_cheetah/
DPART212 read typed
14 if test "$typed" != I\ ACCEPT
/device/google/pantah/self-extractors_panther/
DPART212 read typed
14 if test "$typed" != I\ ACCEPT
/device/google/bluejay/self-extractors/
DPART212 read typed
14 if test "$typed" != I\ ACCEPT
/device/google/lynx/self-extractors/
DPART212 read typed
14 if test "$typed" != I\ ACCEPT
/device/google/coral/self-extractors_flame/
DPART212 read typed
14 if test "$typed" != I\ ACCEPT
/device/google/sunfish/self-extractors/
DPART212 read typed
14 if test "$typed" != I\ ACCEPT
/device/google/barbet/self-extractors/
DPART212 read typed
14 if test "$typed" != I\ ACCEPT
/device/google/felix/self-extractors/
DPART212 read typed
14 if test "$typed" != I\ ACCEPT
/device/google/coral/self-extractors/
DPART212 read typed
14 if test "$typed" != I\ ACCEPT
/device/google/redfin/self-extractors/
DPART212 read typed
14 if test "$typed" != I\ ACCEPT
/device/google/tangorpro/self-extractors/
DPART212 read typed
14 if test "$typed" != I\ ACCEPT
/device/google/bramble/self-extractors/
DPART212 read typed
14 if test "$typed" != I\ ACCEPT
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dangletypes.cpp156 mCompleteness.typed.minFilter = static_cast<uint8_t>(FromGLenum<FilterMode>(minFilter)); in setMinFilter()
162 mCompleteness.typed.magFilter = static_cast<uint8_t>(FromGLenum<FilterMode>(magFilter)); in setMagFilter()
168 mCompleteness.typed.wrapS = static_cast<uint8_t>(FromGLenum<WrapMode>(wrapS)); in setWrapS()
222 mCompleteness.typed.wrapTCompareMode = wrap | compare; in updateWrapTCompareMode()
/device/generic/vulkan-cereal/third-party/googletest/docs/reference/
Dtesting.md142 Defines a typed test suite based on the test fixture *`TestFixtureName`*. The
171 [Typed Tests](../advanced.md#typed-tests) for more information.
181 Defines an individual typed test named *`TestName`* in the typed test suite
208 For more information, see [Typed Tests](../advanced.md#typed-tests).
575 Returns the name of the parameter type, or `NULL` if this is not a typed or
576 type-parameterized test suite. See [Typed Tests](../advanced.md#typed-tests) and
696 Returns the name of the parameter type, or `NULL` if this is not a typed or
697 type-parameterized test. See [Typed Tests](../advanced.md#typed-tests) and
1272 Represents a list of types for use in typed tests and type-parameterized tests.
1280 See [Typed Tests](../advanced.md#typed-tests) and
/device/generic/vulkan-cereal/protocols/vulkan/appendices/
DVK_ANDROID_external_memory_android_hardware_buffer.txt43 1) Other external memory objects are represented as weakly-typed handles
46 basetype:AHardwareBuffer is strongly typed, so naming the handle type is
/device/generic/vulkan-cereal/third-party/googletest/googletest/
DCMakeLists.txt214 cxx_test(gtest-typed-test_test gtest_main
215 test/gtest-typed-test2_test.cc)
/device/generic/vulkan-cereal/third-party/angle/doc/
DStarter-Projects.md32 ### Convert GLenums into typed internal Enums
DWritingShaderASTTransformations.md41 * **deepCopy()** creates a copy of any typed node, including its children.
DCodingStandard.md72 * {DEV} Enum Names: use strongly typed class enums when possible. Use CamelCase for class enum memb…
/device/generic/vulkan-cereal/third-party/googletest/docs/
Dfaq.md97 …mentations of an interface satisfy some common requirements. Should I use typed tests or value-par…
99 For testing various implementations of the same interface, either typed tests or
114 * When a typed test fails, the default output includes the name of the type,
120 * When using typed tests, you need to make sure you are testing against the

12