/third_party/skia/src/ports/ |
H A D | SkFontMgr_preview.cpp | 204 void SkFontMgr_Preview::addFamily(FontFamily& family, int familyIndex) in addFamily() argument 211 fallbackName.printf("%.2x##fallback", familyIndex); in addFamily() 227 int familyIndex = 0; in buildNameToFamilyMap() local 229 addFamily(*family, familyIndex++); in buildNameToFamilyMap() 230 family->fallbackFamilies.foreach([this, &familyIndex] in buildNameToFamilyMap() 232 addFamily(*(*fallbackFamily).get(), familyIndex++); in buildNameToFamilyMap()
|
H A D | SkFontMgr_android.cpp | 501 void addFamily(FontFamily& family, const bool isolated, int familyIndex) { in addFamily() argument 508 fallbackName.printf("%.2x##fallback", familyIndex); in addFamily() 524 int familyIndex = 0; in buildNameToFamilyMap() local 526 addFamily(*family, isolated, familyIndex++); in buildNameToFamilyMap() 528 addFamily(*fallbackFamily, isolated, familyIndex++); in buildNameToFamilyMap()
|
H A D | SkRemotableFontMgr_win_dw.cpp | 126 SkRemotableFontIdentitySet* getIndex(int familyIndex) const override { 128 HRNM(fFontCollection->GetFontFamily(familyIndex, &fontFamily), 144 virtual SkFontIdentity matchIndexStyle(int familyIndex, 150 HR_GENERAL(fFontCollection->GetFontFamily(familyIndex, &fontFamily),
|
H A D | SkFontMgr_win_dw.cpp | 1086 for (UINT32 familyIndex = 0; familyIndex < familyCount; ++familyIndex) { in onMakeFromStreamArgs() 1088 HRN(fontCollection->GetFontFamily(familyIndex, &fontFamily)); in onMakeFromStreamArgs()
|
H A D | SkFontMgr_preview.h | 348 void addFamily(FontFamily& family, int familyIndex);
|
/third_party/skia/include/ports/ |
H A D | SkRemotableFontMgr.h | 59 * Returns all of the fonts with the given familyIndex. 65 virtual SkRemotableFontIdentitySet* getIndex(int familyIndex) const = 0; 72 virtual SkFontIdentity matchIndexStyle(int familyIndex, const SkFontStyle&) const = 0;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueUtils.cpp | 72 for (deUint32 familyIndex = 0; familyIndex < queueFamilyPropertyCount; ++familyIndex) in findQueueFamilyIndex() 74 const VkQueueFamilyProperties& props = familyProperties2[familyIndex].queueFamilyProperties; in findQueueFamilyIndex() 82 const QueueGlobalPriorities prios(familyPriorityProperties[familyIndex]); in findQueueFamilyIndex() 89 return familyIndex; in findQueueFamilyIndex()
|
H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 530 deUint32 familyIndex) in getQueue() 534 vkd.getDeviceQueue(device, familyIndex, 0u, &queue); in getQueue() 528 getQueue(const vk::DeviceInterface& vkd, const vk::VkDevice device, deUint32 familyIndex) getQueue() argument
|
/third_party/skia/src/fonts/ |
H A D | SkFontMgr_indirect.cpp | 27 SkStyleSet_Indirect(const SkFontMgr_Indirect* owner, int familyIndex, in SkStyleSet_Indirect() argument 29 : fOwner(SkRef(owner)), fFamilyIndex(familyIndex), fData(data) in SkStyleSet_Indirect()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | CommandProcessor.cpp | 1379 for (uint32_t familyIndex = 0; familyIndex < queueFamilyProperties.size(); ++familyIndex) in FindIndex() 1381 const auto &queueInfo = queueFamilyProperties[familyIndex]; in FindIndex() 1388 index = familyIndex; in FindIndex()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 1947 deUint32 familyIndex; member 1971 info.familyIndex, // deUint32 queueFamilyIndex; in runQueueCreationTestCombination() 1989 const string message = "(queueFamilyIndex: " + de::toString(info.familyIndex) + ", flags: " + de::toString(info.flags) + ", queue Index: " + de::toString(queueIdx) + ")"; in runQueueCreationTestCombination() 1990 const VkQueue queue = getDeviceQueue2WithOptions(deviceDriver, *device, info.flags, info.familyIndex, queueIdx); in runQueueCreationTestCombination() 2178 queuesInfo << "(Queue family: " << queueInfo.familyIndex << ", flags: " << queueInfo.flags << ", count: " << queueInfo.count << ")"; in createDeviceQueue2WithNProtectedAndMUnprotectedQueues() 2268 queuesInfo << "(Queue family: " << queueInfo.familyIndex << ", flags: " << queueInfo.flags << ", count: " << queueInfo.count << ")"; in createDeviceQueue2WithMultipleQueueCombinations()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 1958 deUint32 familyIndex; member 1982 info.familyIndex, // deUint32 queueFamilyIndex; in runQueueCreationTestCombination() 2000 const string message = "(queueFamilyIndex: " + de::toString(info.familyIndex) + ", flags: " + de::toString(info.flags) + ", queue Index: " + de::toString(queueIdx) + ")"; in runQueueCreationTestCombination() 2001 const VkQueue queue = getDeviceQueue2WithOptions(deviceDriver, *device, info.flags, info.familyIndex, queueIdx); in runQueueCreationTestCombination() 2189 queuesInfo << "(Queue family: " << queueInfo.familyIndex << ", flags: " << queueInfo.flags << ", count: " << queueInfo.count << ")"; in createDeviceQueue2WithNProtectedAndMUnprotectedQueues() 2279 queuesInfo << "(Queue family: " << queueInfo.familyIndex << ", flags: " << queueInfo.flags << ", count: " << queueInfo.count << ")"; in createDeviceQueue2WithMultipleQueueCombinations()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateLineWidthTests.cpp | 342 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 381 Move<VkCommandPool> cmdPool = makeCommandPool(vkd, device, familyIndex); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineFlagsTests.cpp | 729 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); in makeImageCreateInfo() local 745 &familyIndex, // const deUint32* pQueueFamilyIndices; in makeImageCreateInfo() 1249 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 1293 const Move<VkCommandPool> cmdPool = createCommandPool(vkd, device, 0, familyIndex); in iterate()
|
H A D | vktRayTracingAccelerationStructuresTests.cpp | 3116 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 3120 const Move<VkCommandPool> cmdPool = createCommandPool(vkd, device, vk::VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, familyIndex); in iterate() 3131 const std::vector<VkDeviceSize> inSizes = src->getSerializingSizes(vkd, device, queue, familyIndex); in iterate() 3476 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); variable 3480 const Move<VkCommandPool> cmdPool = createCommandPool(vk, device, 0, familyIndex); 3603 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); variable 3604 cmdPool = createCommandPool(vk, device, 0, familyIndex); 3627 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 3631 const Move<VkCommandPool> cmdPool = createCommandPool(vk, device, VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, familyIndex); in iterate() 3671 const deUint32 familyIndex in iterate() local [all...] |
H A D | vktRayTracingDataSpillTests.cpp | 1588 const auto familyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 1593 const auto cmdPool = makeCommandPool(vkd, device, familyIndex); in iterate() 2417 const auto familyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 2422 const auto cmdPool = makeCommandPool(vkd, device, familyIndex); in iterate()
|
H A D | vktRayTracingBarrierTests.cpp | 1218 const auto familyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 1245 const auto cmdPool = makeCommandPool(vkd, device, familyIndex); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineFlagsTests.cpp | 722 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); in makeImageCreateInfo() local 738 &familyIndex, // const deUint32* pQueueFamilyIndices; in makeImageCreateInfo() 1241 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 1286 const Move<VkCommandPool> cmdPool = createCommandPool(vkd, device, 0, familyIndex); in iterate()
|
H A D | vktRayTracingAccelerationStructuresTests.cpp | 2883 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 2887 const Move<VkCommandPool> cmdPool = createCommandPool(vkd, device, vk::VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, familyIndex); in iterate() 2898 const std::vector<VkDeviceSize> inSizes = src->getSerializingSizes(vkd, device, queue, familyIndex); in iterate() 3243 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); variable 3247 const Move<VkCommandPool> cmdPool = createCommandPool(vk, device, 0, familyIndex); 3370 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); variable 3371 cmdPool = createCommandPool(vk, device, 0, familyIndex); 3394 const deUint32 familyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 3398 const Move<VkCommandPool> cmdPool = createCommandPool(vk, device, VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, familyIndex); in iterate() 3438 const deUint32 familyIndex in iterate() local [all...] |
H A D | vktRayTracingDataSpillTests.cpp | 1588 const auto familyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 1593 const auto cmdPool = makeCommandPool(vkd, device, familyIndex); in iterate() 2417 const auto familyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 2422 const auto cmdPool = makeCommandPool(vkd, device, familyIndex); in iterate()
|
H A D | vktRayTracingBarrierTests.cpp | 1218 const auto familyIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 1245 const auto cmdPool = makeCommandPool(vkd, device, familyIndex); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 527 deUint32 familyIndex) in getQueue() 531 vkd.getDeviceQueue(device, familyIndex, 0u, &queue); in getQueue() 525 getQueue(const vk::DeviceInterface& vkd, const vk::VkDevice device, deUint32 familyIndex) getQueue() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolPerformanceTests.cpp | 101 void basicValidateCounter (const deUint32 familyIndex);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
H A D | vktQueryPoolPerformanceTests.cpp | 101 void basicValidateCounter (const deUint32 familyIndex);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiSwapchainTests.cpp | 155 for (const auto familyIndex : queueFamilyIndices) in createDeviceWithWsi() 162 familyIndex, in createDeviceWithWsi()
|