Home
last modified time | relevance | path

Searched defs:category (Results 1 – 17 of 17) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/third_party/trace_event/
Dtrace_event.h158 #define TRACE_EVENT0(platform, category, name) \ argument
160 #define TRACE_EVENT1(platform, category, name, arg1_name, arg1_val) \ argument
162 #define TRACE_EVENT2(category, name, arg1_name, arg1_val, arg2_name, arg2_val) \ argument
171 #define TRACE_EVENT_INSTANT0(platform, category, name) \ argument
174 #define TRACE_EVENT_INSTANT1(platform, category, name, arg1_name, arg1_val) \ argument
177 #define TRACE_EVENT_INSTANT2(platform, category, name, arg1_name, arg1_val, arg2_name, arg2_val) \ argument
180 #define TRACE_EVENT_COPY_INSTANT0(platform, category, name) \ argument
183 #define TRACE_EVENT_COPY_INSTANT1(platform, category, name, arg1_name, arg1_val) \ argument
186 #define TRACE_EVENT_COPY_INSTANT2(platform, category, name, arg1_name, arg1_val, arg2_name, \ argument
196 #define TRACE_EVENT_BEGIN0(platform, category, name) \ argument
[all …]
/device/generic/vulkan-cereal/protocols/vulkan/xml/
Dxml_consistency.py193 def check_type(self, name, info, category): argument
Dvkconventions.py219 def category_requires_validation(self, category): argument
Dconventions.py288 def category_requires_validation(self, category): argument
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/
DANGLEPerfTest.cpp83 const TraceCategory *category = reinterpret_cast<const TraceCategory *>(categoryEnabledFlag); in AddPerfTraceEvent() local
96 for (const TraceCategory &category : gTraceCategories) in GetPerfTraceCategoryEnabled() local
/device/generic/vulkan-cereal/third-party/angle/include/platform/
DFeature.h115 const FeatureCategory category; member
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto-sdk-tracing-only.cpp14 #define TRACE_COUNTER(category, name, value) \ argument
Dperfetto-tracing-only.cpp211 auto category = interned_data->add_event_categories(); in ensureThreadInfo() local
Dperfetto.cc31777 auto category = interned_data->add_event_categories(); in Add() local
31855 auto category = registry.GetCategory(i); in Initialize() local
31899 const Category& category) { in IsCategoryEnabled()
32039 const Category* category, in WriteEvent()
32591 Category category(name); in FromDynamicCategory() local
/device/generic/vulkan-cereal/protocols/vulkan/xml/spec_tools/
Dshared.py83 def generateInclude(dir_traverse, generated_type, category, entity): argument
Dentity_db.py467 def addEntity(self, entityName, macro, category=None, elem=None, argument
Dconsistency_tools.py255 def check_type(self, name, info, category): argument
/device/generic/vulkan-cereal/protocols/vulkan/xml/cereal/common/
Dvulkantypes.py799 def initType(self, name, category): argument
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp40910 auto category = registry.GetCategory(i); in Initialize() local
41001 const Category& category) { in IsCategoryEnabled()
41154 const Category* category, in WriteEvent()
41228 auto category = interned_data->add_event_categories(); in Add() local
41855 Category category(name); in FromDynamicCategory() local
42024 protozero::ConstChars category{}; in ProcessTracePacket() local
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/proto/
Dperfetto_trace.proto5178 optional RenderStageCategory category = 4; field
/device/generic/vulkan-cereal/include/vulkan/
Dvulkan_core.h6737 char category[VK_MAX_DESCRIPTION_SIZE]; member
Dvulkan.hpp50374 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_DESCRIPTION_SIZE> category = {}; member