Home
last modified time | relevance | path

Searched defs:vec (Results 701 - 725 of 729) sorted by relevance

1...<<21222324252627282930

/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp817 NewJsonFixedArray(size_t start, size_t length, const std::vector<JSHandle<JSTaggedValue>> &vec) NewJsonFixedArray() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp2549 std::vector<PhiDesc> vec; in AddPhiDesc() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp936 CollectSurface( const std::shared_ptr<RSRenderNode>& node, std::vector<RSRenderNode::SharedPtr>& vec, bool isUniRender, bool onlyFirstLevel) CollectSurface() argument
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp4919 std::vector<uint8_t> vec = {}; in SetEffectSuggestionStatus() local
4956 std::vector<uint8_t> vec = {type, isEnable}; in UpdateEffectSuggestion() local
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp8815 auto vec = camSession->GetSubFeatureMods(); in HWTEST_F() local
/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc6896 std::vector<std::string> vec; in TEST() local
[all...]
/third_party/mesa3d/include/CL/
H A Dcl2.hpp1995 BuildError(cl_int err, const char * errStr, const BuildLogType &vec) : Error(err, errStr), buildLogs(vec) in BuildError() argument
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c560 LLVMValueRef vec = NULL; in ac_build_varying_gather_values() local
583 LLVMValueRef vec = NULL; in ac_build_gather_values_extended() local
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c155 bi_extract(bi_builder *b, bi_index vec, unsigned channel) in bi_extract() argument
202 bi_emit_split_i32(bi_builder *b, bi_index dests[4], bi_index vec, unsigned n) in bi_emit_split_i32() argument
222 bi_emit_cached_split_i32(bi_builder *b, bi_index vec, unsigne argument
234 bi_emit_cached_split(bi_builder *b, bi_index vec, unsigned bits) bi_emit_cached_split() argument
2325 bi_index vec = bi_src_index(&instr->src[0].src); bi_emit_alu() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp287 std::string toString(const std::vector<T>& vec) in toString() argument
427 std::ostream& operator<< (std::ostream& out, const PipelineExecutablePropertyVec& vec) in operator <<() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp7221 vector<deFloat16> vec; squarizeVector() local
[all...]
/third_party/skia/src/core/
H A DSkPath.cpp2161 SkVector vec = *points - currPt; in BySign() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp284 std::string toString(const std::vector<T>& vec) in toString() argument
424 std::ostream& operator<< (std::ostream& out, const PipelineExecutablePropertyVec& vec) in operator <<() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp7209 vector<deFloat16> vec; squarizeVector() local
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4139 const std::vector<std::vector<std::string>> vec = it->second; in SetpkgContextInfoList() local
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp6914 std::vector<int8_t> vec = { -1, -1 }; in GetWordSelection() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp6416 auto vec = propTransform_->GetTransformCenterValue(); local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp6668 std::string WebPattern::VectorIntToString(std::vector<int64_t>&& vec) in VectorIntToString() argument
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp3579 TIntermTyped* vec = nullptr; in decomposeStructBufferMethods() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c2546 find_imm_in_vec4(const union tgsi_immediate_data vec[4], in find_imm_in_vec4() argument
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_conn.c5615 static int ensure_decrypt_buffer(ngtcp2_vec *vec, size_t n, size_t initial, in ensure_decrypt_buffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp2391 const auto& vec = shaderStageToLevelVecReportedMap.at(VK_SHADER_STAGE_CALLABLE_BIT_KHR); variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.cpp382 void WriteInlineData(const std::vector<uint8_t> &vec, std::ostream &out) in WriteInlineData() argument
401 void WriteInlineData<GLchar>(const std::vector<uint8_t> &vec, std::ostream &out) in WriteInlineData() argument
/third_party/toybox/toys/pending/
H A Dbc.c974 void bc_vec_free(void *vec) { in bc_vec_free() argument
1025 BcStatus bc_read_chars(BcVec *vec, char *prompt) { in bc_read_chars() argument
1072 BcStatus bc_read_line(BcVec *vec, char *prompt) { in bc_read_line() argument
4966 BcVec *vec; bc_program_copyToVar() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp2390 const auto& vec = shaderStageToLevelVecReportedMap.at(VK_SHADER_STAGE_CALLABLE_BIT_KHR); variable

Completed in 261 milliseconds

1...<<21222324252627282930