Home
last modified time | relevance | path

Searched refs:DescriptorType (Results 1 – 22 of 22) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmImageSamplerTests.cpp69 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/
Djava_name_resolver.h83 template<class DescriptorType>
84 string GetImmutableClassName(const DescriptorType* descriptor) { in GetImmutableClassName()
87 template<class DescriptorType>
88 string GetMutableClassName(const DescriptorType* descriptor) { in GetMutableClassName()
Djava_doc_comment.cc140 template <typename DescriptorType>
142 io::Printer* printer, const DescriptorType* descriptor) { in WriteDocCommentBody()
/external/grpc-grpc/src/compiler/
Dnode_generator_helpers.h35 template <typename DescriptorType>
36 inline grpc::string GetNodeComments(const DescriptorType* desc, bool leading) { in GetNodeComments()
Dcsharp_generator_helpers.h36 template <typename DescriptorType>
37 inline grpc::string GetCsharpComments(const DescriptorType* desc, in GetCsharpComments()
Druby_generator_helpers-inl.h51 template <typename DescriptorType>
52 inline grpc::string GetRubyComments(const DescriptorType* desc, bool leading) { in GetRubyComments()
Dcpp_generator_helpers.h56 template <typename DescriptorType>
57 inline grpc::string GetCppComments(const DescriptorType* desc, bool leading) { in GetCppComments()
Dgenerator_helpers.h185 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()
Dphp_generator_helpers.h67 template <typename DescriptorType>
68 inline grpc::string GetPHPComments(const DescriptorType* desc, in GetPHPComments()
Dpython_generator_helpers.h111 template <typename DescriptorType>
112 StringVector get_all_comments(const DescriptorType* descriptor) { in get_all_comments()
Dprotobuf_plugin.h31 template <typename DescriptorType>
32 inline grpc::string GetCommentsHelper(const DescriptorType* desc, bool leading, in GetCommentsHelper()
Dobjective_c_generator.cc52 template <typename DescriptorType>
53 static void PrintAllComments(const DescriptorType* desc, Printer* printer) { in PrintAllComments()
Dcsharp_generator.cc101 template <typename DescriptorType>
103 const DescriptorType* descriptor) { in GenerateDocCommentBody()
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_doc_comment.cc83 template <typename DescriptorType>
85 io::Printer* printer, const DescriptorType* descriptor) { in WriteDocCommentBody()
/external/grpc-grpc-java/compiler/src/java_plugin/cpp/
Djava_generator.cpp280 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/
Djava_generator.cc45 DescriptorType; // base class of all 'descriptors' typedef
255 const DescriptorType* descriptor) { in GrpcGetDocLinesForDescriptor()
/external/skqp/src/core/
DSkRemoteGlyphCache.cpp59 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/
Dupb.h1502 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/
Dwindows_winusb.h687 UCHAR DescriptorType,
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h1918 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/
Dvulkan.hpp3089 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/
Dvulkan.hpp8176 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 …]