Home
last modified time | relevance | path

Searched defs:block (Results 1001 - 1025 of 2422) sorted by relevance

1...<<41424344454647484950>>...97

/third_party/node/deps/v8/src/compiler/backend/
H A Djump-threading.cc79 InstructionBlock* block = code->InstructionBlockAt(state.stack.top()); in ComputeForwarding() local
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dfree-list.cc70 void FreeList::Add(FreeList::Block block) { AddReturningUnusedBounds(block); } in Add() argument
72 std::pair<Address, Address> FreeList::AddReturningUnusedBounds(Block block) { in AddReturningUnusedBounds() argument
[all...]
/third_party/node/deps/v8/src/torque/
H A Dcc-generator.cc51 Stack<std::string> CCGenerator::EmitBlock(const Block* block) { in EmitBlock() argument
[all...]
H A Dcfg.cc72 void CfgAssembler::Bind(Block* block) { in Bind() argument
81 void CfgAssembler::Goto(Block* block) { in Goto() argument
88 Goto(Block* block, size_t preserved_slots) Goto() argument
224 Block* block = worklist.Dequeue(); ComputeInputDefinitions() local
[all...]
/third_party/node/deps/v8/src/utils/
H A Dbit-vector.h174 uintptr_t block = is_inline() ? data_.inline_ : data_.ptr_[i / kDataBits]; in Contains() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dnir.c52 static void register_node_ssa(gpir_block *block, gpir_node *node, nir_ssa_def *ssa) in register_node_ssa() argument
88 register_node_reg(gpir_block *block, gpir_node *node, nir_reg_dest *nir_reg) register_node_reg() argument
107 register_node(gpir_block *block, gpir_node *node, nir_dest *dest) register_node() argument
115 gpir_node_find(gpir_block *block, nir_src *src, int channel) gpir_node_find() argument
169 gpir_emit_alu(gpir_block *block, nir_instr *ni) gpir_emit_alu() argument
217 gpir_create_load(gpir_block *block, nir_dest *dest, int op, int index, int component) gpir_create_load() argument
231 gpir_create_vector_load(gpir_block *block, nir_dest *dest, int index) gpir_create_vector_load() argument
251 gpir_emit_intrinsic(gpir_block *block, nir_instr *ni) gpir_emit_intrinsic() argument
296 gpir_emit_load_const(gpir_block *block, nir_instr *ni) gpir_emit_load_const() argument
313 gpir_emit_ssa_undef(gpir_block *block, nir_instr *ni) gpir_emit_ssa_undef() argument
319 gpir_emit_tex(gpir_block *block, nir_instr *ni) gpir_emit_tex() argument
325 gpir_emit_jump(gpir_block *block, nir_instr *ni) gpir_emit_jump() argument
346 gpir_block *block = ralloc(comp, gpir_block); gpir_emit_function() local
359 gpir_block *block = comp->blocks[block_nir->index]; gpir_emit_function() local
[all...]
H A Dinstr.c31 gpir_instr *gpir_instr_create(gpir_block *block) in gpir_instr_create() argument
H A Dlower.c124 static bool gpir_lower_neg(gpir_block *block, gpir_node *node) in gpir_lower_neg() argument
172 static bool gpir_lower_complex(gpir_block *block, gpir_nod argument
312 gpir_lower_eq_ne(gpir_block *block, gpir_node *node) gpir_lower_eq_ne() argument
369 gpir_lower_abs(gpir_block *block, gpir_node *node) gpir_lower_abs() argument
388 gpir_lower_not(gpir_block *block, gpir_node *node) gpir_lower_not() argument
417 gpir_lower_branch_uncond(gpir_block *block, gpir_node *node) gpir_lower_branch_uncond() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dnode.c348 void *ppir_node_create(ppir_block *block, ppir_op op, int index, unsigned mask) in ppir_node_create() argument
[all...]
H A Dregalloc.c145 static bool create_new_instr_after(ppir_block *block, ppir_instr *ref, in create_new_instr_after() argument
166 static bool create_new_instr_before(ppir_block *block, ppir_instr *ref, in create_new_instr_before() argument
187 ppir_update_spilled_src(ppir_compiler *comp, ppir_block *block, ppir_node *node, ppir_src *src, ppir_node **fill_node) ppir_update_spilled_src() argument
275 ppir_update_spilled_dest_load(ppir_compiler *comp, ppir_block *block, ppir_node *node) ppir_update_spilled_dest_load() argument
337 ppir_update_spilled_dest(ppir_compiler *comp, ppir_block *block, ppir_node *node) ppir_update_spilled_dest() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_context.c113 rbug_send_context_draw_block(struct rbug_connection *__con, rbug_context_t context, rbug_block_t block, uint32_t *__serial) rbug_send_context_draw_block() argument
236 rbug_send_context_draw_rule(struct rbug_connection *__con, rbug_context_t context, rbug_shader_t vertex, rbug_shader_t fragment, rbug_texture_t texture, rbug_texture_t surface, rbug_block_t block, uint32_t *__serial) rbug_send_context_draw_rule() argument
430 rbug_send_context_draw_blocked(struct rbug_connection *__con, rbug_context_t context, rbug_block_t block, uint32_t *__serial) rbug_send_context_draw_blocked() argument
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_pressure_schedule.c70 create_dag(bi_context *ctx, bi_block *block, void *memctx) in create_dag() argument
286 pressure_schedule_block(bi_context *ctx, bi_block *block, struct sched_ctx *s) in pressure_schedule_block() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_assemble.c423 unsigned block; in assemble() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c408 LLVMBasicBlockRef block = LLVMGetInsertBlock(gallivm->builder); lp_build_if() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_draw_helpers.c66 nir_lower_pstipple_block(nir_block *block, in nir_lower_pstipple_block() argument
156 nir_lower_aaline_block(nir_block *block, in nir_lower_aaline_block() argument
251 nir_lower_aapoint_block(nir_block *block, in nir_lower_aapoint_block() argument
290 nir_block *block = nir_start_block(impl); in nir_lower_aapoint_impl() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c265 static void n_fold(unsigned char *block, unsigned int blocksize, in n_fold() argument
361 unsigned char block[EVP_MAX_BLOCK_LENGTH * 2]; KRB5KDF() local
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_cbc.c431 unsigned char block[MAX_HASH_BLOCK_SIZE]; ssl3_cbc_digest_record() local
[all...]
/third_party/python/Tools/scripts/
H A Ddeepfreeze.py139 def block(self, prefix: str, suffix: str = "") -> None: member in Printer
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_context.c63 static void default_free(void *block, void *data) in default_free() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackRandomLayoutCase.cpp155 InterfaceBlock& block = m_interface.allocBlock(std::string("Block") + (char)('A' + m_blockNdx)); in generateBlock() local
174 void RandomInterfaceBlockCase::generateBlockMember (de::Random& rnd, InterfaceBlock& block, const int numBlockMembers, int& numUnassignedOrMissing) in generateBlockMember() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktRandomUniformBlockCase.cpp105 UniformBlock& block = m_interface.allocBlock(std::string("Block") + (char)('A' + m_blockNdx)); in generateBlock() local
165 void RandomUniformBlockCase::generateUniform (de::Random& rnd, UniformBlock& block, deUint32 complexity) in generateUniform() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DInitializeVariables.cpp226 const TInterfaceBlock *block = static_cast<const TInterfaceBlock *>(symbol); in InsertInitCode() local
H A DRemoveUnreferencedVariables.cpp57 const auto *block = type.getInterfaceBlock(); in incrementStructTypeRefCount() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DRewriteR32fImages.cpp80 TIntermBlock block; in RewriteExpression() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dfunction.cpp218 const BasicBlock* block; in IsBlockType() local
229 const BasicBlock* block = &(b->second); in GetBlock() local
[all...]

Completed in 16 milliseconds

1...<<41424344454647484950>>...97