Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/mesa3d/include/vulkan/
Dvulkan_beta.h117 uint32_t profileCount; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_beta.h120 uint32_t profileCount; member
Dvulkan_structs.hpp55852 : profileCount( profileCount_ )
55880 profileCount = profileCount_; in setProfileCount()
55906 … return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( profileCount == rhs.profileCount ) && in operator ==()
55919 uint32_t profileCount = {}; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_beta.h120 uint32_t profileCount; member
Dvulkan_structs.hpp57182 : profileCount( profileCount_ )
57210 profileCount = profileCount_; in setProfileCount()
57237 … return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( profileCount == rhs.profileCount ) && in operator ==()
57250 uint32_t profileCount = {}; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_beta.h120 uint32_t profileCount; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferMemoryRequirementsTests.cpp611 profiles.profileCount = 1u; in chainVkStructure()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl5992 uint32_t profileCount; member
DvkStrUtilImpl.inl12564 s << "\tprofileCount = " << value.profileCount << '\n';