Searched refs:profileCount (Results  1 – 16 of 16) sorted by relevance
| /external/deqp/external/vulkancts/modules/vulkan/api/ | 
| D | vktApiBufferMemoryRequirementsTests.cpp | 762 		profiles.profileCount	= 2u;  in chainVkStructure()767 		profiles.profileCount	= 1u;  in chainVkStructure()
 772 		profiles.profileCount	= 1u;  in chainVkStructure()
 
 | 
| /external/dng_sdk/source/ | 
| D | dng_negative.cpp | 1266 	uint32 profileCount = ProfileCount ();  in ProfileByID()  local1268 	if (profileCount == 0)  in ProfileByID()
 1278 		for (index = 0; index < profileCount; index++)  in ProfileByID()
 1300 		for (index = 0; index < profileCount; index++)  in ProfileByID()
 1321 		for (index = 0; index < profileCount; index++)  in ProfileByID()
 1352 		for (index = 0; index < profileCount; index++)  in ProfileByID()
 
 | 
| D | dng_image_writer.cpp | 6319 		uint32 profileCount = negative.ProfileCount ();  in WriteDNG()  local6321 		for (uint32 index = 0; index < profileCount; index++)  in WriteDNG()
 
 | 
| /external/gfxstream-protocols/include/vulkan/include/vulkan/ | 
| D | vulkan_beta.h | 120     uint32_t                    profileCount;  member
 | 
| /external/vulkan-headers/include/vulkan/ | 
| D | vulkan_beta.h | 123     uint32_t                        profileCount;  member
 | 
| D | vulkan_structs.hpp | 107060       , profileCount( profileCount_ )107075 …: pNext( pNext_ ), profileCount( static_cast<uint32_t>( profiles_.size() ) ), pProfiles( profiles_…  in VideoProfileListInfoKHR()
 107098       profileCount = profileCount_;  in setProfileCount()
 107113       profileCount = static_cast<uint32_t>( profiles_.size() );  in setProfiles()
 107138       return std::tie( sType, pNext, profileCount, pProfiles );  in reflect()
 107164 …return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( profileCount == rhs.profileCount ) &&…  in operator ==()
 107177     uint32_t                                          profileCount = {};  member
 
 | 
| D | vulkan_hash.hpp | 14283       VULKAN_HPP_HASH_COMBINE( seed, videoProfileListInfoKHR.profileCount );  in operator ()()
 | 
| /external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ | 
| D | vkStructTypes.inl | 6316 	uint32_t						profileCount;  member
 | 
| D | vkVulkan_c.inl | 8990     deUint32                        profileCount;  member
 | 
| D | vkStrUtilImpl.inl | 13475 	s << "\tprofileCount = " << value.profileCount << '\n';
 | 
| /external/swiftshader/include/vulkan/ | 
| D | vulkan_structs.hpp | 99569     : pNext( pNext_ ), profileCount( profileCount_ ), pProfiles( pProfiles_ )99580 …: pNext( pNext_ ), profileCount( static_cast<uint32_t>( profiles_.size() ) ), pProfiles( profiles_…  in VideoProfileListInfoKHR()
 99603       profileCount = profileCount_;  in setProfileCount()
 99616       profileCount = static_cast<uint32_t>( profiles_.size() );  in setProfiles()
 99642       return std::tie( sType, pNext, profileCount, pProfiles );  in reflect()
 99657           && ( profileCount == rhs.profileCount )  in operator ==()
 99671     uint32_t profileCount = {};  member
 
 | 
| D | vulkan_core.h | 7929     uint32_t                        profileCount;  member
 | 
| D | vulkan_hash.hpp | 13035     VULKAN_HPP_HASH_COMBINE( seed, videoProfileListInfoKHR.profileCount );  in operator ()()
 | 
| /external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ | 
| D | vulkan_structs.hpp | 112975       , profileCount( profileCount_ )112990 …: pNext( pNext_ ), profileCount( static_cast<uint32_t>( profiles_.size() ) ), pProfiles( profiles_…  in VideoProfileListInfoKHR()
 113013       profileCount = profileCount_;  in setProfileCount()
 113027       profileCount = static_cast<uint32_t>( profiles_.size() );  in setProfiles()
 113052       return std::tie( sType, pNext, profileCount, pProfiles );  in reflect()
 113064 …return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( profileCount == rhs.profileCount ) &&…  in operator ==()
 113077     uint32_t                                          profileCount = {};  member
 
 | 
| D | vulkan_core.h | 8054     uint32_t                        profileCount;  member
 | 
| D | vulkan_hash.hpp | 15192       VULKAN_HPP_HASH_COMBINE( seed, videoProfileListInfoKHR.profileCount );  in operator ()()
 |