Home
last modified time | relevance | path

Searched defs:vec (Results 551 - 575 of 695) sorted by relevance

1...<<2122232425262728

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp1022 ScalarType getSwizzledComp (const tcu::Vector<ScalarType, 4>& vec, vk::VkComponentSwizzle comp, int identityNdx) in getSwizzledComp() argument
1035 tcu::Vector<ScalarType, 4> swizzle (const tcu::Vector<ScalarType, 4>& vec, const vk::VkComponentMapping& swz) in swizzle() argument
1051 tcu::Vec4 swizzleScaleBias (const tcu::Vec4& vec, cons argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp217 inline const T* dataPointer (const std::vector<T>& vec) in dataPointer() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.hpp354 inline std::size_t sizeInBytes (const std::vector<T>& vec) in sizeInBytes() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp797 DispatchCommandsVec vec; in commandsVec() local
808 DispatchCommandsVec vec; in commandsVec() local
825 DispatchCommandsVec vec; commandsVec() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawDiscardRectanglesTests.cpp94 inline VkDeviceSize sizeInBytes(const std::vector<T>& vec) in sizeInBytes() argument
H A DvktDrawShaderLayerTests.cpp81 inline VkDeviceSize sizeInBytes(const std::vector<T>& vec) in sizeInBytes() argument
H A DvktDrawShaderViewportIndexTests.cpp85 inline VkDeviceSize sizeInBytes(const std::vector<T>& vec) in sizeInBytes() argument
/third_party/skia/src/core/
H A DSkDraw.cpp734 static SkScalar fast_len(const SkVector& vec) { in fast_len() argument
H A DSkStroke.cpp105 static bool set_normal_unitnormal(const SkVector& vec, in set_normal_unitnormal() argument
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionCall.cpp632 double vec[3] = {X(1) * Y(2) - Y(1) * X(2), in optimize_intrinsic_call() local
/third_party/skia/tests/
H A DRoundRectTest.cpp22 const SkVector vec[] = { { rad, rad }, { 0, rad }, { rad, rad }, { 0, rad } }; in test_tricky_radii() local
/third_party/skia/src/pdf/
H A DSkPDFGradientShader.cpp44 SkVector vec = pts[1] - pts[0]; in unit_to_points_matrix() local
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafhints.c971 FT_Vector* vec = outline->points; in FT_LOCAL_DEF() local
1284 FT_Vector* vec = outline->points; in af_glyph_hints_save() local
[all...]
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshalgo.c1084 FT_Vector* vec = glyph->outline->points; in psh_glyph_load_points() local
1120 FT_Vector* vec = glyph->outline->points; in psh_glyph_save_points() local
1220 FT_Vector* vec = outline->points; psh_glyph_init() local
[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgload.c372 FT_Vector *vec, *vec_limit; in FT_CALLBACK_DEF() local
1031 FT_Vector* vec = outline->points; TT_Process_Simple_Glyph() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbitblb.cpp1020 UVector *vec = *vector; in sortedAdd() local
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dvariant_test.cc2139 std::vector<Variant> vec; in TEST() local
2567 std::vector<variant<std::unique_ptr<int>, std::string>> vec; in TEST() local
/third_party/skia/include/core/
H A DSkMatrix.h1517 SkVector vec = { dx, dy }; in mapVector() local
1539 SkVector vec = { dx, dy }; in mapVector() local
[all...]
/third_party/rust/crates/proc-macro2/src/
H A Dfallback.rs274 let mut vec = self.inner.make_mut(); in extend() variables
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fInstancedRenderingTests.cpp158 void InstancedRenderingCase::pushVarCompAttrib (vector<VarComp>& vec, float val) in pushVarCompAttrib() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp1016 ScalarType getSwizzledComp (const tcu::Vector<ScalarType, 4>& vec, vk::VkComponentSwizzle comp, int identityNdx) in getSwizzledComp() argument
1029 tcu::Vector<ScalarType, 4> swizzle (const tcu::Vector<ScalarType, 4>& vec, const vk::VkComponentMapping& swz) in swizzle() argument
1045 tcu::Vec4 swizzleScaleBias (const tcu::Vec4& vec, cons argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp217 inline const T* dataPointer (const std::vector<T>& vec) in dataPointer() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUtil.hpp355 inline std::size_t sizeInBytes (const std::vector<T>& vec) in sizeInBytes() argument
/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp244 std::vector<std::string> vec; in CollectMemInfo() local
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp360 void MemoryInfo::PairToStringMatrix(const string &titleStr, vector<pair<string, uint64_t>> &vec, StringMatrix result) in PairToStringMatrix() argument

Completed in 58 milliseconds

1...<<2122232425262728