| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_zoompan.c | 354 static const AVFilterPad inputs[] = { variable
|
| H A D | vf_mix.c | 458 static const AVFilterPad inputs[] = { global() variable [all...] |
| H A D | vf_negate.c | 349 static const AVFilterPad inputs[] = { variable
|
| H A D | vf_photosensitivity.c | 303 static const AVFilterPad inputs[] = { variable
|
| /third_party/gn/src/gn/ |
| H A D | analyzer.cc | 119 JSONToInputs(const Label& default_toolchain, const std::string input, Inputs* inputs) JSONToInputs() argument 279 Inputs inputs; Analyze() local [all...] |
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_context.h | 65 struct ir3_instruction **inputs; member
|
| H A D | ir3_postsched.c | 577 struct util_dynarray inputs; in sched_dag_init() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | viewport.c | 177 viewport_array(struct gl_context *ctx, GLuint first, GLsizei count, struct gl_viewport_inputs *inputs) viewport_array() argument 360 depth_range_arrayv(struct gl_context *ctx, GLuint first, GLsizei count, const struct gl_depthrange_inputs *const inputs) depth_range_arrayv() argument [all...] |
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_atifs_to_nir.c | 52 nir_ssa_def *inputs[VARYING_SLOT_MAX]; member
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_vX_meta_clear.c | 55 struct panfrost_compile_inputs inputs = { in panvk_meta_clear_color_attachment_shader() local
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs_linear_llvm.c | 141 LLVMValueRef inputs[PIPE_MAX_SHADER_INPUTS]; in llvm_fragment_body() local
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | branch-elimination.cc | 102 Node::Inputs inputs = merge->inputs(); in SimplifyBranchCondition() local 207 Node* inputs[] = { in TryPullTrapIntoMerge() local 373 Node::Inputs inputs = node->inputs(); in ReduceMerge() local [all...] |
| H A D | node.cc | 58 NewImpl(Zone* zone, NodeId id, const Operator* op, int input_count, NodePtrT const* inputs, bool has_extensible_inputs) NewImpl() argument 131 New(Zone* zone, NodeId id, const Operator* op, int input_count, Node* const* inputs, bool has_extensible_inputs) New() argument 138 ZoneNodePtr const* const inputs = node->has_inline_inputs() Clone() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_aos.c | 859 lp_build_tgsi_aos(struct gallivm_state *gallivm, const struct tgsi_token *tokens, struct lp_type type, const unsigned char swizzles[4], LLVMValueRef consts_ptr, const LLVMValueRef *inputs, LLVMValueRef *outputs, const struct lp_build_sampler_aos *sampler, const struct tgsi_shader_info *info) lp_build_tgsi_aos() argument
|
| H A D | lp_bld_nir_aos.c | 321 lp_build_nir_aos(struct gallivm_state *gallivm, struct nir_shader *shader, struct lp_type type, const unsigned char swizzles[4], LLVMValueRef consts_ptr, const LLVMValueRef *inputs, LLVMValueRef *outputs, const struct lp_build_sampler_aos *sampler, const struct tgsi_shader_info *info) lp_build_nir_aos() argument
|
| /third_party/mindspore/test/unittest/ |
| H A D | mindspore_unit_test.cpp | 296 OH_AI_TensorHandleArray inputs = OH_AI_ModelGetInputs(model); in HWTEST() local 389 OH_AI_TensorHandleArray inputs = OH_AI_ModelGetInputs(model); in HWTEST() local 419 OH_AI_TensorHandleArray inputs = OH_AI_ModelGetInputs(model); in HWTEST() local 569 OH_AI_TensorHandleArray inputs = OH_AI_ModelGetInputs(model); HWTEST() local 623 OH_AI_TensorHandleArray inputs = OH_AI_ModelGetInputs(model); HWTEST() local 682 OH_AI_TensorHandleArray inputs = OH_AI_ModelGetInputs(model); HWTEST() local 730 OH_AI_TensorHandleArray inputs = OH_AI_ModelGetInputs(model); HWTEST() local 816 OH_AI_TensorHandleArray inputs = OH_AI_ModelGetInputs(model); HWTEST() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
| H A D | vktYCbCrFormatTests.cpp | 508 const void* inputs[] = { texCoord[0].getPtr() }; in testFormat() local
|
| /third_party/skia/src/core/ |
| H A D | SkColorFilter.cpp | 486 sk_sp<SkColorFilter> inputs[] = {cf0,cf1}; in Lerp() local
|
| /third_party/skia/src/gpu/gl/builders/ |
| H A D | GrGLProgramBuilder.cpp | 149 void GrGLProgramBuilder::addInputVars(const SkSL::Program::Inputs& inputs) { in addInputVars() argument 159 void GrGLProgramBuilder::storeShaderInCache(const SkSL::Program::Inputs& inputs, GrGLuint programID, in storeShaderInCache() argument 264 SkSL::Program::Inputs inputs; in finalize() local 571 SkSL::Program::Inputs inputs; PrecompileProgram() local [all...] |
| /third_party/skia/src/gpu/glsl/ |
| H A D | GrGLSLShaderBuilder.h | 241 SkString& inputs() { return fShaderStrings[kInputs]; } in inputs() function in GrGLSLShaderBuilder
|
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkArithmeticImageFilter.cpp | 99 sk_sp<SkImageFilter> inputs[2] = {std::move(background), std::move(foreground)}; in Arithmetic() local 34 SkArithmeticImageFilter(float k1, float k2, float k3, float k4, bool enforcePMColor, sk_sp<SkImageFilter> inputs[2], const SkRect* cropRect) SkArithmeticImageFilter() argument
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | canonicalize_entry_point_io.cc | 551 Run(CloneContext& ctx, const DataMap& inputs, DataMap&) Run() argument
|
| /third_party/vixl/test/aarch32/ |
| H A D | test-simulator-cond-rd-memop-rs-shift-amount-1to31-a32.cc | 164 const Inputs* inputs; member [all...] |
| H A D | test-simulator-cond-rd-memop-rs-shift-amount-1to32-a32.cc | 164 const Inputs* inputs; member [all...] |
| H A D | test-simulator-cond-rd-rn-rm-a32.cc | 216 const Inputs* inputs; member [all...] |