| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_v360.c | 4983 static const AVFilterPad outputs[] = { variable
|
| H A D | vf_waveform.c | 3508 static const AVFilterPad outputs[] = { variable
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_shader.h | 601 } outputs[32 + 2]; /* +POSITION +PSIZE */ member [all...] |
| H A D | ir3_compiler_nir.c | 4645 struct ir3_instruction *outputs[3]; ir3_compile_shader_nir() local 4713 struct ir3_instruction *outputs[ctx->noutputs / 4]; ir3_compile_shader_nir() local [all...] |
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_nir_to_llvm.c | 870 radv_build_param_exports(struct radv_shader_context *ctx, struct radv_shader_output_values *outputs, in radv_build_param_exports() argument 896 radv_llvm_export_vs(struct radv_shader_context *ctx, struct radv_shader_output_values *outputs, in radv_llvm_export_vs() argument 1018 struct radv_shader_output_values *outputs; handle_vs_outputs_post() local [all...] |
| H A D | radv_shader.h | 184 struct radv_stream_output outputs[MAX_SO_OUTPUTS]; member
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_qir.h | 407 struct qreg *outputs; member
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | gfx10_shader_ngg.c | 1516 struct si_shader_output_values outputs[PIPE_MAX_SHADER_OUTPUTS]; in gfx10_ngg_build_end() local 2302 struct si_shader_output_values outputs[PIPE_MAX_SHADER_OUTPUTS]; gfx10_ngg_gs_build_end() local [all...] |
| /third_party/mesa3d/src/vulkan/wsi/ |
| H A D | wsi_common_display.c | 2624 xcb_randr_output_t *outputs = in wsi_display_find_crtc_for_output() local
|
| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| H A D | instruction-selector-arm.cc | 271 InstructionOperand outputs[1]; in VisitBinop() local 466 InstructionOperand outputs[2]; in VisitPairAtomicBinOp() local 1096 InstructionOperand* const outputs in VisitStackPointerGreaterThan() local 1125 InstructionOperand outputs[1]; VisitShift() local 1214 InstructionOperand outputs[] = { VisitInt32PairAdd() local 1239 InstructionOperand outputs[] = { VisitInt32PairSub() local 1262 InstructionOperand outputs[] = { VisitInt32PairMul() local 1297 InstructionOperand outputs[2]; VisitWord32PairShift() local 1488 InstructionOperand outputs[] = {result_operand, temp_operand}; EmitInt32MulWithOverflow() local 1528 InstructionOperand outputs[] = {g.TempRegister(), g.DefineAsRegister(node)}; VisitUint32MulHigh() local 1925 InstructionOperand outputs[2]; VisitWordCompare() local 2337 InstructionOperand outputs[1]; VisitWord32AtomicExchange() local 2373 InstructionOperand outputs[1]; VisitWord32AtomicCompareExchange() local 2410 InstructionOperand outputs[1]; VisitWord32AtomicBinaryOperation() local 2441 InstructionOperand outputs[2]; VisitWord32AtomicPairLoad() local 2516 InstructionOperand outputs[2]; VisitWord32AtomicPairExchange() local 2549 InstructionOperand outputs[2]; VisitWord32AtomicPairCompareExchange() local [all...] |
| /third_party/node/deps/v8/src/compiler/backend/mips/ |
| H A D | instruction-selector-mips.cc | 184 InstructionOperand outputs[1]; in VisitBinop() local 249 InstructionOperand outputs[2]; in VisitPairAtomicBinop() local 657 InstructionOperand outputs[] in VisitInt32PairBinop() local 702 InstructionOperand outputs[2]; VisitWord32PairShift() local 750 InstructionOperand outputs[2]; VisitWord32AtomicPairLoad() local 820 InstructionOperand outputs[2]; VisitWord32AtomicPairCompareExchange() local 1631 InstructionOperand* const outputs = nullptr; VisitStackPointerGreaterThan() local 2013 InstructionOperand outputs[1]; VisitWord32AtomicExchange() local 2052 InstructionOperand outputs[1]; VisitWord32AtomicCompareExchange() local 2091 InstructionOperand outputs[1]; VisitWord32AtomicBinaryOperation() local [all...] |
| /third_party/node/deps/v8/src/compiler/backend/s390/ |
| H A D | instruction-selector-s390.cc | 439 InstructionOperand outputs[2]; in VisitTryTruncateDouble() local 585 InstructionOperand outputs[2]; in VisitUnaryOp() local 636 InstructionOperand outputs[2]; VisitBinOp() local 701 InstructionOperand outputs[] = {g.DefineAsRegister(node)}; VisitLoad() local 854 InstructionOperand* const outputs = nullptr; VisitStackPointerGreaterThan() local 1617 InstructionOperand outputs[1]; VisitWordCompare() local 1716 InstructionOperand outputs[2]; VisitLoadAndTest() local 2180 InstructionOperand outputs[1]; VisitAtomicExchange() local 2246 InstructionOperand outputs[1]; VisitAtomicCompareExchange() local 2313 InstructionOperand outputs[1]; VisitAtomicBinop() local 2807 InstructionOperand outputs[] = {g.DefineSameAsFirst(node)}; VisitLoadLane() local 2882 InstructionOperand outputs[] = {g.DefineSameAsFirst(node)}; VisitStoreLane() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_soa.c | 4411 lp_build_tgsi_soa(struct gallivm_state *gallivm, const struct tgsi_token *tokens, const struct lp_build_tgsi_params *params, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS]) lp_build_tgsi_soa() argument [all...] |
| H A D | lp_bld_nir_soa.c | 2645 lp_build_nir_soa(struct gallivm_state *gallivm, struct nir_shader *shader, const struct lp_build_tgsi_params *params, LLVMValueRef (*outputs)[4]) lp_build_nir_soa() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsm16bitStorageTests.cpp | 1649 BufferSp outputs; in addCompute16bitStorageUniform16To32ChainAccessGroup() member 2001 vector<deInt16> outputs; addGraphics16BitStorageUniformInt32To16Group() local 2567 vector<deInt16> outputs; addCompute16bitStorageUniform32To16Group() local 4339 vector<deInt16> outputs; addGraphics16BitStorageInputOutputInt32To16Group() local [all...] |
| H A D | vktSpvAsmGraphicsShaderTestUtil.cpp | 256 const RGBA (&outputs)[4], member [all...] |
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_cross_c.cpp | 1579 bool spvc_resources_s::copy_resources(SmallVector<spvc_reflected_resource> &outputs, in copy_resources() argument 1598 bool spvc_resources_s::copy_resources(SmallVector<spvc_reflected_builtin_resource> &outputs, in copy_resources() argument
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fGeometryShaderTests.cpp | 534 rr::GenericVec4 outputs[2]; shadePrimitives() local 571 rr::GenericVec4 outputs[2]; shadePrimitives() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsm16bitStorageTests.cpp | 1649 BufferSp outputs; in addCompute16bitStorageUniform16To32ChainAccessGroup() member 2001 vector<deInt16> outputs; addGraphics16BitStorageUniformInt32To16Group() local 2567 vector<deInt16> outputs; addCompute16bitStorageUniform32To16Group() local 4337 vector<deInt16> outputs; addGraphics16BitStorageInputOutputInt32To16Group() local [all...] |
| H A D | vktSpvAsmGraphicsShaderTestUtil.cpp | 256 const RGBA (&outputs)[4], member [all...] |
| /kernel/linux/linux-5.10/drivers/net/wan/ |
| H A D | farsync.c | 982 fst_op_raise(struct fst_port_info *port, unsigned int outputs) in fst_op_raise() argument 992 fst_op_lower(struct fst_port_info *port, unsigned int outputs) in fst_op_lower() argument
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_base.h | 384 } outputs[MATROXFB_MAX_OUTPUTS]; member
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_base.h | 383 } outputs[MATROXFB_MAX_OUTPUTS]; member
|
| /kernel/linux/linux-6.6/drivers/net/wan/ |
| H A D | farsync.c | 951 fst_op_raise(struct fst_port_info *port, unsigned int outputs) in fst_op_raise() argument 961 fst_op_lower(struct fst_port_info *port, unsigned int outputs) in fst_op_lower() argument
|
| /third_party/ffmpeg/fftools/ |
| H A D | ffmpeg.h | 302 OutputFilter **outputs; member
|