Home
last modified time | relevance | path

Searched defs:block (Results 1276 - 1300 of 2383) sorted by relevance

1...<<51525354555657585960>>...96

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutTests.cpp53 InterfaceBlock& block = m_interface.allocBlock("Block"); in BlockBasicTypeCase() local
98 InterfaceBlock& block = m_interface.allocBlock("Block"); in BlockSingleStructCase() local
126 InterfaceBlock& block = m_interface.allocBlock("Block"); BlockSingleStructArrayCase() local
160 InterfaceBlock& block = m_interface.allocBlock("Block"); BlockSingleNestedStructCase() local
193 InterfaceBlock& block = m_interface.allocBlock("Block"); BlockSingleNestedStructArrayCase() local
356 InterfaceBlock& block = m_interface.allocBlock("Block"); Block2LevelStructArrayCase() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockTests.cpp65 UniformBlock& block = m_interface.allocBlock("Block"); in BlockBasicTypeCase() local
108 UniformBlock& block = m_interface.allocBlock("Block"); in BlockSingleStructCase() local
131 UniformBlock& block = m_interface.allocBlock("Block"); BlockSingleStructArrayCase() local
160 UniformBlock& block = m_interface.allocBlock("Block"); BlockSingleNestedStructCase() local
190 UniformBlock& block = m_interface.allocBlock("Block"); BlockSingleNestedStructArrayCase() local
286 UniformBlock& block = m_interface.allocBlock("Block"); Block2LevelStructArrayCase() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSeparateCompoundExpressions.cpp264 void pushStmtsIntoBlock(TIntermBlock &block, std::vector<TIntermNode *> &stmts) in pushStmtsIntoBlock() argument
287 auto &block = *new TIntermBlock(); in buildBlockWithTailAssign() local
/third_party/skia/src/gpu/
H A DGrBufferAllocPool.cpp125 BufferBlock& block = fBlocks.back(); in unmap() local
290 BufferBlock& block = fBlocks.back(); putBack() local
318 BufferBlock& block = fBlocks.push_back(); createBlock() local
387 flushCpuData(const BufferBlock& block, size_t flushSize) flushCpuData() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DPoolAlloc.h201 void* initializeAllocation(tHeader* block, unsigned char* memory, size_t numBytes) { in initializeAllocation() argument
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactorDebugInfo.cpp288 auto block = builder->GetInsertBlock(); in EmitVariable() local
/third_party/openssl/include/crypto/
H A Dmodes.h133 block128_f block; member
157 block128_f block; member
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_add_function.cpp280 std::unique_ptr<opt::BasicBlock> block = in TryToAddFunction() local
[all...]
H A Dtransformation_flatten_conditional_branch.cpp502 auto block = ir_context->cfg()->block(block_id); GetProblematicInstructionsIfConditionalCanBeFlattened() local
606 EncloseInstructionInConditional( opt::IRContext* ir_context, const TransformationContext& transformation_context, opt::BasicBlock* block, opt::Instruction* instruction, const protobufs::SideEffectWrapperInfo& wrapper_info, uint32_t condition_id, bool exec_if_cond_true, std::vector<uint32_t>* dead_blocks, std::vector<uint32_t>* irrelevant_ids) EncloseInstructionInConditional() argument
857 AddBooleanVectorConstructorToBlock( uint32_t fresh_id, uint32_t dimension, const opt::Operand& branch_condition_operand, opt::IRContext* ir_context, opt::BasicBlock* block) AddBooleanVectorConstructorToBlock() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_fusion.cpp179 auto block = &*containing_function_->FindBlock(preds.front()); in AreCompatible() local
73 AddInstructionsInBlock(std::vector<Instruction*>* instructions, BasicBlock* block) AddInstructionsInBlock() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_function.cpp280 std::unique_ptr<opt::BasicBlock> block = in TryToAddFunction() local
[all...]
H A Dtransformation_flatten_conditional_branch.cpp502 auto block = ir_context->cfg()->block(block_id); GetProblematicInstructionsIfConditionalCanBeFlattened() local
606 EncloseInstructionInConditional( opt::IRContext* ir_context, const TransformationContext& transformation_context, opt::BasicBlock* block, opt::Instruction* instruction, const protobufs::SideEffectWrapperInfo& wrapper_info, uint32_t condition_id, bool exec_if_cond_true, std::vector<uint32_t>* dead_blocks, std::vector<uint32_t>* irrelevant_ids) EncloseInstructionInConditional() argument
857 AddBooleanVectorConstructorToBlock( uint32_t fresh_id, uint32_t dimension, const opt::Operand& branch_condition_operand, opt::IRContext* ir_context, opt::BasicBlock* block) AddBooleanVectorConstructorToBlock() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_fusion.cpp179 auto block = &*containing_function_->FindBlock(preds.front()); in AreCompatible() local
73 AddInstructionsInBlock(std::vector<Instruction*>* instructions, BasicBlock* block) AddInstructionsInBlock() argument
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdhuff_opt.c657 JBLOCKROW block = MCU_data ? MCU_data[blkn] : NULL; in LOCAL() local
830 JBLOCKROW block = MCU_data ? MCU_data[blkn] : NULL; LOCAL() local
[all...]
/third_party/skia/tests/
H A DSkBlockAllocatorTest.cpp627 Block* block = pool->owningBlock<Align, Padding>(userPtr, br.fStart); run_owning_block_test() local
[all...]
/third_party/skia/src/sksl/
H A DSkSLAnalysis.cpp353 const Block& block = stmt.as<Block>(); in DetectVarDeclarationWithoutScope() local
/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp107 static void sk_ft_free(FT_Memory, void* block) { in sk_ft_free() argument
110 sk_ft_realloc(FT_Memory, FT_Alloc_size_t cur_size, FT_Alloc_size_t new_size, void* block) sk_ft_realloc() argument
/third_party/python/Modules/_blake2/impl/
H A Dblake2b.c271 uint8_t block[BLAKE2B_BLOCKBYTES]; in blake2b_init_key() local
[all...]
H A Dblake2s.c256 uint8_t block[BLAKE2S_BLOCKBYTES]; in blake2s_init_key() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducptrie.cpp337 int32_t block; in getRange() local
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_stream.cpp253 uint32 block = (uint32) (fBufferEnd - fPosition); in Get() local
H A Ddng_negative.cpp404 void dng_metadata::SetIPTC (AutoPtr<dng_memory_block> &block, uint64 offset) in SetIPTC() argument
415 void dng_metadata::SetIPTC (AutoPtr<dng_memory_block> &block) in SetIPTC() argument
[all...]
/third_party/qrcodegen/c/
H A Dqrcodegen-test.c125 uint8_t *block = malloc((shortBlockLen + 1) * sizeof(uint8_t)); in addEccAndInterleaveReference() local
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_add_function.cpp283 std::unique_ptr<opt::BasicBlock> block = in TryToAddFunction() local
[all...]
H A Dtransformation_flatten_conditional_branch.cpp502 auto block = ir_context->cfg()->block(block_id); GetProblematicInstructionsIfConditionalCanBeFlattened() local
606 EncloseInstructionInConditional( opt::IRContext* ir_context, const TransformationContext& transformation_context, opt::BasicBlock* block, opt::Instruction* instruction, const protobufs::SideEffectWrapperInfo& wrapper_info, uint32_t condition_id, bool exec_if_cond_true, std::vector<uint32_t>* dead_blocks, std::vector<uint32_t>* irrelevant_ids) EncloseInstructionInConditional() argument
858 AddBooleanVectorConstructorToBlock( uint32_t fresh_id, uint32_t dimension, const opt::Operand& branch_condition_operand, opt::IRContext* ir_context, opt::BasicBlock* block) AddBooleanVectorConstructorToBlock() argument
[all...]

Completed in 34 milliseconds

1...<<51525354555657585960>>...96