/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmImageSamplerTests.cpp | 70 enum DescriptorType enum 90 bool isValidTestCase (TestType testType, DescriptorType descriptorType, ReadOp readOp) in isValidTestCase() 204 const char* getDescriptorName (DescriptorType descType) in getDescriptorName() 248 VkDescriptorType getVkDescriptorType (DescriptorType descType) in getVkDescriptorType() 289 std::string getFunctionDstVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionDstVariableStr() 434 std::string getFunctionSrcVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionSrcVariableStr() 657 std::string getImageSamplerTypeStr (DescriptorType descType, ReadOp readOp, deUint32 depthProperty,… in getImageSamplerTypeStr() 713 std::string getSamplerDecoration (DescriptorType descType) in getSamplerDecoration() 770 …Group> descGroup (new tcu::TestCaseGroup(testCtx, getDescriptorName((DescriptorType)descNdx), "")); in addComputeImageSamplerTest() 774 if (!isValidTestCase((TestType)testNdx, (DescriptorType)descNdx, (ReadOp)opNdx)) in addComputeImageSamplerTest() [all …]
|
/external/deqp-deps/amber/src/vulkan/ |
D | buffer_descriptor.h | 34 enum class DescriptorType : uint8_t { enum 44 DescriptorType type, 56 return type_ == DescriptorType::kStorageBuffer; in IsStorageBuffer() 59 return type_ == DescriptorType::kUniformBuffer; in IsUniformBuffer() 76 DescriptorType type_ = DescriptorType::kStorageBuffer;
|
D | pipeline.cc | 277 auto desc_type = cmd->IsSSBO() ? DescriptorType::kStorageBuffer in AddDescriptor() 278 : DescriptorType::kUniformBuffer; in AddDescriptor()
|
D | buffer_descriptor.cc | 32 DescriptorType type, in BufferDescriptor()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_name_resolver.h | 87 template <class DescriptorType> 88 std::string GetImmutableClassName(const DescriptorType* descriptor) { in GetImmutableClassName() 91 template <class DescriptorType> 92 std::string GetMutableClassName(const DescriptorType* descriptor) { in GetMutableClassName()
|
D | java_doc_comment.cc | 141 template <typename DescriptorType> 143 const DescriptorType* descriptor) { in WriteDocCommentBody()
|
/external/protobuf/src/google/protobuf/compiler/php/ |
D | php_generator.cc | 141 template <typename DescriptorType> 142 std::string DescriptorFullName(const DescriptorType* desc, bool is_descriptor) { in DescriptorFullName() 152 template <typename DescriptorType> 154 const DescriptorType* desc) { in ClassNamePrefix() 163 template <typename DescriptorType> 164 std::string GeneratedClassNameImpl(const DescriptorType* desc) { in GeneratedClassNameImpl() 192 template <typename DescriptorType> 193 std::string LegacyGeneratedClassName(const DescriptorType* desc) { in LegacyGeneratedClassName() 243 template <typename DescriptorType> 244 std::string RootPhpNamespace(const DescriptorType* desc, bool is_descriptor) { in RootPhpNamespace() [all …]
|
/external/grpc-grpc/src/compiler/ |
D | node_generator_helpers.h | 35 template <typename DescriptorType> 36 inline grpc::string GetNodeComments(const DescriptorType* desc, bool leading) { in GetNodeComments()
|
D | csharp_generator_helpers.h | 36 template <typename DescriptorType> 37 inline grpc::string GetCsharpComments(const DescriptorType* desc, in GetCsharpComments()
|
D | ruby_generator_helpers-inl.h | 51 template <typename DescriptorType> 52 inline grpc::string GetRubyComments(const DescriptorType* desc, bool leading) { in GetRubyComments()
|
D | cpp_generator_helpers.h | 56 template <typename DescriptorType> 57 inline grpc::string GetCppComments(const DescriptorType* desc, bool leading) { in GetCppComments()
|
D | php_generator_helpers.h | 67 template <typename DescriptorType> 68 inline grpc::string GetPHPComments(const DescriptorType* desc, in GetPHPComments()
|
D | generator_helpers.h | 185 template <typename DescriptorType> 186 inline void GetComment(const DescriptorType* desc, CommentType type, in GetComment() 256 template <typename DescriptorType> 257 inline grpc::string GetPrefixedComments(const DescriptorType* desc, in GetPrefixedComments()
|
D | python_generator_helpers.h | 111 template <typename DescriptorType> 112 StringVector get_all_comments(const DescriptorType* descriptor) { in get_all_comments()
|
D | protobuf_plugin.h | 31 template <typename DescriptorType> 32 inline grpc::string GetCommentsHelper(const DescriptorType* desc, bool leading, in GetCommentsHelper()
|
D | objective_c_generator.cc | 52 template <typename DescriptorType> 53 static void PrintAllComments(const DescriptorType* desc, Printer* printer) { in PrintAllComments()
|
D | csharp_generator.cc | 101 template <typename DescriptorType> 103 const DescriptorType* descriptor) { in GenerateDocCommentBody()
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_doc_comment.cc | 84 template <typename DescriptorType> 86 io::Printer* printer, const DescriptorType* descriptor) { in WriteDocCommentBody()
|
/external/grpc-grpc-java/compiler/src/java_plugin/cpp/ |
D | java_generator.cpp | 280 template <typename DescriptorType> 281 static string GrpcGetCommentsForDescriptor(const DescriptorType* descriptor) { in GrpcGetCommentsForDescriptor() 311 template <typename DescriptorType> 312 static std::vector<string> GrpcGetDocLinesForDescriptor(const DescriptorType* descriptor) { in GrpcGetDocLinesForDescriptor()
|
/external/deqp/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.hpp | 359 typedef enum DescriptorType enum 364 } DescriptorType; typedef
|
D | glcSubgroupsTestsUtils.cpp | 377 virtual subgroups::DescriptorType getType() const in getType() 434 virtual subgroups::DescriptorType getType() const in getType()
|
/external/flatbuffers/grpc/src/compiler/ |
D | java_generator.cc | 45 DescriptorType; // base class of all 'descriptors' typedef 255 const DescriptorType* descriptor) { in GrpcGetDocLinesForDescriptor()
|
/external/skqp/src/core/ |
D | SkRemoteGlyphCache.cpp | 59 enum DescriptorType : bool { kKey = false, kDevice = true }; enum 61 DescriptorType type, const SkPaint& paint, const SkFont& font, const SkMatrix& m, in create_descriptor()
|
/external/libusb/libusb/os/ |
D | windows_winusb.h | 687 UCHAR DescriptorType,
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 2065 typedef upb_descriptortype_t DescriptorType; 2077 static DescriptorType ConvertDescriptorType(int32_t val); 2160 DescriptorType descriptor_type() const; 2262 void set_descriptor_type(DescriptorType type); 3509 inline FieldDef::DescriptorType FieldDef::ConvertDescriptorType(int32_t val) { 3511 return static_cast<FieldDef::DescriptorType>(val); 3535 inline FieldDef::DescriptorType FieldDef::descriptor_type() const { 3604 inline void FieldDef::set_descriptor_type(FieldDef::DescriptorType type) {
|