Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmImageSamplerTests.cpp70 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/
Dbuffer_descriptor.h34 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;
Dpipeline.cc277 auto desc_type = cmd->IsSSBO() ? DescriptorType::kStorageBuffer in AddDescriptor()
278 : DescriptorType::kUniformBuffer; in AddDescriptor()
Dbuffer_descriptor.cc32 DescriptorType type, in BufferDescriptor()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_name_resolver.h87 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()
Djava_doc_comment.cc141 template <typename DescriptorType>
143 const DescriptorType* descriptor) { in WriteDocCommentBody()
/external/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc141 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/
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()
Dphp_generator_helpers.h67 template <typename DescriptorType>
68 inline grpc::string GetPHPComments(const DescriptorType* desc, in GetPHPComments()
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()
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.cc84 template <typename DescriptorType>
86 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/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.hpp359 typedef enum DescriptorType enum
364 } DescriptorType; typedef
DglcSubgroupsTestsUtils.cpp377 virtual subgroups::DescriptorType getType() const in getType()
434 virtual subgroups::DescriptorType getType() const in getType()
/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/libusb/libusb/os/
Dwindows_winusb.h687 UCHAR DescriptorType,
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h2065 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) {

12