Home
last modified time | relevance | path

Searched defs:inputs (Results 326 - 350 of 561) sorted by relevance

1...<<11121314151617181920>>...23

/third_party/ffmpeg/libavfilter/
H A Daf_speechnorm.c566 static const AVFilterPad inputs[] = { variable
H A Daf_apsyclip.c631 static const AVFilterPad inputs[] = { variable
H A Daf_ladspa.c557 unsigned long inputs = 0, outputs = 0; in init() local
H A Dvf_colormap.c537 static const AVFilterPad inputs[] = { variable
H A Dvf_histogram.c620 static const AVFilterPad inputs[] = { variable
H A Dvf_lut2.c528 static const AVFilterPad inputs[] = { variable
H A Dvf_lut.c578 static const AVFilterPad inputs[] = { variable
/third_party/gn/src/gn/
H A Ddesc_builder.cc418 std::vector<const SourceFile*> inputs; in BuildDescription() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DNumberFormatterApiTest.java6020 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 Dsfn_shader.h275 IOMap<ShaderInput>& inputs() {return m_inputs;} in inputs() function in r600::Shader
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c672 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 Dlp_rast.c302 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 Dlp_setup_rect.c91 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 Dlp_state_fs.h231 struct lp_shader_input inputs[PIPE_MAX_SHADER_INPUTS]; member
/third_party/icu/icu4c/source/test/intltest/
H A Dlistformattertest.cpp508 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 Djs-inlining-heuristic.cc413 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 Dnode.h191 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 Dmaglev-graph-builder.h215 NodeT* AddNewNode(std::initializer_list<ValueNode*> inputs, Args&&... args) { in AddNewNode() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c310 LLVMValueRef inputs[4]; in lp_build_unpack_rgba_soa() local
H A Dlp_bld_nir.h247 const LLVMValueRef (*inputs)[TGSI_NUM_CHANNELS]; member
307 const LLVMValueRef *inputs; member
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_shader.h270 inputs_vec inputs; member in r600_sb::shader
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blend.c821 struct panfrost_compile_inputs inputs = { in pan_blend_get_shader_locked() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawAhbTests.cpp84 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const in shadeVertices() argument
H A DvktDrawOHOSNativeBufferTests.cpp82 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 DvktSpvAsmComputeShaderTestUtil.hpp161 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

Completed in 48 milliseconds

1...<<11121314151617181920>>...23