/external/deqp-deps/amber/src/vulkan/ |
D | descriptor.cc | 26 Descriptor::Descriptor(DescriptorType type, in Descriptor() 39 case DescriptorType::kStorageBuffer: in GetVkDescriptorType() 41 case DescriptorType::kStorageBufferDynamic: in GetVkDescriptorType() 43 case DescriptorType::kUniformBuffer: in GetVkDescriptorType() 45 case DescriptorType::kUniformBufferDynamic: in GetVkDescriptorType() 47 case DescriptorType::kSampler: in GetVkDescriptorType() 49 case DescriptorType::kStorageImage: in GetVkDescriptorType() 51 case DescriptorType::kCombinedImageSampler: in GetVkDescriptorType() 53 case DescriptorType::kUniformTexelBuffer: in GetVkDescriptorType() 55 case DescriptorType::kStorageTexelBuffer: in GetVkDescriptorType() [all …]
|
D | descriptor.h | 37 enum class DescriptorType : uint8_t { enum 52 Descriptor(DescriptorType type, 73 DescriptorType GetDescriptorType() const { return type_; } in GetDescriptorType() 76 return type_ == DescriptorType::kStorageBuffer; in IsStorageBuffer() 79 return type_ == DescriptorType::kStorageBufferDynamic; in IsStorageBufferDynamic() 82 return type_ == DescriptorType::kUniformBuffer; in IsUniformBuffer() 85 return type_ == DescriptorType::kUniformBufferDynamic; in IsUniformBufferDynamic() 88 return type_ == DescriptorType::kUniformTexelBuffer; in IsUniformTexelBuffer() 91 return type_ == DescriptorType::kStorageTexelBuffer; in IsStorageTexelBuffer() 96 DescriptorType type_ = DescriptorType::kStorageBuffer;
|
D | buffer_backed_descriptor.cc | 26 DescriptorType type, in BufferBackedDescriptor() 121 case DescriptorType::kUniformBuffer: in IsReadOnly() 122 case DescriptorType::kUniformBufferDynamic: in IsReadOnly() 123 case DescriptorType::kUniformTexelBuffer: in IsReadOnly() 124 case DescriptorType::kSampledImage: in IsReadOnly() 125 case DescriptorType::kCombinedImageSampler: in IsReadOnly() 127 case DescriptorType::kStorageBuffer: in IsReadOnly() 128 case DescriptorType::kStorageBufferDynamic: in IsReadOnly() 129 case DescriptorType::kStorageTexelBuffer: in IsReadOnly() 130 case DescriptorType::kStorageImage: in IsReadOnly()
|
D | pipeline.cc | 295 DescriptorType desc_type = DescriptorType::kUniformBuffer; in AddBufferDescriptor() 298 desc_type = DescriptorType::kStorageImage; in AddBufferDescriptor() 301 desc_type = DescriptorType::kSampledImage; in AddBufferDescriptor() 304 desc_type = DescriptorType::kCombinedImageSampler; in AddBufferDescriptor() 307 desc_type = DescriptorType::kUniformTexelBuffer; in AddBufferDescriptor() 309 desc_type = DescriptorType::kStorageTexelBuffer; in AddBufferDescriptor() 311 desc_type = DescriptorType::kStorageBuffer; in AddBufferDescriptor() 313 desc_type = DescriptorType::kUniformBufferDynamic; in AddBufferDescriptor() 315 desc_type = DescriptorType::kStorageBufferDynamic; in AddBufferDescriptor() 382 cmd->GetSampler(), DescriptorType::kSampler, device_, in AddSamplerDescriptor() [all …]
|
D | image_descriptor.cc | 24 DescriptorType type, in ImageDescriptor() 104 if (type_ == DescriptorType::kStorageImage) { in CreateResourceIfNeeded() 107 assert(type_ == DescriptorType::kSampledImage || in CreateResourceIfNeeded() 108 type_ == DescriptorType::kCombinedImageSampler); in CreateResourceIfNeeded()
|
/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/crosvm/usb_util/src/ |
D | types.rs | 11 pub enum DescriptorType { enum 21 fn descriptor_type() -> DescriptorType; in descriptor_type() 61 fn descriptor_type() -> DescriptorType { in descriptor_type() 62 DescriptorType::Device in descriptor_type() 88 fn descriptor_type() -> DescriptorType { in descriptor_type() 89 DescriptorType::Configuration in descriptor_type() 122 fn descriptor_type() -> DescriptorType { in descriptor_type() 123 DescriptorType::Interface in descriptor_type() 147 fn descriptor_type() -> DescriptorType { in descriptor_type() 148 DescriptorType::Endpoint in descriptor_type()
|
/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()
|
/external/crosvm/devices/src/virtio/ |
D | descriptor_utils.rs | 733 pub enum DescriptorType { enum 755 descriptors: Vec<(DescriptorType, u32)>, in create_descriptor_chain() argument 761 if let DescriptorType::Writable = type_ { in create_descriptor_chain() 803 use DescriptorType::*; in reader_test_simple_chain() 844 use DescriptorType::*; in writer_test_simple_chain() 885 use DescriptorType::*; in reader_test_incompatible_chain() 910 use DescriptorType::*; in writer_test_incompatible_chain() 935 use DescriptorType::*; in reader_failing_io() 965 use DescriptorType::*; in writer_failing_io() 995 use DescriptorType::*; in reader_writer_shared_chain() [all …]
|
D | block.rs | 875 use crate::virtio::descriptor_utils::{create_descriptor_chain, DescriptorType}; 968 (DescriptorType::Readable, size_of_val(&req_hdr) as u32), in read_last_sector() 970 (DescriptorType::Writable, 512), in read_last_sector() 972 (DescriptorType::Writable, 1), in read_last_sector() 1022 (DescriptorType::Readable, size_of_val(&req_hdr) as u32), in read_beyond_last_sector() 1024 (DescriptorType::Writable, 512 * 2), in read_beyond_last_sector() 1026 (DescriptorType::Writable, 1), in read_beyond_last_sector() 1076 (DescriptorType::Readable, size_of_val(&req_hdr) as u32), in get_id() 1078 (DescriptorType::Writable, 20), in get_id() 1080 (DescriptorType::Writable, 1), in get_id()
|
/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/rust/crates/grpcio-sys/grpc/src/compiler/ |
D | node_generator_helpers.h | 35 template <typename DescriptorType> 36 inline std::string GetNodeComments(const DescriptorType* desc, bool leading) { in GetNodeComments()
|
D | csharp_generator_helpers.h | 36 template <typename DescriptorType> 37 inline std::string GetCsharpComments(const DescriptorType* desc, bool leading) { in GetCsharpComments()
|
D | ruby_generator_helpers-inl.h | 51 template <typename DescriptorType> 52 inline std::string GetRubyComments(const DescriptorType* desc, bool leading) { in GetRubyComments()
|
D | cpp_generator_helpers.h | 56 template <typename DescriptorType> 57 inline std::string GetCppComments(const DescriptorType* desc, bool leading) { in GetCppComments()
|
D | php_generator_helpers.h | 67 template <typename DescriptorType> 68 inline std::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 std::string GetPrefixedComments(const DescriptorType* desc, bool leading, in GetPrefixedComments()
|
/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()
|
/external/crosvm/fuzz/ |
D | fs_server_fuzzer.rs | 10 use devices::virtio::{create_descriptor_chain, DescriptorType, Reader, Writer}; 22 use DescriptorType::*;
|
/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()
|