Home
last modified time | relevance | path

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 DRegisterCoalescer.cpp514 bool CoalescerPair::flip() { in flip() function in CoalescerPair
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.cpp1423 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 DGrStyledShapeTest.cpp286 GrStyledShape flip = GrStyledShape::MakeFilled(shape, GrStyledShape::FillInversion::kFlip); in test_inversions() local
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/
H A Dphy-rockchip-typec.c425 bool flip; member
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp2527 const float flip = (renderingToDefaultFbo_) ? (-1.f) : (1.f); in BindResources() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp3669 void PixelMap::flip(bool xAxis, bool yAxis) in flip() function in OHOS::Media::PixelMap
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc1211 bool flip = (new_start_index & 1) != (start_index & 1); in GenerateBranches() local
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c826 const bool flip = devinfo->ppipe_subslices[0] < devinfo->ppipe_subslices[1]; in upload_pixel_hashing_tables() local
/third_party/astc-encoder/Source/
H A Dtinyexr.h4502 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 Drust-library.rs29483 pub fn flip(&self) { in flip() functions
[all...]

Completed in 122 milliseconds

1234