Searched defs:flip (Results 76 - 85 of 85) sorted by relevance
1234
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | RegisterCoalescer.cpp | 514 bool CoalescerPair::flip() { in flip() function in CoalescerPair
|
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | ShaderCore.cpp | 1423 Int4 flip = CmpNLT(Nref.x * I.x, Float4(0.0f)) & Int4(0x80000000); in forward1() local 1430 Int4 flip = CmpNLT(dot2(Nref, I), Float4(0.0f)) & Int4(0x80000000); in forward2() local 1438 Int4 flip = CmpNLT(dot3(Nref, I), Float4(0.0f)) & Int4(0x80000000); in forward3() local 1447 Int4 flip in forward4() local [all...] |
| /third_party/skia/tests/ |
| H A D | GrStyledShapeTest.cpp | 286 GrStyledShape flip = GrStyledShape::MakeFilled(shape, GrStyledShape::FillInversion::kFlip); in test_inversions() local
|
| /device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/ |
| H A D | phy-rockchip-typec.c | 425 bool flip;
member
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
| H A D | render_backend_gles.cpp | 2527 const float flip = (renderingToDefaultFbo_) ? (-1.f) : (1.f); in BindResources() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
| H A D | pixel_map.cpp | 3669 void PixelMap::flip(bool xAxis, bool yAxis) in flip() function in OHOS::Media::PixelMap
|
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-compiler.cc | 1211 bool flip = (new_start_index & 1) != (start_index & 1); in GenerateBranches() local
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_state.c | 826 const bool flip = devinfo->ppipe_subslices[0] < devinfo->ppipe_subslices[1]; in upload_pixel_hashing_tables() local
|
| /third_party/astc-encoder/Source/ |
| H A D | tinyexr.h | 4502 tdefl_write_image_to_png_file_in_memory_ex(const void *pImage, int w, int h, int num_chans, size_t *pLen_out, mz_uint level, mz_bool flip) tdefl_write_image_to_png_file_in_memory_ex() argument
|
| /third_party/rust/crates/memchr/bench/data/code/ |
| H A D | rust-library.rs | 29483 pub fn flip(&self) { in flip() functions [all...] |
Completed in 122 milliseconds
1234