Home
last modified time | relevance | path

Searched defs:block (Results 801 - 825 of 1176) sorted by relevance

1...<<31323334353637383940>>...48

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DShaderStorageBlockOutputHLSL.cpp276 const InterfaceBlock *block = FindInterfaceBlock(interfaceBlock, shaderStorageBlocks); in GetShaderStorageBlockMembersInfo() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DDirectiveParser.cpp182 const ConditionalBlock &block = mConditionalStack.back(); in lex() local
437 ConditionalBlock &block = mConditionalStack.back(); in parseElse() local
478 ConditionalBlock &block = mConditionalStack.back(); parseElif() local
882 const ConditionalBlock &block = mConditionalStack.back(); skipping() local
888 ConditionalBlock block; parseConditionalIf() local
[all...]
/third_party/skia/src/core/
H A DSkBlockAllocator.h614 Block* block = reinterpret_cast<Block*>( owningBlock() local
715 Item(BlockT* block) Item() argument
717 advance(BlockT* block) advance() argument
[all...]
H A DSkMD5.cpp128 static void transform(uint32_t state[4], const uint8_t block[64]) { in transform() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DDirectiveParser.cpp249 const ConditionalBlock &block = mConditionalStack.back(); in lex() local
508 ConditionalBlock &block = mConditionalStack.back(); in parseElse() local
549 ConditionalBlock &block = mConditionalStack.back(); parseElif() local
913 const ConditionalBlock &block = mConditionalStack.back(); skipping() local
919 ConditionalBlock block; parseConditionalIf() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderControlFlow.cpp140 auto &block = it.second; in AssignBlockFields() local
162 auto block = getBlock(blockId); in ForeachBlockDependency() local
239 auto const &block = function.getBlock(id); EmitBlocks() local
291 auto block = function.getBlock(blockId); EmitNonLoop() local
329 auto &block = function.getBlock(blockId); EmitLoop() local
506 auto block = function.getBlock(state->block); EmitBranchConditional() local
527 auto block = function.getBlock(state->block); EmitSwitch() local
[all...]
/third_party/openssl/providers/implementations/include/prov/
H A Dciphercommon.h45 block128_f block; member
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass.cpp57 FindAvailableInstructions( opt::Function* function, opt::BasicBlock* block, const opt::BasicBlock::iterator& inst_it, std::function<bool(opt::IRContext*, opt::Instruction*)> instruction_is_relevant) const FindAvailableInstructions() argument
106 ForEachInstructionWithInstructionDescriptor( opt::Function* function, std::function< void(opt::BasicBlock* block, opt::BasicBlock::iterator inst_it, const protobufs::InstructionDescriptor& instruction_descriptor)> action) ForEachInstructionWithInstructionDescriptor() argument
170 ForEachInstructionWithInstructionDescriptor( std::function< void(opt::Function* function, opt::BasicBlock* block, opt::BasicBlock::iterator inst_it, const protobufs::InstructionDescriptor& instruction_descriptor)> action) ForEachInstructionWithInstructionDescriptor() argument
680 auto block = fuzzerutil::MaybeFindBlock(GetIRContext(), block_id); SplitBlockAfterOpPhiOrOpVariable() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddead_branch_elim_pass.cpp103 BasicBlock* block = stack.back(); in MarkLiveBlocks() local
193 SimplifyBranch(BasicBlock* block, uint32_t live_lab_id) SimplifyBranch() argument
[all...]
H A Dloop_peeling.cpp203 static void GetBlocksInPath(uint32_t block, uint32_t entry, in GetBlocksInPath() argument
[all...]
H A Dmerge_return_pass.cpp75 void MergeReturnPass::GenerateState(BasicBlock* block) { in GenerateState() argument
191 CreateReturn(BasicBlock* block) CreateReturn() argument
219 ProcessStructuredBlock(BasicBlock* block) ProcessStructuredBlock() argument
236 BranchToBlock(BasicBlock* block, uint32_t target) BranchToBlock() argument
390 BasicBlock* block = nullptr; PredicateBlocks() local
429 BreakFromConstruct( BasicBlock* block, std::unordered_set<BasicBlock*>* predicated, std::list<BasicBlock*>* order, Instruction* break_merge_inst) BreakFromConstruct() argument
499 context(), block, BreakFromConstruct() local
532 RecordReturned(BasicBlock* block) RecordReturned() argument
563 RecordReturnValue(BasicBlock* block) RecordReturnValue() argument
[all...]
H A Dreplace_desc_array_access_using_var_index.cpp257 auto* block = context()->get_instr_block(access_chain_final_user); in ReplaceNonUniformAccessWithSwitchCase() local
220 CloneInstsToBlock( BasicBlock* block, Instruction* inst_to_skip_cloning, const std::deque<Instruction*>& insts_to_be_cloned, std::unordered_map<uint32_t, uint32_t>* old_ids_to_new_ids) const CloneInstsToBlock() argument
238 UseNewIdsInBlock( BasicBlock* block, const std::unordered_map<uint32_t, uint32_t>& old_ids_to_new_ids) const UseNewIdsInBlock() argument
307 SeparateInstructionsIntoNewBlock( BasicBlock* block, Instruction* separation_begin_inst) const SeparateInstructionsIntoNewBlock() argument
[all...]
H A Dscalar_replacement_pass.cpp206 BasicBlock* block = context()->get_instr_block(dbg_value); in ReplaceWholeDebugValue() local
232 BasicBlock* block = context()->get_instr_block(load); in ReplaceWholeLoad() local
291 BasicBlock* block = context()->get_instr_block(store); in ReplaceWholeStore() local
478 BasicBlock* block = context()->get_instr_block(varInst); CreateVariable() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass.cpp57 FindAvailableInstructions( opt::Function* function, opt::BasicBlock* block, const opt::BasicBlock::iterator& inst_it, std::function<bool(opt::IRContext*, opt::Instruction*)> instruction_is_relevant) const FindAvailableInstructions() argument
106 ForEachInstructionWithInstructionDescriptor( opt::Function* function, std::function< void(opt::BasicBlock* block, opt::BasicBlock::iterator inst_it, const protobufs::InstructionDescriptor& instruction_descriptor)> action) ForEachInstructionWithInstructionDescriptor() argument
170 ForEachInstructionWithInstructionDescriptor( std::function< void(opt::Function* function, opt::BasicBlock* block, opt::BasicBlock::iterator inst_it, const protobufs::InstructionDescriptor& instruction_descriptor)> action) ForEachInstructionWithInstructionDescriptor() argument
680 auto block = fuzzerutil::MaybeFindBlock(GetIRContext(), block_id); SplitBlockAfterOpPhiOrOpVariable() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddead_branch_elim_pass.cpp103 BasicBlock* block = stack.back(); in MarkLiveBlocks() local
193 SimplifyBranch(BasicBlock* block, uint32_t live_lab_id) SimplifyBranch() argument
[all...]
H A Dloop_peeling.cpp203 static void GetBlocksInPath(uint32_t block, uint32_t entry, in GetBlocksInPath() argument
[all...]
H A Dmerge_return_pass.cpp75 void MergeReturnPass::GenerateState(BasicBlock* block) { in GenerateState() argument
191 CreateReturn(BasicBlock* block) CreateReturn() argument
219 ProcessStructuredBlock(BasicBlock* block) ProcessStructuredBlock() argument
236 BranchToBlock(BasicBlock* block, uint32_t target) BranchToBlock() argument
390 BasicBlock* block = nullptr; PredicateBlocks() local
429 BreakFromConstruct( BasicBlock* block, std::unordered_set<BasicBlock*>* predicated, std::list<BasicBlock*>* order, Instruction* break_merge_inst) BreakFromConstruct() argument
499 context(), block, BreakFromConstruct() local
532 RecordReturned(BasicBlock* block) RecordReturned() argument
563 RecordReturnValue(BasicBlock* block) RecordReturnValue() argument
[all...]
H A Dreplace_desc_array_access_using_var_index.cpp257 auto* block = context()->get_instr_block(access_chain_final_user); in ReplaceNonUniformAccessWithSwitchCase() local
220 CloneInstsToBlock( BasicBlock* block, Instruction* inst_to_skip_cloning, const std::deque<Instruction*>& insts_to_be_cloned, std::unordered_map<uint32_t, uint32_t>* old_ids_to_new_ids) const CloneInstsToBlock() argument
238 UseNewIdsInBlock( BasicBlock* block, const std::unordered_map<uint32_t, uint32_t>& old_ids_to_new_ids) const UseNewIdsInBlock() argument
307 SeparateInstructionsIntoNewBlock( BasicBlock* block, Instruction* separation_begin_inst) const SeparateInstructionsIntoNewBlock() argument
[all...]
H A Dscalar_replacement_pass.cpp206 BasicBlock* block = context()->get_instr_block(dbg_value); in ReplaceWholeDebugValue() local
232 BasicBlock* block = context()->get_instr_block(load); in ReplaceWholeLoad() local
291 BasicBlock* block = context()->get_instr_block(store); in ReplaceWholeStore() local
478 BasicBlock* block = context()->get_instr_block(varInst); CreateVariable() local
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djchuff.c797 htest_one_block(j_compress_ptr cinfo, JCOEFPTR block, int last_dc_val, long dc_counts[], long ac_counts[]) htest_one_block() argument
[all...]
H A Djcphuff.c488 JBLOCKROW block; in METHODDEF() local
592 encode_mcu_AC_first_prepare(const JCOEF *block, in encode_mcu_AC_first_prepare() argument
758 JBLOCKROW block; in METHODDEF() local
823 encode_mcu_AC_refine_prepare(const JCOEF *block, const int *jpeg_natural_order_start, int Sl, int Al, JCOEF *absvalues, size_t *bits) encode_mcu_AC_refine_prepare() argument
[all...]
H A Djsimd_none.c399 jsimd_huff_encode_one_block(void *state, JOCTET *buffer, JCOEFPTR block, in jsimd_huff_encode_one_block() argument
413 jsimd_encode_mcu_AC_first_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_first_prepare() argument
426 jsimd_encode_mcu_AC_refine_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_refine_prepare() argument
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch32/
H A Djchuff-neon.c41 jsimd_huff_encode_one_block_neon(void *state, JOCTET *buffer, JCOEFPTR block, int last_dc_val, c_derived_tbl *dctbl, c_derived_tbl *actbl) jsimd_huff_encode_one_block_neon() argument
[all...]
H A Djsimd.c926 jsimd_huff_encode_one_block(void *state, JOCTET *buffer, JCOEFPTR block, in jsimd_huff_encode_one_block() argument
951 jsimd_encode_mcu_AC_first_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_first_prepare() argument
976 jsimd_encode_mcu_AC_refine_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_refine_prepare() argument
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/
H A Djchuff-neon.c62 jsimd_huff_encode_one_block_neon(void *state, JOCTET *buffer, JCOEFPTR block, int last_dc_val, c_derived_tbl *dctbl, c_derived_tbl *actbl) jsimd_huff_encode_one_block_neon() argument
[all...]

Completed in 22 milliseconds

1...<<31323334353637383940>>...48