Home
last modified time | relevance | path

Searched refs:higher (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_common.hpp80 return higher.count(bit) != 0; in get()
88 higher.insert(bit); in set()
96 higher.erase(bit); in clear()
107 higher.clear(); in reset()
114 for (auto &v : higher) in merge_and()
115 if (other.higher.count(v) != 0) in merge_and()
117 higher = std::move(tmp_set); in merge_and()
123 for (auto &v : other.higher) in merge_or()
124 higher.insert(v); in merge_or()
132 if (higher in operator ==()
182 std::unordered_set<uint32_t> higher; global() member in SPIRV_CROSS_NAMESPACE::Bitset
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_emit.c304 enum V3DX(Varying_Flags_Action) higher) in emit_flat_shade_flags()
312 higher; in emit_flat_shade_flags()
322 enum V3DX(Varying_Flags_Action) higher) in emit_noperspective_flags()
330 higher; in emit_noperspective_flags()
339 enum V3DX(Varying_Flags_Action) higher) in emit_centroid_flags()
347 higher; in emit_centroid_flags()
358 enum V3DX(Varying_Flags_Action) higher)) in emit_varying_flags()
300 emit_flat_shade_flags(struct v3d_job *job, int varying_offset, uint32_t varyings, enum V3DX(Varying_Flags_Action) lower, enum V3DX(Varying_Flags_Action) higher) emit_flat_shade_flags() argument
318 emit_noperspective_flags(struct v3d_job *job, int varying_offset, uint32_t varyings, enum V3DX(Varying_Flags_Action) lower, enum V3DX(Varying_Flags_Action) higher) emit_noperspective_flags() argument
335 emit_centroid_flags(struct v3d_job *job, int varying_offset, uint32_t varyings, enum V3DX(Varying_Flags_Action) lower, enum V3DX(Varying_Flags_Action) higher) emit_centroid_flags() argument
353 emit_varying_flags(struct v3d_job *job, uint32_t *flags, void (*flag_emit_callback)(struct v3d_job *job, int varying_offset, uint32_t flags, enum V3DX(Varying_Flags_Action) lower, enum V3DX(Varying_Flags_Action) higher)) emit_varying_flags() argument
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H A Dltpfsio.sh31 - This test will ONLY run on a 2.5.66 or higher kernel system.
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_cmd_buffer.c1271 enum V3DX(Varying_Flags_Action) higher) in emit_flat_shade_flags()
1281 flags.action_for_flat_shade_flags_of_higher_numbered_varyings = higher; in emit_flat_shade_flags()
1290 enum V3DX(Varying_Flags_Action) higher) in emit_noperspective_flags()
1300 flags.action_for_non_perspective_flags_of_higher_numbered_varyings = higher; in emit_noperspective_flags()
1309 enum V3DX(Varying_Flags_Action) higher) in emit_centroid_flags()
1319 flags.action_for_centroid_flags_of_higher_numbered_varyings = higher; in emit_centroid_flags()
1331 enum V3DX(Varying_Flags_Action) higher)) in emit_varying_flags()
1267 emit_flat_shade_flags(struct v3dv_job *job, int varying_offset, uint32_t varyings, enum V3DX(Varying_Flags_Action) lower, enum V3DX(Varying_Flags_Action) higher) emit_flat_shade_flags() argument
1286 emit_noperspective_flags(struct v3dv_job *job, int varying_offset, uint32_t varyings, enum V3DX(Varying_Flags_Action) lower, enum V3DX(Varying_Flags_Action) higher) emit_noperspective_flags() argument
1305 emit_centroid_flags(struct v3dv_job *job, int varying_offset, uint32_t varyings, enum V3DX(Varying_Flags_Action) lower, enum V3DX(Varying_Flags_Action) higher) emit_centroid_flags() argument
1324 emit_varying_flags(struct v3dv_job *job, uint32_t num_flags, const uint32_t *flags, void (*flag_emit_callback)(struct v3dv_job *job, int varying_offset, uint32_t flags, enum V3DX(Varying_Flags_Action) lower, enum V3DX(Varying_Flags_Action) higher)) emit_varying_flags() argument
/third_party/unity/test/tests/
H A Dtest_unity_floats.c1336 double higher = (double)f * 1.00000005; in printFloatValue() local
1339 if(isfinite(higher)) sprintf(expected_higher, "%.7g", higher); in printFloatValue()
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dia64-mont.pl503 // factor is a tad higher: 33 or 34, if not 35. Exact measurement and
506 // should run in 56*n ticks, because of higher xma latency...
/third_party/openssl/crypto/bn/asm/
H A Dia64-mont.pl503 // factor is a tad higher: 33 or 34, if not 35. Exact measurement and
506 // should run in 56*n ticks, because of higher xma latency...
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c4542 double higher = (double)f * 1.0000005; in printFloatValue() local
4545 if (isfinite(higher)) sprintf(expected_higher, "%.6g", higher); else strcpy(expected_higher, expected); in printFloatValue()
/third_party/gn/src/gn/
H A Dvariables.cc1947 higher in the dependency tree by depending on it via public_deps (see "gn
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm1700 EVEX_INSTR vrcpps, vrcp14ps, 1 ; EVEX versions have higher precision
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1659 C<Text::Template> version 1.22 and higher has a new feature to make
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1659 C<Text::Template> version 1.22 and higher has a new feature to make

Completed in 35 milliseconds