Home
last modified time | relevance | path

Searched defs:function (Results 1676 - 1700 of 2314) sorted by relevance

1...<<61626364656667686970>>...93

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DErrorData.h47 const char* function; member
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dtask.h60 Function function; member in marl::Task
67 Task::Task(const Function& function, Flag in Task() argument
69 Task(Function&& function, Flags flags ) Task() argument
[all...]
/third_party/skia/third_party/externals/tint/src/sem/
H A Dblock_statement.cc43 FunctionBlockStatement::FunctionBlockStatement(const sem::Function* function) in FunctionBlockStatement() argument
28 BlockStatement(const ast::BlockStatement* declaration, const CompoundStatement* parent, const sem::Function* function) BlockStatement() argument
50 LoopBlockStatement(const ast::BlockStatement* declaration, const CompoundStatement* parent, const sem::Function* function) LoopBlockStatement() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DreachabilityChecks7.js[all...]
H A DtemplateStringWithEmbeddedYieldKeyword.js[all...]
H A DasyncImportNestedYield.js[all...]
H A DcapturedParametersInInitializers1.js[all...]
H A DdownlevelLetConst18.js[all...]
/third_party/vixl/examples/aarch64/
H A Dcheck-bounds.cc95 Instruction* function = masm.GetLabelAddress<Instruction*>(&check_bounds); in main() local
64 run_function(Simulator* simulator, Instruction* function, uint64_t value, uint64_t low, uint64_t high) run_function() argument
/third_party/python/Objects/clinic/
H A Dclassobject.c.h35 PyObject *function; in method_new() local
67 PyObject *function; in instancemethod_new() local
[all...]
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_merge_blocks.cpp59 auto function = first_block->GetParent(); in Apply() local
/third_party/spirv-tools/source/opt/
H A Ddataflow.cpp47 void DataFlowAnalysis::Run(Function* function) { in Run() argument
54 void ForwardDataFlowAnalysis::InitializeWorklist(Function* function, in InitializeWorklist() argument
30 RunOnce( Function* function, bool is_first_iteration) RunOnce() argument
/third_party/spirv-tools/source/reduce/
H A Dmerge_blocks_reduction_opportunity.cpp23 MergeBlocksReductionOpportunity( opt::IRContext* context, opt::Function* function, opt::BasicBlock* block) MergeBlocksReductionOpportunity() argument
H A Doperand_to_dominating_id_reduction_opportunity_finder.cpp58 GetOpportunitiesForDominatingInst( std::vector<std::unique_ptr<ReductionOpportunity>>* opportunities, opt::Instruction* candidate_dominator, opt::Function::iterator candidate_dominator_block, opt::Function* function, opt::IRContext* context) const GetOpportunitiesForDominatingInst() argument
H A Dremove_block_reduction_opportunity_finder.cpp43 IsBlockValidOpportunity( opt::IRContext* context, opt::Function* function, opt::Function::iterator* bi) IsBlockValidOpportunity() argument
/third_party/spirv-tools/test/lint/
H A Ddivergence_analysis_test.cpp64 opt::Function* function = &*module->begin(); in Build() local
/third_party/spirv-tools/test/opt/
H A Ddataflow.cpp148 Function* function = spvtest::GetFunction(context->module(), 2); in TEST_F() local
208 Function* function = spvtest::GetFunction(context->module(), 2); in TEST_F() local
H A Dfunction_test.cpp76 auto* function = spvtest::GetFunction(context->module(), 6); in TEST() local
/third_party/spirv-tools/test/opt/loop_optimizations/
H A Dloop_fission.cpp2912 const Function* function = spvtest::GetFunction(module, 2); in TEST_F() local
3170 const Function* function = spvtest::GetFunction(module, 2); in TEST_F() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsSampled.hpp36 SparseShaderIntrinsicsCaseSampledBase(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledBase() argument
57 SparseShaderIntrinsicsCaseSampledExplicit(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledExplicit() argument
72 SparseCaseOpImageSparseSampleExplicitLod(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseSampleExplicitLod() argument
91 SparseShaderIntrinsicsCaseSampledImplicit(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledImplicit() argument
106 SparseCaseOpImageSparseSampleImplicitLod(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseSampleImplicitLod() argument
125 SparseCaseOpImageSparseGather(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseGather() argument
[all...]
H A DvktSparseResourcesShaderIntrinsicsStorage.hpp36 SparseShaderIntrinsicsCaseStorage(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseStorage() argument
60 SparseCaseOpImageSparseFetch(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseFetch() argument
84 SparseCaseOpImageSparseRead(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseRead() argument
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgFunctionGenerator.cpp32 FunctionGenerator::FunctionGenerator (GeneratorState& state, Function& function) in FunctionGenerator() argument
/third_party/ffmpeg/libavcodec/arm/
H A Dsimple_idct_armv6.S186 function idct_row_armv6 label
239 function idct_col_armv6 label
267 function idct_col_put_armv6 label
297 function idct_col_add_armv6 label
379 function ff_simple_idct_armv6, export=1 label
394 function ff_simple_idct_add_armv6, export=1 label
411 function ff_simple_idct_put_armv6, export=1 label
H A Dmdct_vfp.S235 function ff_imdct_half_vfp, export=1 label
H A Dvc1dsp_neon.S396 function ff_vc1_inv_trans_8x8_neon, export=1 label
430 function ff_vc1_inv_trans_8x4_neon, export=1 label
515 function ff_vc1_inv_trans_4x8_neon, export=1 label
597 function ff_vc1_inv_trans_4x4_neon, export=1 label
804 function ff_put_vc1_mspel_mc\hmode\()\vmode\()_neon, export=1 label
898 function ff_put_vc1_mspel_mc\hmode\()0_neon, export=1 label
935 function ff_put_vc1_mspel_mc0\vmode\()_neon, export=1 label
981 function ff_put_pixels8x8_neon, export=1 label
1001 function ff_vc1_inv_trans_8x8_dc_neon, export=1 label
1052 function ff_vc1_inv_trans_8x4_dc_neo label
1088 function ff_vc1_inv_trans_4x8_dc_neon, export=1 global() label
1133 function ff_vc1_inv_trans_4x4_dc_neon, export=1 global() label
1170 function ff_vc1_v_loop_filter4_neon, export=1 global() label
1243 function ff_vc1_h_loop_filter4_neon, export=1 global() label
1310 function ff_vc1_v_loop_filter8_neon, export=1 global() label
1392 function ff_vc1_h_loop_filter8_neon, export=1 global() label
1490 function ff_vc1_v_loop_filter16_neon, export=1 global() label
1625 function ff_vc1_h_loop_filter16_neon, export=1 global() label
1816 function ff_vc1_unescape_buffer_helper_neon, export=1 global() label
[all...]

Completed in 12 milliseconds

1...<<61626364656667686970>>...93