/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBuilderUtil.hpp | 39 DescriptorSetLayoutBuilder& addBinding (VkDescriptorType descriptorType, 48 inline DescriptorSetLayoutBuilder& addSingleBinding (VkDescriptorType descriptorType, in addSingleBinding() argument 51 return addBinding(descriptorType, 1u, stageFlags, (VkSampler*)DE_NULL); in addSingleBinding() 53 inline DescriptorSetLayoutBuilder& addArrayBinding (VkDescriptorType descriptorType, in addArrayBinding() argument 57 return addBinding(descriptorType, descriptorCount, stageFlags, (VkSampler*)DE_NULL); in addArrayBinding() 59 inline DescriptorSetLayoutBuilder& addSingleSamplerBinding (VkDescriptorType descriptorType, in addSingleSamplerBinding() argument 65 return addBinding(descriptorType, 1u, stageFlags, immutableSampler); in addSingleSamplerBinding() 67 inline DescriptorSetLayoutBuilder& addArraySamplerBinding (VkDescriptorType descriptorType, in addArraySamplerBinding() argument 72 return addBinding(descriptorType, descriptorCount, stageFlags, pImmutableSamplers); in addArraySamplerBinding() 141 VkDescriptorType descriptorType, [all …]
|
D | vkBuilderUtil.cpp | 37 DescriptorSetLayoutBuilder& DescriptorSetLayoutBuilder::addBinding (VkDescriptorType descriptorType, in addBinding() argument 60 descriptorType, // descriptorType in addBinding() 158 VkDescriptorType descriptorType, in write() argument 172 descriptorType, //!< descriptorType in write()
|
D | vkTypeUtil.inl | 225 …g makeDescriptorSetLayoutBinding (deUint32 binding, VkDescriptorType descriptorType, deUint32 desc… argument 229 res.descriptorType = descriptorType;
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.hpp | 122 VkDescriptorType descriptorType, 132 VkDescriptorType descriptorType, 271 VkDescriptorType descriptorType, 308 UniformData (deUint32 bindingLocation, VkDescriptorType descriptorType, const T data); 318 UniformData<T>::UniformData (deUint32 bindingLocation, VkDescriptorType descriptorType, const T dat… in UniformData() argument 320 , m_descriptorType (descriptorType) in UniformData() 340 …UniformArrayData (deUint32 bindingLocation, VkDescriptorType descriptorType, const std::vector<T>&… 350 UniformArrayData<T>::UniformArrayData (deUint32 bindingLocation, VkDescriptorType descriptorType, c… in UniformArrayData() argument 352 , m_descriptorType (descriptorType) in UniformArrayData()
|
D | vktShaderExecutor.cpp | 2945 VkDescriptorType descriptorType, in createBufferUniform() argument 2949 …DE_ASSERT(descriptorType == VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER || descriptorType == VK_DESCRIPTOR_T… in createBufferUniform() 2951 …VkImageUsageFlags usage = descriptorType == VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER ? VK_BUFFER_USAGE_UN… in createBufferUniform() 2973 uniformInfo->type = descriptorType; in createBufferUniform() 2988 VkDescriptorType descriptorType, in setupUniformData() argument 2992 …rm(vkDevice, vk, queue, queueFamilyIndex, memAlloc, bindingLocation, descriptorType, size, dataPtr… in setupUniformData() 2994 m_descriptorSetLayoutBuilder.addSingleBinding(descriptorType, VK_SHADER_STAGE_ALL); in setupUniformData() 2995 m_descriptorPoolBuilder.addType(descriptorType); in setupUniformData() 3006 VkDescriptorType descriptorType, in setupUniformArray() argument 3015 bufferArray->type = descriptorType; in setupUniformArray() [all …]
|
D | vktOpaqueTypeIndexingTests.cpp | 109 void checkSupported (const VkDescriptorType descriptorType); 169 void OpaqueTypeIndexingTestInstance::checkSupported (const VkDescriptorType descriptorType) in checkSupported() argument 175 switch (descriptorType) in checkSupported() 866 …VkDescriptorType descriptorType = m_blockType == BLOCKTYPE_UNIFORM ? VK_DESCRIPTOR_TYPE_UNIFORM_… in iterate() local 868 checkSupported(descriptorType); in iterate() 870 …m_uniformSetup->addData(new UniformArrayData<deUint32>(bindingLocation++, descriptorType, m_inValu… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 1129 vk::VkDescriptorType descriptorType, 1139 vk::VkDescriptorType descriptorType, 1146 vk::VkDescriptorType descriptorType, 1151 vk::VkDescriptorType descriptorType, 1159 vk::VkDescriptorType descriptorType, 1216 vk::VkDescriptorType descriptorType, in BufferRenderInstance() argument 1223 , m_descriptorType (descriptorType) in BufferRenderInstance() 1257 vk::VkDescriptorType descriptorType, in createSourceBuffer() argument 1272 const bool isUniformBuffer = isUniformDescriptorType(descriptorType); in createSourceBuffer() 1310 vk::VkDescriptorType descriptorType, in createDescriptorPool() argument [all …]
|
/external/opencv3/modules/features2d/src/ |
D | feature2d.cpp | 152 int Feature2D::descriptorType() const in descriptorType() function in cv::Feature2D 159 int tp = descriptorType(); in defaultNorm()
|
D | kaze.cpp | 97 int descriptorType() const in descriptorType() function in cv::KAZE_Impl 149 CV_Assert((!desc.rows || (desc.type() == descriptorType()))); in detectAndCompute()
|
D | akaze.cpp | 130 int descriptorType() const in descriptorType() function in cv::AKAZE_Impl 214 CV_Assert((!desc.rows || (desc.type() == descriptorType()))); in detectAndCompute()
|
D | bagofwords.cpp | 168 int BOWImgDescriptorExtractor::descriptorType() const in descriptorType() function in cv::BOWImgDescriptorExtractor 190 _imgDescriptor.create(1, clusterCount, descriptorType()); in compute()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.hpp | 386 vk::VkDescriptorType descriptorType, 389 vk::VkDescriptorType descriptorType, 529 …Instance::addUniform (deUint32 bindingLocation, vk::VkDescriptorType descriptorType, const T& data) in addUniform() argument 531 addUniform(bindingLocation, descriptorType, sizeof(T), &data); in addUniform()
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 962 dsl_binding.descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER; in TEST_F() 1416 dsl_binding.descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER; in TEST_F() 1483 dsl_binding.descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER; in TEST_F() 1612 dsl_binding.descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER; in TEST_F() 1705 dsl_binding.descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER; in TEST_F() 1738 descriptor_write.descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER; in TEST_F() 1787 dsl_binding.descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC; in TEST_F() 1847 descriptor_write.descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC; in TEST_F() 2042 dsl_binding[0].descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER; in TEST_F() 2050 dsl_fs_stage_only.descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER; in TEST_F() [all …]
|
/external/skia/src/gpu/vk/ |
D | GrVkProgramBuilder.cpp | 174 dsSamplerBindings[i].descriptorType = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER; in finalize() 203 dsUniBindings[0].descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER; in finalize() 208 dsUniBindings[1].descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER; in finalize()
|
D | GrVkProgram.cpp | 220 descriptorWrites[0].descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER; in writeUniformBuffers() 244 descriptorWrites[1].descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER; in writeUniformBuffers() 303 writeInfo.descriptorType = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER; in writeSamplers()
|
/external/opencv3/modules/features2d/misc/java/test/ |
D | BRIEFDescriptorExtractorTest.java | 68 assertEquals(CvType.CV_8U, extractor.descriptorType()); in testDescriptorType()
|
D | SIFTDescriptorExtractorTest.java | 74 assertEquals(CvType.CV_32F, extractor.descriptorType()); in testDescriptorType()
|
D | SURFDescriptorExtractorTest.java | 84 assertEquals(CvType.CV_32F, extractor.descriptorType()); in testDescriptorType()
|
D | ORBDescriptorExtractorTest.java | 70 assertEquals(CvType.CV_8U, extractor.descriptorType()); in testDescriptorType()
|
/external/opencv3/modules/java/src/ |
D | features2d+DescriptorExtractor.java | 96 public int descriptorType() in descriptorType() method in DescriptorExtractor
|
/external/opencv3/modules/features2d/misc/java/src/cpp/ |
D | features2d_manual.hpp | 307 CV_WRAP int descriptorType() const 308 { return wrapped->descriptorType(); }
|
/external/vulkan-validation-layers/layers/ |
D | device_limits.cpp | 583 if ((pDescriptorWrites[i].descriptorType == VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER) || in vkUpdateDescriptorSets() 584 (pDescriptorWrites[i].descriptorType == VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC)) { in vkUpdateDescriptorSets() 596 } else if ((pDescriptorWrites[i].descriptorType == VK_DESCRIPTOR_TYPE_STORAGE_BUFFER) || in vkUpdateDescriptorSets() 597 … (pDescriptorWrites[i].descriptorType == VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC)) { in vkUpdateDescriptorSets()
|
/external/opencv3/modules/features2d/test/ |
D | test_descriptors_regression.cpp | 227 …rs.cols != dextractor->descriptorSize() || calcDescriptors.type() != dextractor->descriptorType() ) in regressionTest() 232 … ts->printf( cvtest::TS::LOG, "Expected type is %d.\n", dextractor->descriptorType() ); in regressionTest()
|
/external/opencv3/samples/cpp/ |
D | matchmethod_orb_akaze_brisk.cpp | 100 …BruteForce-Hamming" || *itMatcher == "BruteForce-Hamming(2)") && (b->descriptorType() == CV_32F ||… in main()
|
/external/opencv3/modules/features2d/include/opencv2/ |
D | features2d.hpp | 196 CV_WRAP virtual int descriptorType() const; 1285 CV_WRAP int descriptorType() const;
|