Home
last modified time | relevance | path

Searched refs:push (Results 2651 - 2675 of 3441) sorted by relevance

1...<<101102103104105106107108109110>>...138

/third_party/openssl/test/
H A Dcmp_ctx_test.c605 #define push 0 macro
662 TEST_error("push/sk_top first value did not match"); \
667 TEST_error("first push did not dup the value"); \
686 TEST_error("push/sk_top second value did not match"); \
691 TEST_error("second push did not dup the value"); \
717 DEFINE_PUSH_BASE_TEST(push##N, DUP, FIELD, ELEM, TYPE *, TYPE, \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp337 Inactive.push(std::make_tuple(&LI, 0, NId));
352 Inactive.push(nextSegment(*RetireItr));
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_flatten_conditional_branch.cpp470 [&to_check](uint32_t label) { to_check.push(label); }); in GetProblematicInstructionsIfConditionalCanBeFlattened()
566 to_check.push(block->terminator()->GetSingleWordInOperand(0)); in GetProblematicInstructionsIfConditionalCanBeFlattened()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_descriptor.cpp375 to_visit.push(GetMergeBlock()); in GetMergingBlocks()
382 to_visit.push(cfg->block(pred_id)); in GetMergingBlocks()
H A Dscalar_replacement_pass.cpp62 worklist.push(varInst); in ProcessFunction()
161 worklist->push(var); in ReplaceVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_flatten_conditional_branch.cpp470 [&to_check](uint32_t label) { to_check.push(label); }); in GetProblematicInstructionsIfConditionalCanBeFlattened()
566 to_check.push(block->terminator()->GetSingleWordInOperand(0)); in GetProblematicInstructionsIfConditionalCanBeFlattened()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_descriptor.cpp375 to_visit.push(GetMergeBlock()); in GetMergingBlocks()
382 to_visit.push(cfg->block(pred_id)); in GetMergingBlocks()
H A Dscalar_replacement_pass.cpp62 worklist.push(varInst); in ProcessFunction()
161 worklist->push(var); in ReplaceVariable()
/third_party/skia/third_party/externals/jinja2/
H A Denvironment.py1329 push = buf.append
1335 push(c)
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djidctflt-sse2.asm79 push rbp
87 push rbx
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_vec2.hpp34 # pragma GCC diagnostic push
38 # pragma clang diagnostic push
H A Dtype_vec3.hpp34 # pragma GCC diagnostic push
38 # pragma clang diagnostic push
H A Dtype_vec4.hpp34 # pragma GCC diagnostic push
38 # pragma clang diagnostic push
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFileSystem.h1352 State->Stack.push(directory_iterator(path, ec, Follow)); in recursive_directory_iterator()
1373 State->Stack.push(directory_iterator(*State->Stack.top(), ec, Follow)); in increment()
/third_party/protobuf/ruby/tests/
H A Drepeated_field_test.rb229 arr.push('fizz')
235 arr.push('fizz', 'buzz')
/third_party/rust/crates/env_logger/src/filter/
H A Dmod.rs235 directives.push(Directive { in build()
343 dirs.push(Directive { in parse_spec()
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_flatten_conditional_branch.cpp470 [&to_check](uint32_t label) { to_check.push(label); }); in GetProblematicInstructionsIfConditionalCanBeFlattened()
566 to_check.push(block->terminator()->GetSingleWordInOperand(0)); in GetProblematicInstructionsIfConditionalCanBeFlattened()
/third_party/spirv-tools/source/opt/
H A Dloop_descriptor.cpp373 to_visit.push(GetMergeBlock()); in GetMergingBlocks()
380 to_visit.push(cfg->block(pred_id)); in GetMergingBlocks()
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c1687 * EndCommandBuffer, so all push constant packets are ignored during a in BeginCommandBuffer()
1689 * emit push constants again before any rendering operation. So we in BeginCommandBuffer()
1777 * issued in a context, SW must initialize by programming push constant
1792 * software must program push constant commands for all stages prior to
1796 * constants have been loaded into the EUs prior to disable the push constants
2492 * uses push concstants, this may be suboptimal. However, avoiding stalls in cmd_buffer_alloc_push_constants()
2509 /* Broadwell+ and Haswell gt3 require that the push constant sizes be in in cmd_buffer_alloc_push_constants()
2511 * 32KB worth of push constant space. in cmd_buffer_alloc_push_constants()
2537 * In 3D mode, after programming push constant alloc command immediately in cmd_buffer_alloc_push_constants()
2538 * program push constan in cmd_buffer_alloc_push_constants()
2591 struct anv_push_constants *push = &pipe_state->push_constants; emit_binding_table() local
3060 const struct anv_push_constants *push = get_push_range_address() local
3136 const struct anv_push_constants *push = get_push_range_bound_size() local
3330 struct anv_push_constants *push = &gfx_state->base.push_constants; cmd_buffer_flush_push_constants() local
5308 struct anv_push_constants *push = anv_cmd_buffer_push_base_group_id() local
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
H A Ddialog.js650 this.buttons.push(this.primaryButton);
653 this.buttons.push(this.secondaryButton);
1376 this.buttons.push(this.confirm);
1911 this.buttons.push(this.primaryButton);
1914 this.buttons.push(this.secondaryButton);
2170 this.buttons.push(this.primaryButton);
2173 this.buttons.push(this.secondaryButton);
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h144 inline void push(LiftoffAssembler* assm, LiftoffRegister reg, ValueKind kind) { in push() function
150 assm->push(reg.gp()); in push()
3110 asm_->push(kScratchReg); in Construct()
3116 asm_->push(kScratchReg); in Construct()
3123 liftoff::push( in Construct()
3127 liftoff::push(asm_, src.reg(), src.kind()); in Construct()
3137 asm_->push(kScratchReg); in Construct()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp448 m_dpbSlotsAvailable.push((uint8_t)dpbIndx); in Init()
493 m_dpbSlotsAvailable.push(slot); in FreeSlot()
2211 m_pictureParametersQueue.push(pictureParametersSet);
2227 m_pictureParametersQueue.push(m_lastSpsPictureParametersQueue);
2233 m_pictureParametersQueue.push(m_lastPpsPictureParametersQueue);
2237 m_pictureParametersQueue.push(pictureParametersSet);
3942 m_displayFrames.push((uint8_t)picId);
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_func_test.cpp55 pattern->deleteBackwardOperations_.push(1); in HWTEST_F()
71 pattern->deleteBackwardOperations_.push(1); in HWTEST_F()
99 pattern->deleteBackwardOperations_.push(1); in HWTEST_F()
116 pattern->deleteBackwardOperations_.push(1); in HWTEST_F()
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Daes-neonbs-core.S624 push {r4-r6, lr}
684 push {r4-r6, lr}
778 push {r4-r10, lr}
956 push {r4-r8, lr}
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Daes-neonbs-core.S624 push {r4-r6, lr}
684 push {r4-r6, lr}
776 push {r4-r10, lr}
977 push {r4-r8, lr}

Completed in 47 milliseconds

1...<<101102103104105106107108109110>>...138