/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
D | UtilsVk.cpp | 366 for (Function f : angle::AllEnums<Function>()) in destroy() 427 Function function, in ensureResourcesInitialized() 435 bool isCompute = function >= Function::ComputeStartIndex; in ensureResourcesInitialized() 478 if (mPipelineLayouts[Function::BufferClear].valid()) in ensureBufferClearResourcesInitialized() 487 return ensureResourcesInitialized(contextVk, Function::BufferClear, setSizes, in ensureBufferClearResourcesInitialized() 493 if (mPipelineLayouts[Function::ConvertIndexBuffer].valid()) in ensureConvertIndexResourcesInitialized() 503 return ensureResourcesInitialized(contextVk, Function::ConvertIndexBuffer, setSizes, in ensureConvertIndexResourcesInitialized() 509 if (mPipelineLayouts[Function::ConvertIndexIndirectBuffer].valid()) in ensureConvertIndexIndirectResourcesInitialized() 521 return ensureResourcesInitialized(contextVk, Function::ConvertIndexIndirectBuffer, setSizes, in ensureConvertIndexIndirectResourcesInitialized() 528 if (mPipelineLayouts[Function::ConvertIndexIndirectLineLoopBuffer].valid()) in ensureConvertIndexIndirectLineLoopResourcesInitialized() [all …]
|
D | UtilsVk.h | 367 enum class Function enum 396 Function function, 412 Function function, 452 Function function, 456 angle::PackedEnumMap<Function, vk::DescriptorSetLayoutPointerArray> mDescriptorSetLayouts; 457 angle::PackedEnumMap<Function, vk::BindingPointer<vk::PipelineLayout>> mPipelineLayouts; 458 angle::PackedEnumMap<Function, vk::DynamicDescriptorPool> mDescriptorPools;
|
D | vk_internal_shaders_autogen.h | 57 enum Function enum
|
/device/generic/vulkan-cereal/third-party/googletest/googlemock/test/ |
D | gmock_output_test_golden.txt | 7 Function call: Bar2(0, 0) 17 Function call: Bar3(0, 0) 34 Function call: Bar2(1, 0) 48 Function call: Bar3(1, 0) 60 Function call: Bar2(0, 1) 68 Function call: Bar3(0, 1) 76 Function call: Bar2(0, 1) 84 Function call: Bar3(0, 1) 91 Function call: Bar2(1, 1) 112 Function call: Bar2(1, 0) [all …]
|
D | gmock-internal-utils_test.cc | 660 typedef Function<int()> F; // NOLINT in TEST() 670 typedef Function<int(bool)> F; // NOLINT in TEST() 683 typedef Function<int(bool, const long&)> F; // NOLINT in TEST() 700 typedef Function<char(bool, int, char*, int&, const long&)> F; // NOLINT in TEST()
|
/device/generic/vulkan-cereal/third-party/googletest/googlemock/include/gmock/ |
D | gmock-actions.h | 414 typedef typename internal::Function<F>::Result Result; 415 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; 446 typename internal::Function<F>::Result operator()(Args&&... args) { 456 typedef typename internal::Function<F>::Result Result; 457 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; 564 typedef typename internal::Function<F>::Result Result; 565 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; 656 typedef typename Function<F>::Result Result; 670 typedef typename Function<F>::Result Result; 671 typedef typename Function<F>::ArgumentTuple ArgumentTuple; [all …]
|
D | gmock-spec-builders.h | 304 typedef typename Function<F>::ArgumentTuple ArgumentTuple; 305 typedef typename Function<F>::ArgumentMatcherTuple ArgumentMatcherTuple; 858 template <typename Function> 897 typedef typename Function<F>::ArgumentTuple ArgumentTuple; 898 typedef typename Function<F>::ArgumentMatcherTuple ArgumentMatcherTuple; 899 typedef typename Function<F>::Result Result; 1088 template <typename Function> 1260 typedef typename internal::Function<F>::ArgumentTuple ArgumentTuple; 1261 typedef typename internal::Function<F>::ArgumentMatcherTuple 1298 template <typename Function> [all …]
|
D | gmock-function-mocker.h | 165 ::testing::tuple_size<typename ::testing::internal::Function< \ 176 typename ::testing::internal::Function<GMOCK_PP_REMOVE_PARENS( \ 196 GMOCK_PP_IF(_Constness, const, )::testing::internal::Function< \ 346 typename ::testing::internal::Function<__VA_ARGS__>::template Arg<_i>::type 349 const ::testing::Matcher<typename ::testing::internal::Function< \
|
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/ |
D | code-generator.tmpl | 382 {{AssertType $ "Function"}} 413 {{AssertType $ "Function"}} 440 {{AssertType $ "Function"}} 457 {{AssertType $ "Function"}} 471 {{AssertType $ "Function"}} 514 {{AssertType $ "Function"}} 664 {{AssertType $ "Function"}} 730 {{AssertType $ "Function"}} 770 {{AssertType $ "Function"}} 834 {{AssertType $ "Function"}} [all …]
|
/device/generic/vulkan-cereal/protocols/vulkan/style/ |
D | naming.txt | 354 === Function Pointer Type Names 356 Function pointer names are declared exactly as the equivalent statically 363 // PFN_vkCreateInstance (Function Pointer) 368 == Function Parameter and Struct/Union Member Names 370 Function parameter names are declared with no separator between words. 381 Function pointer members/parameters are prefixed with `pfn`. 411 // Function parameters, including a twice indirected pointer. 429 // Function pointer members 520 === Extension Function Names 522 Function and function pointer type names defined by extensions have the [all …]
|
D | extensions.txt | 1004 == Extension Function Prototypes 1006 Function pointer declarations and function prototypes for all core Vulkan 1011 Function pointer declarations are also included in the Vulkan header for all 1013 Function prototypes for extensions may be included in the headers. 1016 Function prototypes will be included in the headers for all extension 1027 Function prototypes for these WSI commands are included in platform-specific 1048 (per the description in the "`Command Function Pointers`" section of the
|
/device/generic/vulkan-cereal/third-party/googletest/googlemock/include/gmock/internal/ |
D | gmock-internal-utils.h | 446 struct Function; 449 struct Function<R(Args...)> { 461 constexpr size_t Function<R(Args...)>::ArgumentCount;
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/shaders/src/ |
D | BufferUtils.comp | 17 // - Function: 79 #endif // Function
|
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/ |
D | Symbol.h | 44 bool isFunction() const { return mSymbolClass == SymbolClass::Function; } in isFunction() 249 : TSymbol(id, name, SymbolType::BuiltIn, extension, SymbolClass::Function), in TFunction()
|
D | Symbol.cpp | 68 if (mSymbolClass == SymbolClass::Function) in getMangledName() 163 : TSymbol(symbolTable, name, symbolType, SymbolClass::Function, TExtension::UNDEFINED), in TFunction()
|
D | SymbolUniqueId.h | 50 Function, enumerator
|
/device/generic/vulkan-cereal/protocols/vulkan/out/katex/ |
D | README.md | 12 …orted commands can be on the [wiki](https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX).
|
/device/generic/goldfish-opengl/ |
D | BUILD.gn | 20 "android-emu/android/base/fit/Function.h",
|
/device/generic/vulkan-cereal/third-party/googletest/docs/reference/ |
D | actions.md | 36 ## Using a Function, Functor, or Lambda as an Action
|
/device/generic/vulkan-cereal/third-party/angle/doc/ |
D | CodingStandard.md | 68 * {DEV} Function names: Member functions start with lower case and use CamelCase. Non-member and st…
|
/device/generic/vulkan-cereal/base/msvc-posix-compat/src/ |
D | setjmp.asm | 43 sigsetjmp_impl: ; Function entry
|
/device/generic/vulkan-cereal/protocols/vulkan/xml/ |
D | README.adoc | 139 version. Function arguments are indented like the hand-generated header,
|
/device/generic/vulkan-cereal/include/vulkan/ |
D | spirv.lua | 131 Function = 7,
|
/device/generic/vulkan-cereal/protocols/vulkan/chapters/ |
D | initialization.txt | 13 == Command Function Pointers 33 Function pointers for all Vulkan commands can: be obtained with the command:
|
/device/generic/goldfish-opengl/android-emu/android/base/fit/ |
D | README | 106 ### fit::Function
|