Home
last modified time | relevance | path

Searched refs:Function (Results 1 – 25 of 51) sorted by relevance

123

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp366 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 …]
DUtilsVk.h367 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;
Dvk_internal_shaders_autogen.h57 enum Function enum
/device/generic/vulkan-cereal/third-party/googletest/googlemock/test/
Dgmock_output_test_golden.txt7 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 …]
Dgmock-internal-utils_test.cc660 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/
Dgmock-actions.h414 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 …]
Dgmock-spec-builders.h304 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 …]
Dgmock-function-mocker.h165 ::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/
Dcode-generator.tmpl382 {{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/
Dnaming.txt354 === 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 …]
Dextensions.txt1004 == 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/
Dgmock-internal-utils.h446 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/
DBufferUtils.comp17 // - Function:
79 #endif // Function
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DSymbol.h44 bool isFunction() const { return mSymbolClass == SymbolClass::Function; } in isFunction()
249 : TSymbol(id, name, SymbolType::BuiltIn, extension, SymbolClass::Function), in TFunction()
DSymbol.cpp68 if (mSymbolClass == SymbolClass::Function) in getMangledName()
163 : TSymbol(symbolTable, name, symbolType, SymbolClass::Function, TExtension::UNDEFINED), in TFunction()
DSymbolUniqueId.h50 Function, enumerator
/device/generic/vulkan-cereal/protocols/vulkan/out/katex/
DREADME.md12 …orted commands can be on the [wiki](https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX).
/device/generic/goldfish-opengl/
DBUILD.gn20 "android-emu/android/base/fit/Function.h",
/device/generic/vulkan-cereal/third-party/googletest/docs/reference/
Dactions.md36 ## Using a Function, Functor, or Lambda as an Action
/device/generic/vulkan-cereal/third-party/angle/doc/
DCodingStandard.md68 * {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/
Dsetjmp.asm43 sigsetjmp_impl: ; Function entry
/device/generic/vulkan-cereal/protocols/vulkan/xml/
DREADME.adoc139 version. Function arguments are indented like the hand-generated header,
/device/generic/vulkan-cereal/include/vulkan/
Dspirv.lua131 Function = 7,
/device/generic/vulkan-cereal/protocols/vulkan/chapters/
Dinitialization.txt13 == 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/
DREADME106 ### fit::Function

123