Home
last modified time | relevance | path

Searched defs:slots (Results 51 - 75 of 114) sorted by relevance

12345

/third_party/mesa3d/src/amd/compiler/
H A Daco_spill.cpp1570 add_interferences(spill_ctx& ctx, std::vector<bool>& is_assigned, std::vector<uint32_t>& slots, in add_interferences() argument
1482 spill_vgpr(spill_ctx& ctx, Block& block, std::vector<aco_ptr<Instruction>>& instructions, aco_ptr<Instruction>& spill, std::vector<uint32_t>& slots) spill_vgpr() argument
1528 reload_vgpr(spill_ctx& ctx, Block& block, std::vector<aco_ptr<Instruction>>& instructions, aco_ptr<Instruction>& reload, std::vector<uint32_t>& slots) reload_vgpr() argument
1617 assign_spill_slots_helper(spill_ctx& ctx, RegType type, std::vector<bool>& is_assigned, std::vector<uint32_t>& slots, unsigned* num_slots) assign_spill_slots_helper() argument
[all...]
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c303 static void init_sampler_views(struct context *ctx, const int *slots) in init_sampler_views() argument
336 static void init_compute_resources(struct context *ctx, const int *slots) in init_compute_resources() argument
405 init_globals(struct context *ctx, const int *slots, uint32_t **handles) init_globals() argument
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Drunlist.c643 int slots = 0; in ntfs_runlists_merge_i() local
/third_party/libinput/src/
H A Devdev-fallback.c1528 struct mt_slot *slots; fallback_dispatch_init_slots() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc1727 int slots = stack_decrement / kSystemPointerSize; in AssembleArchInstruction() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dscheduler.c563 int *slots = gpir_op_infos[node->op].slots; _try_place_node() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.h436 uint64_t slots[TC_SLOTS_PER_BATCH]; member
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.h77 } slots[VARYING_SLOT_MAX]; member
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_sched.cpp1655 unsigned slots = p->get_slot_mask(); try_add_instruction() local
2042 unsigned slots = gt.slot_count(); check_clause_limits() local
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.h147 struct panfrost_batch slots[PAN_MAX_BATCHES]; member
/third_party/python/Include/
H A Dobject.h239 PyType_Slot *slots; /* terminated by slot==0. */ member
/third_party/pulseaudio/src/pulsecore/
H A Dmemblock.c111 struct memexport_slot slots[PA_MEMEXPORT_SLOTS_MAX]; member
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionCall.cpp212 int slots = returnType.slotCount(); in evaluate_n_way_intrinsic() local
/third_party/python/Objects/
H A Dframeobject.c1023 int slots = code->co_nlocalsplus + code->co_stacksize; in _PyFrame_New_NoTrack() local
/third_party/selinux/libselinux/src/
H A Davc.c34 struct avc_node *slots[AVC_CACHE_SLOTS]; member
[all...]
/third_party/f2fs-tools/fsck/
H A Dfsck.c1592 int i, slots; in __chk_dentries() local
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_varyings.c1524 const unsigned slots = (slot_end / 4u) - (*location / 4u) + 1; in varying_matches_assign_locations() local
1629 unsigned slots = comp_slots / 4; in varying_matches_store_locations() local
1994 uint64_t slots = 0; reserved_varying_slot() local
2040 unsigned slots = glsl_count_attribute_slots(type, false); set_variable_io_mask() local
2194 unsigned slots = glsl_count_attribute_slots(type, false); remove_unused_io_vars() local
2263 unsigned slots = glsl_count_attribute_slots(type, false); remove_unused_varyings() local
2279 unsigned slots = glsl_count_attribute_slots(type, false); remove_unused_varyings() local
[all...]
H A Dlinker.cpp2726 unsigned slots; in assign_attribute_or_color_locations() member
2825 const unsigned slots = var->type->count_attribute_slots(target_index == MESA_SHADER_VERTEX); in assign_attribute_or_color_locations() local
3179 unsigned slots = var->type->uniform_locations(); reserve_explicit_locations() local
3245 unsigned slots = var->type->uniform_locations(); reserve_subroutine_explicit_locations() local
3333 int slots = reserve_explicit_locations(prog, uniform_map, check_explicit_uniform_locations() local
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_linking_helpers.c58 unsigned slots = glsl_count_attribute_slots(type, false); in get_variable_io_mask() local
334 unsigned slots = glsl_count_attribute_slots(type, false); in get_unmoveable_components_masks() local
434 uint64_t slots = in remap_slots_and_components() local
1637 unsigned slots = glsl_count_attribute_slots(type, false); get_linked_variable_io_mask() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.cc691 int slots = in Build() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp353 std::list<SpillSlot> slots; member in nv50_ir::SpillCodeInserter
[all...]
/third_party/libinput/tools/
H A Dlibinput-debug-gui.c201 } slots[16]; member
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc1672 int slots = stack_decrement / kSystemPointerSize; in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc1690 int slots = stack_decrement / kSystemPointerSize; in AssembleArchInstruction() local
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.cc551 NewCoverageInfo( const ZoneVector<SourceRange>& slots) NewCoverageInfo() argument

Completed in 58 milliseconds

12345