| /third_party/ffmpeg/libavfilter/ |
| H A D | af_speechnorm.c | 566 static const AVFilterPad inputs[] = { variable
|
| H A D | af_apsyclip.c | 631 static const AVFilterPad inputs[] = { variable
|
| H A D | af_ladspa.c | 557 unsigned long inputs = 0, outputs = 0; in init() local
|
| H A D | vf_colormap.c | 537 static const AVFilterPad inputs[] = { variable
|
| H A D | vf_histogram.c | 620 static const AVFilterPad inputs[] = { variable
|
| H A D | vf_lut2.c | 528 static const AVFilterPad inputs[] = { variable
|
| H A D | vf_lut.c | 578 static const AVFilterPad inputs[] = { variable
|
| /third_party/gn/src/gn/ |
| H A D | desc_builder.cc | 418 std::vector<const SourceFile*> inputs; in BuildDescription() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
| H A D | NumberFormatterApiTest.java | 6020 assertFormatDescending( String message, String skeleton, String conciseSkeleton, UnlocalizedNumberFormatter f, ULocale locale, double[] inputs, String... expected) assertFormatDescending() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_shader.h | 275 IOMap<ShaderInput>& inputs() {return m_inputs;} in inputs() function in r600::Shader
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_interp.c | 672 lp_build_interp_soa_init(struct lp_build_interp_soa_context *bld, struct gallivm_state *gallivm, unsigned num_inputs, const struct lp_shader_input *inputs, boolean pixel_center_integer, unsigned coverage_samples, LLVMValueRef sample_pos_array, LLVMValueRef num_loop, LLVMBuilderRef builder, struct lp_type type, LLVMValueRef a0_ptr, LLVMValueRef dadx_ptr, LLVMValueRef dady_ptr, LLVMValueRef x0, LLVMValueRef y0) lp_build_interp_soa_init() argument
|
| H A D | lp_rast.c | 302 const struct lp_rast_shader_inputs *inputs = arg.shade_tile; in lp_rast_shade_tile() local 411 lp_rast_shade_quads_mask_sample(struct lp_rasterizer_task *task, const struct lp_rast_shader_inputs *inputs, unsigned x, unsigned y, uint64_t mask) lp_rast_shade_quads_mask_sample() argument 492 lp_rast_shade_quads_mask(struct lp_rasterizer_task *task, const struct lp_rast_shader_inputs *inputs, unsigned x, unsigned y, unsigned mask) lp_rast_shade_quads_mask() argument 513 const struct lp_rast_shader_inputs *inputs = arg.shade_tile; lp_rast_blit_tile_to_dest() local [all...] |
| H A D | lp_setup_rect.c | 91 lp_setup_whole_tile(struct lp_setup_context *setup, const struct lp_rast_shader_inputs *inputs, int tx, int ty, boolean opaque) lp_setup_whole_tile() argument 146 lp_setup_is_blit(const struct lp_setup_context *setup, const struct lp_rast_shader_inputs *inputs) lp_setup_is_blit() argument [all...] |
| H A D | lp_state_fs.h | 231 struct lp_shader_input inputs[PIPE_MAX_SHADER_INPUTS]; member
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | listformattertest.cpp | 508 const UnicodeString inputs[] = { in TestFormattedValue() local 537 const UnicodeString inputs[] = { in TestFormattedValue() local 564 const UnicodeString inputs[] = { in TestFormattedValue() local 793 const UnicodeString inputs[] in TestNextPosition() local 834 std::vector<UnicodeString> inputs; TestInt32Overflow() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-inlining-heuristic.cc | 413 TryReuseDispatch(Node* node, Node* callee, Node** if_successes, Node** calls, Node** inputs, int input_count) TryReuseDispatch() argument 648 CreateOrReuseDispatch(Node* node, Node* callee, Candidate const& candidate, Node** if_successes, Node** calls, Node** inputs, int input_count) CreateOrReuseDispatch() argument 725 Node** inputs = graph()->zone()->NewArray<Node*>(input_count); InlineCandidate() local [all...] |
| H A D | node.h | 191 ZoneNodePtr* inputs = in input_ptr() local 311 ZoneNodePtr* Node::OutOfLineInputs::inputs() { inputs() function in v8::internal::compiler::Node::OutOfLineInputs 461 Node::Inputs inputs = this->inputs(); IsDead() local 477 Node::Inputs Node::inputs() const { inputs() function in v8::internal::compiler::Node [all...] |
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-graph-builder.h | 215 NodeT* AddNewNode(std::initializer_list<ValueNode*> inputs, Args&&... args) { in AddNewNode() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_soa.c | 310 LLVMValueRef inputs[4]; in lp_build_unpack_rgba_soa() local
|
| H A D | lp_bld_nir.h | 247 const LLVMValueRef (*inputs)[TGSI_NUM_CHANNELS]; member 307 const LLVMValueRef *inputs; member
|
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_shader.h | 270 inputs_vec inputs; member in r600_sb::shader
|
| /third_party/mesa3d/src/panfrost/lib/ |
| H A D | pan_blend.c | 821 struct panfrost_compile_inputs inputs = { in pan_blend_get_shader_locked() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| H A D | vktDrawAhbTests.cpp | 84 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const in shadeVertices() argument
|
| H A D | vktDrawOHOSNativeBufferTests.cpp | 82 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const in shadeVertices() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmComputeShaderTestUtil.hpp | 161 static bool compareWithRetvals (const std::vector<Resource>& inputs, const std::vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, tcu::TestLog& log) in compareWithRetvals() argument 338 std::vector<Resource> inputs; member
|