HomeSort by relevance Sort by last modified time
    Searched refs:descriptorType (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/deqp/external/vulkancts/framework/vulkan/
vkBuilderUtil.hpp 39 DescriptorSetLayoutBuilder& addBinding (VkDescriptorType descriptorType,
48 inline DescriptorSetLayoutBuilder& addSingleBinding (VkDescriptorType descriptorType,
51 return addBinding(descriptorType, 1u, stageFlags, (VkSampler*)DE_NULL);
53 inline DescriptorSetLayoutBuilder& addArrayBinding (VkDescriptorType descriptorType,
57 return addBinding(descriptorType, descriptorCount, stageFlags, (VkSampler*)DE_NULL);
59 inline DescriptorSetLayoutBuilder& addSingleSamplerBinding (VkDescriptorType descriptorType,
65 return addBinding(descriptorType, 1u, stageFlags, immutableSampler);
67 inline DescriptorSetLayoutBuilder& addArraySamplerBinding (VkDescriptorType descriptorType,
72 return addBinding(descriptorType, descriptorCount, stageFlags, pImmutableSamplers);
141 VkDescriptorType descriptorType,
    [all...]
vkBuilderUtil.cpp 37 DescriptorSetLayoutBuilder& DescriptorSetLayoutBuilder::addBinding (VkDescriptorType descriptorType,
60 descriptorType, // descriptorType
158 VkDescriptorType descriptorType,
172 descriptorType, //!< descriptorType
vkTypeUtil.inl 225 inline VkDescriptorSetLayoutBinding makeDescriptorSetLayoutBinding (deUint32 binding, VkDescriptorType descriptorType, deUint32 descriptorCount, VkShaderStageFlags stageFlags, const VkSampler* pImmutableSamplers)
229 res.descriptorType = descriptorType;
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
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 data)
320 , m_descriptorType (descriptorType)
340 UniformArrayData (deUint32 bindingLocation, VkDescriptorType descriptorType, const std::vector<T>& data);
350 UniformArrayData<T>::UniformArrayData (deUint32 bindingLocation, VkDescriptorType descriptorType, const std::vector<T>& data)
352 , m_descriptorType (descriptorType)
vktShaderExecutor.cpp     [all...]
vktOpaqueTypeIndexingTests.cpp 109 void checkSupported (const VkDescriptorType descriptorType);
169 void OpaqueTypeIndexingTestInstance::checkSupported (const VkDescriptorType descriptorType)
175 switch (descriptorType)
866 VkDescriptorType descriptorType = m_blockType == BLOCKTYPE_UNIFORM ? VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER : VK_DESCRIPTOR_TYPE_STORAGE_BUFFER;
868 checkSupported(descriptorType);
870 m_uniformSetup->addData(new UniformArrayData<deUint32>(bindingLocation++, descriptorType, m_inValues));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp     [all...]
  /external/opencv3/modules/features2d/src/
feature2d.cpp 152 int Feature2D::descriptorType() const
159 int tp = descriptorType();
kaze.cpp 97 int descriptorType() const
149 CV_Assert((!desc.rows || (desc.type() == descriptorType())));
akaze.cpp 130 int descriptorType() const
214 CV_Assert((!desc.rows || (desc.type() == descriptorType())));
bagofwords.cpp 168 int BOWImgDescriptorExtractor::descriptorType() const
190 _imgDescriptor.create(1, clusterCount, descriptorType());
  /external/skia/src/gpu/vk/
GrVkProgramBuilder.cpp 174 dsSamplerBindings[i].descriptorType = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER;
203 dsUniBindings[0].descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER;
208 dsUniBindings[1].descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER;
GrVkProgram.cpp 220 descriptorWrites[0].descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER;
244 descriptorWrites[1].descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER;
303 writeInfo.descriptorType = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER;
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.hpp 386 vk::VkDescriptorType descriptorType,
389 vk::VkDescriptorType descriptorType,
529 void ShaderRenderCaseInstance::addUniform (deUint32 bindingLocation, vk::VkDescriptorType descriptorType, const T& data)
531 addUniform(bindingLocation, descriptorType, sizeof(T), &data);
  /external/opencv3/modules/features2d/misc/java/test/
BRIEFDescriptorExtractorTest.java 68 assertEquals(CvType.CV_8U, extractor.descriptorType());
SIFTDescriptorExtractorTest.java 74 assertEquals(CvType.CV_32F, extractor.descriptorType());
SURFDescriptorExtractorTest.java 84 assertEquals(CvType.CV_32F, extractor.descriptorType());
ORBDescriptorExtractorTest.java 70 assertEquals(CvType.CV_8U, extractor.descriptorType());
  /external/opencv3/modules/java/src/
features2d+DescriptorExtractor.java 92 // C++: int descriptorType()
95 //javadoc: javaDescriptorExtractor::descriptorType()
96 public int descriptorType()
177 // C++: int descriptorType()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbdlib.h 24 #define UsbBuildGetDescriptorRequest(urb, length, descriptorType, descriptorIndex, languageId, transferBuffer, transferBufferMDL, transferBufferLength, link) \
31 (urb)->UrbControlDescriptorRequest.DescriptorType = (descriptorType); \
154 IN LONG DescriptorType);
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp     [all...]
  /external/opencv3/modules/features2d/misc/java/src/cpp/
features2d_manual.hpp 307 CV_WRAP int descriptorType() const
308 { return wrapped->descriptorType(); }
  /external/opencv3/modules/features2d/test/
test_descriptors_regression.cpp 227 if( calcDescriptors.cols != dextractor->descriptorSize() || calcDescriptors.type() != dextractor->descriptorType() )
232 ts->printf( cvtest::TS::LOG, "Expected type is %d.\n", dextractor->descriptorType() );
  /external/opencv3/samples/cpp/
matchmethod_orb_akaze_brisk.cpp 100 if ((*itMatcher == "BruteForce-Hamming" || *itMatcher == "BruteForce-Hamming(2)") && (b->descriptorType() == CV_32F || b->defaultNorm() <= NORM_L2SQR))
  /external/vulkan-validation-layers/layers/
device_limits.cpp     [all...]

Completed in 930 milliseconds

1 2 3