Home
last modified time | relevance | path

Searched refs:ub (Results 1 – 25 of 188) sorted by relevance

12345678

/third_party/glslang/Test/
Dspv.shortCircuit.frag5 bool ub;
21 if (ub || ui > 2) // not worth short circuiting
24 if (ub && !uba) // not worth short circuiting
27 if (ub || foo()) // must short circuit
30 if (ub && foo()) // must short circuit
33 if (foo() || ub) // not worth short circuiting
36 if (foo() && ub) // not worth short circuiting
39 if (ub || ++of1 > 1.0) // must short circuit
42 if (++of1 > 1.0 || ub) // not worth short circuiting
45 if (ub || sin(uf) * 4.0 > of1) // worth short circuiting
[all …]
/third_party/ffmpeg/libavformat/
Durl.c196 URLComponents ub, uc; in ff_make_absolute_url2() local
228 if ((ret = ff_url_decompose(&ub, base, NULL)) < 0) in ff_make_absolute_url2()
230 if (is_fq_dos_path(base) || av_strstart(base, "file:", NULL) || ub.path == ub.url) { in ff_make_absolute_url2()
236 if ((ret = ff_url_decompose(&ub, base, NULL)) < 0 || in ff_make_absolute_url2()
240 keep = ub.url; in ff_make_absolute_url2()
243 ub.url_component_end_##component > keep) { \ in ff_make_absolute_url2()
244 keep = ub.url_component_end_##component; \ in ff_make_absolute_url2()
263 COPY(ub.url, keep); in ff_make_absolute_url2()
266 use_base_path = URL_COMPONENT_HAVE(ub, path) && keep <= ub.path; in ff_make_absolute_url2()
272 base_path_end = ub.url_component_end_path; in ff_make_absolute_url2()
[all …]
/third_party/vk-gl-cts/modules/glshared/
DglsUniformBlockCase.hpp41 namespace ub namespace
252 …bool compareStd140Blocks (const ub::UniformLayout& refLayout, const ub::UniformLayout& cmpL…
253 …bool compareSharedBlocks (const ub::UniformLayout& refLayout, const ub::UniformLayout& cmpL…
254 …bool compareTypes (const ub::UniformLayout& refLayout, const ub::UniformLayout& cmpLayout)…
255 bool checkLayoutIndices (const ub::UniformLayout& layout) const;
256 bool checkLayoutBounds (const ub::UniformLayout& layout) const;
257 bool checkIndexQueries (deUint32 program, const ub::UniformLayout& layout) const;
264 ub::ShaderInterface m_interface;
DglsRandomUniformBlockCase.hpp40 namespace ub namespace
81 void generateUniform (de::Random& rnd, ub::UniformBlock& block);
82 ub::VarType generateType (de::Random& rnd, int typeDepth, bool arrayOk);
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcUniformBlockCase.hpp36 namespace ub namespace
357 …bool compareStd140Blocks(const ub::UniformLayout& refLayout, const ub::UniformLayout& cmpLayout) c…
358 …bool compareSharedBlocks(const ub::UniformLayout& refLayout, const ub::UniformLayout& cmpLayout) c…
359 bool compareTypes(const ub::UniformLayout& refLayout, const ub::UniformLayout& cmpLayout) const;
360 bool checkLayoutIndices(const ub::UniformLayout& layout) const;
361 bool checkLayoutBounds(const ub::UniformLayout& layout) const;
362 bool checkIndexQueries(deUint32 program, const ub::UniformLayout& layout) const;
368 ub::ShaderInterface m_interface;
/third_party/glslang/Test/baseResults/
Dspv.shortCircuit.frag.out16 Name 27 "ub"
47 27(ub): 26(ptr) Variable Private
69 28: 6(bool) Load 27(ub)
87 43: 6(bool) Load 27(ub)
99 52: 6(bool) Load 27(ub)
116 62: 6(bool) Load 27(ub)
133 72: 6(bool) Load 27(ub)
144 79: 6(bool) Load 27(ub)
154 85: 6(bool) Load 27(ub)
179 101: 6(bool) Load 27(ub)
[all …]
Dspv.storageBuffer.vert.out19 Name 16 "ub"
20 MemberName 16(ub) 0 "a"
30 MemberDecorate 16(ub) 0 Offset 0
31 Decorate 16(ub) Block
50 16(ub): TypeStruct 7(fvec4)
51 17: TypePointer Uniform 16(ub)
Dspv.vulkan110.storageBuffer.vert.out18 Name 16 "ub"
19 MemberName 16(ub) 0 "a"
29 MemberDecorate 16(ub) 0 Offset 0
30 Decorate 16(ub) Block
49 16(ub): TypeStruct 7(fvec4)
50 17: TypePointer Uniform 16(ub)
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_sse.h51 ubyte ub[16]; member
58 union { __m128i m; ubyte ub[16]; } u; in u_print_epi8() member
79 u.ub[0], u.ub[1], u.ub[2], u.ub[3], in u_print_epi8()
80 u.ub[4], u.ub[5], u.ub[6], u.ub[7], in u_print_epi8()
81 u.ub[8], u.ub[9], u.ub[10], u.ub[11], in u_print_epi8()
82 u.ub[12], u.ub[13], u.ub[14], u.ub[15]); in u_print_epi8()
Du_pack_color.h51 ubyte ub; member
119 uc->ub = a; in util_pack_color_ub()
125 uc->ub = r; in util_pack_color_ub()
260 ubyte p = uc->ub; in util_unpack_color_ub()
267 ubyte p = uc->ub; in util_unpack_color_ub()
274 ubyte p = uc->ub; in util_unpack_color_ub()
404 uc->ub = a; in util_pack_color()
410 uc->ub = r; in util_pack_color()
Du_pwr8.h45 ubyte ub[16];
284 result = vtemp.ub[15] << 8 | vtemp.ub[7]; in vec_movemask_epi8()
286 result = vtemp.ub[0] << 8 | vtemp.ub[8]; in vec_movemask_epi8()
/third_party/ffmpeg/libavcodec/
Dcbs_h264_syntax_template.c37 ub(2, nal_ref_idc); in FUNC()
38 ub(5, nal_unit_type); in FUNC()
94 ub(4, bit_rate_scale); in FUNC()
95 ub(4, cpb_size_scale); in FUNC()
103 ub(5, initial_cpb_removal_delay_length_minus1); in FUNC()
104 ub(5, cpb_removal_delay_length_minus1); in FUNC()
105 ub(5, dpb_output_delay_length_minus1); in FUNC()
106 ub(5, time_offset_length); in FUNC()
118 ub(8, aspect_ratio_idc); in FUNC()
120 ub(16, sar_width); in FUNC()
[all …]
Dcbs_h265_syntax_template.c42 ub(6, nal_unit_type); in FUNC()
98 ub(5, general_profile_idc); in FUNC()
153 ub(8, general_level_idc); in FUNC()
268 ub(8, tick_divisor_minus2); in FUNC()
269 ub(5, du_cpb_removal_delay_increment_length_minus1); in FUNC()
271 ub(5, dpb_output_delay_du_length_minus1); in FUNC()
274 ub(4, bit_rate_scale); in FUNC()
275 ub(4, cpb_size_scale); in FUNC()
277 ub(4, cpb_size_du_scale); in FUNC()
279 ub(5, initial_cpb_removal_delay_length_minus1); in FUNC()
[all …]
Dcbs_sei_syntax_template.c110 ub(16, white_point_x); in FUNC()
111 ub(16, white_point_y); in FUNC()
113 ub(32, max_display_mastering_luminance); in FUNC()
114 ub(32, min_display_mastering_luminance); in FUNC()
127 ub(16, max_content_light_level); in FUNC()
128 ub(16, max_pic_average_light_level); in FUNC()
142 ub(8, preferred_transfer_characteristics); in FUNC()
/third_party/iowow/src/utils/
Diwarr.c22 ub = nels - 1; in iwarr_sorted_insert() local
30 idx = (ub + lb) / 2; in iwarr_sorted_insert()
39 if (lb > ub) { in iwarr_sorted_insert()
44 ub = idx - 1; in iwarr_sorted_insert()
45 if (lb > ub) { in iwarr_sorted_insert()
67 ub = nels - 1; in iwarr_sorted_remove() local
74 idx = (ub + lb) / 2; in iwarr_sorted_remove()
83 if (lb > ub) { in iwarr_sorted_remove()
87 ub = idx - 1; in iwarr_sorted_remove()
88 if (lb > ub) { in iwarr_sorted_remove()
[all …]
Diwavl.h154 const struct iwavl_node **ub in iwavl_lookup_bounds() argument
156 *lb = *ub = 0; in iwavl_lookup_bounds()
162 *ub = cur; in iwavl_lookup_bounds()
168 *lb = *ub = cur; in iwavl_lookup_bounds()
/third_party/mesa3d/src/util/
Denum_operators.h37 IntType ub = static_cast<IntType>(b); \
38 return static_cast<Enum>(ua op ub); \
46 IntType ub = static_cast<IntType>(b); \
47 ua op##= ub; \
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_fragment_program_option.txt701 ub.x = round(127.0 * tmp0.x + 128.0); /* ub is a ubyte vector */
702 ub.y = round(127.0 * tmp0.y + 128.0);
703 ub.z = round(127.0 * tmp0.z + 128.0);
704 ub.w = round(127.0 * tmp0.w + 128.0);
705 /* result obtained by combining raw bits of ub. */
706 result.x = ((ub.x) | (ub.y << 8) | (ub.z << 16) | (ub.w << 24));
707 result.y = ((ub.x) | (ub.y << 8) | (ub.z << 16) | (ub.w << 24));
708 result.z = ((ub.x) | (ub.y << 8) | (ub.z << 16) | (ub.w << 24));
709 result.w = ((ub.x) | (ub.y << 8) | (ub.z << 16) | (ub.w << 24));
733 ub.x = round(255.0 * tmp0.x); /* ub is a ubyte vector */
[all …]
/third_party/openGLES/extensions/NV/
DNV_fragment_program_option.txt701 ub.x = round(127.0 * tmp0.x + 128.0); /* ub is a ubyte vector */
702 ub.y = round(127.0 * tmp0.y + 128.0);
703 ub.z = round(127.0 * tmp0.z + 128.0);
704 ub.w = round(127.0 * tmp0.w + 128.0);
705 /* result obtained by combining raw bits of ub. */
706 result.x = ((ub.x) | (ub.y << 8) | (ub.z << 16) | (ub.w << 24));
707 result.y = ((ub.x) | (ub.y << 8) | (ub.z << 16) | (ub.w << 24));
708 result.z = ((ub.x) | (ub.y << 8) | (ub.z << 16) | (ub.w << 24));
709 result.w = ((ub.x) | (ub.y << 8) | (ub.z << 16) | (ub.w << 24));
733 ub.x = round(255.0 * tmp0.x); /* ub is a ubyte vector */
[all …]
/third_party/ffmpeg/libavfilter/x86/
Dvf_removegrain.asm94 SORT_PAIR ub, m1, m8, m9
95 SORT_PAIR ub, m2, m7, m10
96 SORT_PAIR ub, m3, m6, m11
97 SORT_PAIR ub, m4, m5, m12
/third_party/musl/libc-test/src/functional/
Dqsort.c24 const uint64_t *ua = a, *ub = b; in cmp64() local
25 return *ua < *ub ? -1 : *ua != *ub; in cmp64()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c319 uint8_t ub[16]; in gfx11_get_dcc_clear_parameters() member
332 bool bit = value.ub[i / 8] & BITFIELD_BIT(i % 8); in gfx11_get_dcc_clear_parameters()
360 printf("%02x", value.ub[i]); in gfx11_get_dcc_clear_parameters()
387 if (value.ub[0] == 0x00 && value.ub[1] == 0xff) { in gfx11_get_dcc_clear_parameters()
390 } else if (value.ub[0] == 0xff && value.ub[1] == 0x00) { in gfx11_get_dcc_clear_parameters()
395 if (value.ub[0] == 0x00 && value.ub[1] == 0x00 && in gfx11_get_dcc_clear_parameters()
396 value.ub[2] == 0x00 && value.ub[3] == 0xff) { in gfx11_get_dcc_clear_parameters()
399 } else if (value.ub[0] == 0xff && value.ub[1] == 0xff && in gfx11_get_dcc_clear_parameters()
400 value.ub[2] == 0xff && value.ub[3] == 0x00) { in gfx11_get_dcc_clear_parameters()
/third_party/python/Modules/_decimal/libmpdec/
Dio.c693 unsigned char lb, ub; in _mpd_copy_utf8() local
709 lb = 0x80; ub = 0xbf; in _mpd_copy_utf8()
713 lb = 0xa0; ub = 0xbf; in _mpd_copy_utf8()
717 lb = 0x80; ub = 0xbf; in _mpd_copy_utf8()
721 lb = 0x80; ub = 0x9f; in _mpd_copy_utf8()
725 lb = 0x80; ub = 0xbf; in _mpd_copy_utf8()
729 lb = 0x90; ub = 0xbf; in _mpd_copy_utf8()
733 lb = 0x80; ub = 0xbf; in _mpd_copy_utf8()
737 lb = 0x80; ub = 0x8f; in _mpd_copy_utf8()
746 if (*cp < lb || ub < *cp) { in _mpd_copy_utf8()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonDepMappings.td154 def V6_MAP_equbAlias : InstAlias<"$Qd4 = vcmp.eq($Vu32.ub,$Vv32.ub)", (V6_veqb HvxQR:$Qd4, HvxVR:$V…
155 def V6_MAP_equb_andAlias : InstAlias<"$Qx4 &= vcmp.eq($Vu32.ub,$Vv32.ub)", (V6_veqb_and HvxQR:$Qx4,…
156 def V6_MAP_equb_iorAlias : InstAlias<"$Qx4 |= vcmp.eq($Vu32.ub,$Vv32.ub)", (V6_veqb_or HvxQR:$Qx4, …
157 def V6_MAP_equb_xorAlias : InstAlias<"$Qx4 ^= vcmp.eq($Vu32.ub,$Vv32.ub)", (V6_veqb_xor HvxQR:$Qx4,…
206 def V6_vabsub_altAlias : InstAlias<"$Vd32.ub = vabs($Vu32.b)", (V6_vabsb HvxVR:$Vd32, HvxVR:$Vu32)>…
241 def V6_vandnqrt_acc_altAlias : InstAlias<"$Vx32.ub |= vand(!$Qu4.ub,$Rt32.ub)", (V6_vandnqrt_acc Hv…
242 def V6_vandnqrt_altAlias : InstAlias<"$Vd32.ub = vand(!$Qu4.ub,$Rt32.ub)", (V6_vandnqrt HvxVR:$Vd32…
243 def V6_vandqrt_acc_altAlias : InstAlias<"$Vx32.ub |= vand($Qu4.ub,$Rt32.ub)", (V6_vandqrt_acc HvxVR…
244 def V6_vandqrt_altAlias : InstAlias<"$Vd32.ub = vand($Qu4.ub,$Rt32.ub)", (V6_vandqrt HvxVR:$Vd32, H…
245 def V6_vandvrt_acc_altAlias : InstAlias<"$Qx4.ub |= vand($Vu32.ub,$Rt32.ub)", (V6_vandvrt_acc HvxQR…
[all …]
/third_party/musl/libc-test/src/math/gen/
Drnd.c141 const uint64_t *ua = a, *ub = b; in cmp64() local
142 return *ua < *ub ? -1 : (*ua > *ub ? 1 : 0); in cmp64()

12345678