Home
last modified time | relevance | path

Searched defs:dep_count (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.h1140 unsigned dep_count() { return departs.size(); } in dep_count() function
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_private.h1238 uint32_t dep_count; member
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c3517 int dep_count; member
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c3072 int dep_count; member
/third_party/node/deps/v8/src/api/
Dapi.cc756 Extension::Extension(const char* name, const char* source, int dep_count, in Extension()