Home
last modified time | relevance | path

Searched refs:descriptorType (Results 1 – 25 of 42) sorted by relevance

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkBuilderUtil.hpp39 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 …]
DvkBuilderUtil.cpp37 DescriptorSetLayoutBuilder& DescriptorSetLayoutBuilder::addBinding (VkDescriptorType descriptorType, in addBinding() argument
60 descriptorType, // descriptorType in addBinding()
158 VkDescriptorType descriptorType, in write() argument
172 descriptorType, //!< descriptorType in write()
DvkTypeUtil.inl225 …g makeDescriptorSetLayoutBinding (deUint32 binding, VkDescriptorType descriptorType, deUint32 desc… argument
229 res.descriptorType = descriptorType;
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.hpp122 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()
DvktShaderExecutor.cpp2945 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 …]
DvktOpaqueTypeIndexingTests.cpp109 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/
DvktBindingShaderAccessTests.cpp1129 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/
Dfeature2d.cpp152 int Feature2D::descriptorType() const in descriptorType() function in cv::Feature2D
159 int tp = descriptorType(); in defaultNorm()
Dkaze.cpp97 int descriptorType() const in descriptorType() function in cv::KAZE_Impl
149 CV_Assert((!desc.rows || (desc.type() == descriptorType()))); in detectAndCompute()
Dakaze.cpp130 int descriptorType() const in descriptorType() function in cv::AKAZE_Impl
214 CV_Assert((!desc.rows || (desc.type() == descriptorType()))); in detectAndCompute()
Dbagofwords.cpp168 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/
DvktShaderRender.hpp386 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/
Dlayer_validation_tests.cpp962 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/
DGrVkProgramBuilder.cpp174 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()
DGrVkProgram.cpp220 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/
DBRIEFDescriptorExtractorTest.java68 assertEquals(CvType.CV_8U, extractor.descriptorType()); in testDescriptorType()
DSIFTDescriptorExtractorTest.java74 assertEquals(CvType.CV_32F, extractor.descriptorType()); in testDescriptorType()
DSURFDescriptorExtractorTest.java84 assertEquals(CvType.CV_32F, extractor.descriptorType()); in testDescriptorType()
DORBDescriptorExtractorTest.java70 assertEquals(CvType.CV_8U, extractor.descriptorType()); in testDescriptorType()
/external/opencv3/modules/java/src/
Dfeatures2d+DescriptorExtractor.java96 public int descriptorType() in descriptorType() method in DescriptorExtractor
/external/opencv3/modules/features2d/misc/java/src/cpp/
Dfeatures2d_manual.hpp307 CV_WRAP int descriptorType() const
308 { return wrapped->descriptorType(); }
/external/vulkan-validation-layers/layers/
Ddevice_limits.cpp583 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/
Dtest_descriptors_regression.cpp227 …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/
Dmatchmethod_orb_akaze_brisk.cpp100 …BruteForce-Hamming" || *itMatcher == "BruteForce-Hamming(2)") && (b->descriptorType() == CV_32F ||… in main()
/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp196 CV_WRAP virtual int descriptorType() const;
1285 CV_WRAP int descriptorType() const;

12