Searched refs:b_dst (Results 1 - 4 of 4) sorted by relevance
/third_party/astc-encoder/Utils/ |
H A D | astc_blend_test.cpp | 166 float b_dst = 0.8f; in main() local 178 b_out = (b_dst * (1.0f - a_src)) + (b_src * a_src); in main() 186 b_out = (b_dst * (1.0f - a_src)) + (b_src * 1.0f); in main() 242 float b_dst = 0.8f; in main() local 254 b_out = (b_dst * (1.0f - a_src)) + (b_src * a_src); in main() 262 b_out = (b_dst * (1.0f - a_src)) + (b_src * 1.0f); in main()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_copy.c | 429 struct radv_meta_blit2d_surf b_dst = blit_surf_for_image_level_layer( in copy_image() local 446 b_src.format, b_dst.format, &need_dcc_sign_reinterpret) && in copy_image() 448 b_src.format = b_dst.format; in copy_image() 450 b_dst.format = b_src.format; in copy_image() 460 b_dst.format = b_src.format; in copy_image() 461 b_dst.disable_compression = true; in copy_image() 499 b_dst.layer = dst_offset_el.z; in copy_image() 516 radv_meta_image_to_image_cs(cmd_buffer, &b_src, &b_dst, 1, &rect); in copy_image() 518 if (radv_can_use_fmask_copy(cmd_buffer, b_src.image, b_dst.image, 1, &rect)) { in copy_image() 519 radv_fmask_copy(cmd_buffer, &b_src, &b_dst); in copy_image() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
H A D | SerializableTestUtility.java | 567 boolean a_dst, b_dst; in hasSameBehavior() 581 b_dst = tza_b.inDaylightTime(d); in hasSameBehavior() 582 if (a_offset != b_offset || a_dst != b_dst) { in hasSameBehavior()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
H A D | SerializableTestUtility.java | 566 boolean a_dst, b_dst; in hasSameBehavior() 580 b_dst = tza_b.inDaylightTime(d); in hasSameBehavior() 581 if (a_offset != b_offset || a_dst != b_dst) { in hasSameBehavior()
|
Completed in 5 milliseconds