/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmImageSamplerTests.cpp | 69 enum DescriptorType enum 89 bool isValidTestCase (TestType testType, DescriptorType descriptorType, ReadOp readOp) in isValidTestCase() 203 const char* getDescriptorName (DescriptorType descType) in getDescriptorName() 247 VkDescriptorType getVkDescriptorType (DescriptorType descType) in getVkDescriptorType() 288 std::string getFunctionDstVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionDstVariableStr() 433 std::string getFunctionSrcVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionSrcVariableStr() 656 std::string getImageSamplerTypeStr (DescriptorType descType, ReadOp readOp, deUint32 depthProperty,… in getImageSamplerTypeStr() 712 std::string getSamplerDecoration (DescriptorType descType) in getSamplerDecoration() 769 …Group> descGroup (new tcu::TestCaseGroup(testCtx, getDescriptorName((DescriptorType)descNdx), "")); in addComputeImageSamplerTest() 773 if (!isValidTestCase((TestType)testNdx, (DescriptorType)descNdx, (ReadOp)opNdx)) in addComputeImageSamplerTest() [all …]
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_name_resolver.h | 83 template<class DescriptorType> 84 string GetImmutableClassName(const DescriptorType* descriptor) { in GetImmutableClassName() 87 template<class DescriptorType> 88 string GetMutableClassName(const DescriptorType* descriptor) { in GetMutableClassName()
|
D | java_doc_comment.cc | 140 template <typename DescriptorType> 142 io::Printer* printer, const DescriptorType* descriptor) { in WriteDocCommentBody()
|
/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 | 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 | php_generator_helpers.h | 67 template <typename DescriptorType> 68 inline grpc::string GetPHPComments(const DescriptorType* desc, in GetPHPComments()
|
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 | 83 template <typename DescriptorType> 85 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/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/protobuf/php/ext/google/protobuf/ |
D | upb.h | 1502 typedef upb_descriptortype_t DescriptorType; typedef 1514 static DescriptorType ConvertDescriptorType(int32_t val); 1583 DescriptorType descriptor_type() const; 1679 void set_descriptor_type(DescriptorType type); 2490 inline FieldDef::DescriptorType FieldDef::ConvertDescriptorType(int32_t val) { in ConvertDescriptorType() 2492 return static_cast<FieldDef::DescriptorType>(val); in ConvertDescriptorType() 2519 inline FieldDef::DescriptorType FieldDef::descriptor_type() const { in descriptor_type() 2573 inline void FieldDef::set_descriptor_type(FieldDef::DescriptorType type) { in set_descriptor_type()
|
/external/libusb/libusb/os/ |
D | windows_winusb.h | 687 UCHAR DescriptorType,
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 1918 typedef upb_descriptortype_t DescriptorType; 1930 static DescriptorType ConvertDescriptorType(int32_t val); 2020 DescriptorType descriptor_type() const; 2128 void set_descriptor_type(DescriptorType type); 3091 inline FieldDef::DescriptorType FieldDef::ConvertDescriptorType(int32_t val) { 3093 return static_cast<FieldDef::DescriptorType>(val); 3120 inline FieldDef::DescriptorType FieldDef::descriptor_type() const { 3189 inline void FieldDef::set_descriptor_type(FieldDef::DescriptorType type) {
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 3089 enum class DescriptorType enum 3106 VULKAN_HPP_INLINE std::string to_string( DescriptorType value ) in to_string() 3110 case DescriptorType::eSampler : return "Sampler"; in to_string() 3111 case DescriptorType::eCombinedImageSampler : return "CombinedImageSampler"; in to_string() 3112 case DescriptorType::eSampledImage : return "SampledImage"; in to_string() 3113 case DescriptorType::eStorageImage : return "StorageImage"; in to_string() 3114 case DescriptorType::eUniformTexelBuffer : return "UniformTexelBuffer"; in to_string() 3115 case DescriptorType::eStorageTexelBuffer : return "StorageTexelBuffer"; in to_string() 3116 case DescriptorType::eUniformBuffer : return "UniformBuffer"; in to_string() 3117 case DescriptorType::eStorageBuffer : return "StorageBuffer"; in to_string() [all …]
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 8176 enum class DescriptorType enum 8195 DescriptorPoolSize( DescriptorType type_ = DescriptorType::eSampler, in DescriptorPoolSize() 8212 DescriptorPoolSize& setType( DescriptorType type_ ) in setType() 8245 DescriptorType type; 8255 DescriptorType descriptorType_ = DescriptorType::eSampler, in DescriptorUpdateTemplateEntry() 8295 DescriptorUpdateTemplateEntry& setDescriptorType( DescriptorType descriptorType_ ) in setDescriptorType() 8341 DescriptorType descriptorType; 9866 DescriptorType descriptorType_ = DescriptorType::eSampler, in WriteDescriptorSet() 9921 WriteDescriptorSet& setDescriptorType( DescriptorType descriptorType_ ) in setDescriptorType() 9983 DescriptorType descriptorType; [all …]
|