Searched refs:valueFormat (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-gpos-table.hh | 768 if (!valueFormat.has_device ()) return; in collect_variation_indices() 776 valueFormat.collect_variation_indices (c, this, values.as_array (valueFormat.get_len ())); in collect_variation_indices() 784 ValueFormat get_value_format () const { return valueFormat; } in get_value_format() 793 valueFormat.apply_value (c, this, values, buffer->cur_pos()); in apply() 809 if (unlikely (!c->check_assign (valueFormat, in serialize() 839 | hb_zip (hb_repeat (values.as_array (valueFormat.get_len ()))) in subset() 852 valueFormat.sanitize_value (c, this, values)); in sanitize() 860 ValueFormat valueFormat; /* Defines the types of data in the member 877 if (!valueFormat in collect_variation_indices() 985 ValueFormat valueFormat; /* Defines the types of data in the global() member 1464 ValueFormat valueFormat[2]; /* [0] Defines the types of data in global() member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessUtil.cpp | 256 void logValue (std::ostringstream& logMsg, const void* valuePtr, VkFormat valueFormat, size_t valueSize) in logValue() argument 258 if (isUintFormat(valueFormat)) in logValue() 262 else if (isIntFormat(valueFormat)) in logValue() 266 else if (isFloatFormat(valueFormat)) in logValue()
|
H A D | vktRobustnessUtil.hpp | 47 void logValue (std::ostringstream& logMsg, const void* valuePtr, vk::VkFormat valueFormat, size_t valueSize);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustnessUtil.cpp | 281 void logValue (std::ostringstream& logMsg, const void* valuePtr, VkFormat valueFormat, size_t valueSize) in logValue() argument 283 if (isUintFormat(valueFormat)) in logValue() 287 else if (isIntFormat(valueFormat)) in logValue() 291 else if (isFloatFormat(valueFormat)) in logValue()
|
H A D | vktRobustnessUtil.hpp | 47 void logValue (std::ostringstream& logMsg, const void* valuePtr, vk::VkFormat valueFormat, size_t valueSize);
|
Completed in 9 milliseconds