Home
last modified time | relevance | path

Searched defs:block (Results 126 - 150 of 2468) sorted by relevance

12345678910>>...99

/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_opt_copy_prop.c29 midgard_opt_copy_prop(compiler_context *ctx, midgard_block *block) in midgard_opt_copy_prop() argument
H A Dmidgard_derivatives.c126 midgard_lower_derivatives(compiler_context *ctx, midgard_block *block) in midgard_lower_derivatives() argument
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dunwinding-info-writer-arm64.cc38 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock() argument
15 BeginInstructionBlock(int pc_offset, const InstructionBlock* block) BeginInstructionBlock() argument
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dunwinding-info-writer-x64.cc39 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock() argument
12 BeginInstructionBlock(int pc_offset, const InstructionBlock* block) BeginInstructionBlock() argument
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dunwinding-info-writer-arm.cc34 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock() argument
12 BeginInstructionBlock(int pc_offset, const InstructionBlock* block) BeginInstructionBlock() argument
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dunwinding-info-writer-ppc.cc35 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock() argument
11 BeginInstructionBlock(int pc_offset, const InstructionBlock* block) BeginInstructionBlock() argument
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dunwinding-info-writer-s390.cc34 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock() argument
11 BeginInstructionBlock(int pc_offset, const InstructionBlock* block) BeginInstructionBlock() argument
/third_party/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_execmem.c90 struct mem_block *block = NULL; in rtasm_exec_malloc() local
121 struct mem_block *block = u_mmFindBlock(exec_heap, (unsigned char *)addr - exec_mem); in rtasm_exec_free() local
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/
H A Dtest-lower-isel.cpp76 bi_block block = { }; in TEST_F() local
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_merge_flow.c78 merge_end_reconverge(bi_block *block) in merge_end_reconverge() argument
130 merge_waits(bi_block *block) in merge_waits() argument
162 bi_is_first_instr(bi_block *block, bi_instr *I) bi_is_first_instr() argument
168 merge_discard(bi_block *block) merge_discard() argument
[all...]
/third_party/mesa3d/src/panfrost/util/
H A Dpan_ir.c79 pan_block_add_successor(pan_block *block, pan_block *successor) in pan_block_add_successor() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_nir_lower_ubo_to_uniform.c46 const uint32_t block = nir_src_as_uint(intr->src[0]); in is_const_ubo() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_linear.c84 pipe_linear_fill_info(struct pipe_tile_info *t, const struct u_linear_format_block *block, unsigned tile_width, unsigned tile_height, unsigned tiles_x, unsigned tiles_y) pipe_linear_fill_info() argument
H A Du_linear.h69 struct u_linear_format_block block; member
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.c47 struct memory_block * block = pool->blocks; in memory_pool_destroy() local
88 struct memory_block * block = malloc(bytes + sizeof(struct memory_block)); in memory_pool_malloc() local
/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dcbc128.c24 CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) CRYPTO_cbc128_encrypt() argument
76 CRYPTO_cbc128_decrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) CRYPTO_cbc128_decrypt() argument
[all...]
/third_party/openssl/crypto/modes/
H A Dcbc128.c24 CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) CRYPTO_cbc128_encrypt() argument
76 CRYPTO_cbc128_decrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) CRYPTO_cbc128_decrypt() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DShaderStorageBlockOutputHLSL.h27 const TInterfaceBlock *block; member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H A DUnicodeBlockData.java674 public static String getBlockName(int block) { in getBlockName() argument
678 public static String getBlockStartCode(int block) { in getBlockStartCode() argument
682 public static String getBlockEndCode(int block) { in getBlockEndCode() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddominator_analysis.cpp29 BasicBlock* block = b1; in CommonDominator() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Dmerge_blocks_reduction_opportunity.cpp23 MergeBlocksReductionOpportunity( opt::IRContext* context, opt::Function* function, opt::BasicBlock* block) MergeBlocksReductionOpportunity() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddominator_analysis.cpp29 BasicBlock* block = b1; in CommonDominator() local
[all...]
/third_party/skia/third_party/externals/swiftshader/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
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMD5.h46 MD5_u32plus block[16]; member in llvm::MD5
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dcontrol_block_validation_test.cc35 auto* block = Block(Decl(var), Switch(Expr(Source{{12, 34}}, "a"), // in TEST_F() local
53 auto* block = Block(Decl(var), // in TEST_F() local
73 auto* block = Block(Decl(var), // in TEST_F() local
217 auto* block = Block(Decl(var), Switch("a", // in TEST_F() local
237 auto* block = Block(Decl(var), // in TEST_F() local
259 auto* block = Block(Decl(var), // TEST_F() local
286 auto* block = Block(Decl(var), // TEST_F() local
312 auto* block = Block(Decl(var), // TEST_F() local
331 auto* block = Block(Decl(var), // TEST_F() local
349 auto* block = Block(Decl(var), // TEST_F() local
[all...]

Completed in 8 milliseconds

12345678910>>...99