Home
last modified time | relevance | path

Searched refs:profileCount (Results 1 – 16 of 16) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferMemoryRequirementsTests.cpp762 profiles.profileCount = 2u; in chainVkStructure()
767 profiles.profileCount = 1u; in chainVkStructure()
772 profiles.profileCount = 1u; in chainVkStructure()
/external/dng_sdk/source/
Ddng_negative.cpp1266 uint32 profileCount = ProfileCount (); in ProfileByID() local
1268 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()
Ddng_image_writer.cpp6319 uint32 profileCount = negative.ProfileCount (); in WriteDNG() local
6321 for (uint32 index = 0; index < profileCount; index++) in WriteDNG()
/external/gfxstream-protocols/include/vulkan/include/vulkan/
Dvulkan_beta.h120 uint32_t profileCount; member
/external/vulkan-headers/include/vulkan/
Dvulkan_beta.h123 uint32_t profileCount; member
Dvulkan_structs.hpp107060 , 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
Dvulkan_hash.hpp14283 VULKAN_HPP_HASH_COMBINE( seed, videoProfileListInfoKHR.profileCount ); in operator ()()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkStructTypes.inl6316 uint32_t profileCount; member
DvkVulkan_c.inl8990 deUint32 profileCount; member
DvkStrUtilImpl.inl13475 s << "\tprofileCount = " << value.profileCount << '\n';
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp99569 : 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
Dvulkan_core.h7929 uint32_t profileCount; member
Dvulkan_hash.hpp13035 VULKAN_HPP_HASH_COMBINE( seed, videoProfileListInfoKHR.profileCount ); in operator ()()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp112975 , 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
Dvulkan_core.h8054 uint32_t profileCount; member
Dvulkan_hash.hpp15192 VULKAN_HPP_HASH_COMBINE( seed, videoProfileListInfoKHR.profileCount ); in operator ()()