/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/ |
D | VersionGLSL.cpp | 141 TIntermTyped *typed = sequence.front()->getAsTyped(); in visitAggregate() local 142 if (typed && typed->isMatrix()) in visitAggregate()
|
D | IntermNode.cpp | 624 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/ |
D | PART2 | 12 read typed 14 if test "$typed" != I\ ACCEPT
|
/device/google/raviole/self-extractors_raven/ |
D | PART2 | 12 read typed 14 if test "$typed" != I\ ACCEPT
|
/device/google/raviole/self-extractors_oriole/ |
D | PART2 | 12 read typed 14 if test "$typed" != I\ ACCEPT
|
/device/google/pantah/self-extractors_cheetah/ |
D | PART2 | 12 read typed 14 if test "$typed" != I\ ACCEPT
|
/device/google/pantah/self-extractors_panther/ |
D | PART2 | 12 read typed 14 if test "$typed" != I\ ACCEPT
|
/device/google/bluejay/self-extractors/ |
D | PART2 | 12 read typed 14 if test "$typed" != I\ ACCEPT
|
/device/google/lynx/self-extractors/ |
D | PART2 | 12 read typed 14 if test "$typed" != I\ ACCEPT
|
/device/google/coral/self-extractors_flame/ |
D | PART2 | 12 read typed 14 if test "$typed" != I\ ACCEPT
|
/device/google/sunfish/self-extractors/ |
D | PART2 | 12 read typed 14 if test "$typed" != I\ ACCEPT
|
/device/google/barbet/self-extractors/ |
D | PART2 | 12 read typed 14 if test "$typed" != I\ ACCEPT
|
/device/google/felix/self-extractors/ |
D | PART2 | 12 read typed 14 if test "$typed" != I\ ACCEPT
|
/device/google/coral/self-extractors/ |
D | PART2 | 12 read typed 14 if test "$typed" != I\ ACCEPT
|
/device/google/redfin/self-extractors/ |
D | PART2 | 12 read typed 14 if test "$typed" != I\ ACCEPT
|
/device/google/tangorpro/self-extractors/ |
D | PART2 | 12 read typed 14 if test "$typed" != I\ ACCEPT
|
/device/google/bramble/self-extractors/ |
D | PART2 | 12 read typed 14 if test "$typed" != I\ ACCEPT
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | angletypes.cpp | 156 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/ |
D | testing.md | 142 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/ |
D | VK_ANDROID_external_memory_android_hardware_buffer.txt | 43 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/ |
D | CMakeLists.txt | 214 cxx_test(gtest-typed-test_test gtest_main 215 test/gtest-typed-test2_test.cc)
|
/device/generic/vulkan-cereal/third-party/angle/doc/ |
D | Starter-Projects.md | 32 ### Convert GLenums into typed internal Enums
|
D | WritingShaderASTTransformations.md | 41 * **deepCopy()** creates a copy of any typed node, including its children.
|
D | CodingStandard.md | 72 * {DEV} Enum Names: use strongly typed class enums when possible. Use CamelCase for class enum memb…
|
/device/generic/vulkan-cereal/third-party/googletest/docs/ |
D | faq.md | 97 …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
|