Home
last modified time | relevance | path

Searched refs:subpixel_bits (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/util/
H A Dfont-options.hh61 unsigned int subpixel_bits = SUBPIXEL_BITS; member
97 int scale_x = (int) scalbnf (font_size_x, subpixel_bits); in post_parse()
98 int scale_y = (int) scalbnf (font_size_y, subpixel_bits); in post_parse()
H A Dview-cairo.hh51 scale_bits = - (int) font_opts->subpixel_bits; in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fImplementationLimitTests.cpp194 LIMIT_CASE(subpixel_bits, GL_SUBPIXEL_BITS, GLint, 4); in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp439 LIMIT_CASE(subpixel_bits, GL_SUBPIXEL_BITS, GLint, 4); in init()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c7460 /* small_prim_precision = num_samples / 2^subpixel_bits in radv_get_ngg_culling_settings()
7464 unsigned subpixel_bits = 256; in radv_get_ngg_culling_settings() local
7465 int32_t small_prim_precision_log2 = util_logbase2(pipeline->ms.num_samples) - util_logbase2(subpixel_bits); in radv_get_ngg_culling_settings()

Completed in 18 milliseconds