Searched refs:layout_features (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | hb-subset.cc | 543 …hb_set_t *layout_features = hb_subset_input_set (subset_main->input, HB_SUBSET_SETS_LAYOUT_FEATURE… in parse_layout_features() local 545 if (!is_remove && !is_add) hb_set_clear (layout_features); in parse_layout_features() 549 hb_set_clear (layout_features); in parse_layout_features() 551 hb_set_invert (layout_features); in parse_layout_features() 568 hb_set_add (layout_features, tag); in parse_layout_features() 570 hb_set_del (layout_features, tag); in parse_layout_features()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 85 VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR layout_features; in checkSupportWithParams() local 86 deMemset(&layout_features, 0, sizeof(layout_features)); in checkSupportWithParams() 87 …layout_features.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_FEATURE… in checkSupportWithParams() 88 layout_features.pNext = DE_NULL; in checkSupportWithParams() 93 f16_i8_features.pNext = &layout_features; in checkSupportWithParams() 103 if (layout_features.workgroupMemoryExplicitLayoutScalarBlockLayout != VK_TRUE) in checkSupportWithParams() 111 if (layout_features.workgroupMemoryExplicitLayout8BitAccess != VK_TRUE) in checkSupportWithParams() 119 if (layout_features.workgroupMemoryExplicitLayout16BitAccess != VK_TRUE) in checkSupportWithParams() 133 if (layout_features.workgroupMemoryExplicitLayout16BitAccess != VK_TRUE) in checkSupportWithParams()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 85 VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR layout_features; in checkSupportWithParams() local 86 deMemset(&layout_features, 0, sizeof(layout_features)); in checkSupportWithParams() 87 …layout_features.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_FEATURE… in checkSupportWithParams() 88 layout_features.pNext = DE_NULL; in checkSupportWithParams() 93 f16_i8_features.pNext = &layout_features; in checkSupportWithParams() 103 if (layout_features.workgroupMemoryExplicitLayoutScalarBlockLayout != VK_TRUE) in checkSupportWithParams() 111 if (layout_features.workgroupMemoryExplicitLayout8BitAccess != VK_TRUE) in checkSupportWithParams() 119 if (layout_features.workgroupMemoryExplicitLayout16BitAccess != VK_TRUE) in checkSupportWithParams() 133 if (layout_features.workgroupMemoryExplicitLayout16BitAccess != VK_TRUE) in checkSupportWithParams()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-subset-plan.cc | 364 plan->layout_features, in _populate_gids_to_retain() 373 plan->layout_features, in _populate_gids_to_retain() 492 plan->layout_features = hb_set_copy (input->sets.layout_features); in hb_subset_plan_create() 558 hb_set_destroy (plan->layout_features); in hb_subset_plan_destroy()
|
D | hb-subset-input.hh | 52 hb_set_t *layout_features; member
|
D | hb-subset-plan.hh | 55 hb_set_t *layout_features; member
|
D | hb-subset-input.cc | 191 …input->sets.layout_features->add_array (default_layout_features, ARRAY_LENGTH (default_layout_feat… in hb_subset_input_create_or_fail()
|