| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_spill.cpp | 1570 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 D | compute.c | 303 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 D | runlist.c | 643 int slots = 0; in ntfs_runlists_merge_i() local
|
| /third_party/libinput/src/ |
| H A D | evdev-fallback.c | 1528 struct mt_slot *slots; fallback_dispatch_init_slots() local [all...] |
| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| H A D | code-generator-arm.cc | 1727 int slots = stack_decrement / kSystemPointerSize; in AssembleArchInstruction() local
|
| /third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
| H A D | scheduler.c | 563 int *slots = gpir_op_infos[node->op].slots; _try_place_node() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_threaded_context.h | 436 uint64_t slots[TC_SLOTS_PER_BATCH]; member
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_compiler.h | 77 } slots[VARYING_SLOT_MAX]; member
|
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_sched.cpp | 1655 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 D | pan_context.h | 147 struct panfrost_batch slots[PAN_MAX_BATCHES]; member
|
| /third_party/python/Include/ |
| H A D | object.h | 239 PyType_Slot *slots; /* terminated by slot==0. */ member
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | memblock.c | 111 struct memexport_slot slots[PA_MEMEXPORT_SLOTS_MAX]; member [all...] |
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLFunctionCall.cpp | 212 int slots = returnType.slotCount(); in evaluate_n_way_intrinsic() local
|
| /third_party/python/Objects/ |
| H A D | frameobject.c | 1023 int slots = code->co_nlocalsplus + code->co_stacksize; in _PyFrame_New_NoTrack() local
|
| /third_party/selinux/libselinux/src/ |
| H A D | avc.c | 34 struct avc_node *slots[AVC_CACHE_SLOTS]; member [all...] |
| /third_party/f2fs-tools/fsck/ |
| H A D | fsck.c | 1592 int i, slots; in __chk_dentries() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | gl_nir_link_varyings.c | 1524 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 D | linker.cpp | 2726 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 D | nir_linking_helpers.c | 58 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 D | module-instantiate.cc | 691 int slots = in Build() local
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_ra.cpp | 353 std::list<SpillSlot> slots; member in nv50_ir::SpillCodeInserter [all...] |
| /third_party/libinput/tools/ |
| H A D | libinput-debug-gui.c | 201 } slots[16]; member
|
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| H A D | code-generator-ppc.cc | 1672 int slots = stack_decrement / kSystemPointerSize; in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/ia32/ |
| H A D | code-generator-ia32.cc | 1690 int slots = stack_decrement / kSystemPointerSize; in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | factory-base.cc | 551 NewCoverageInfo( const ZoneVector<SourceRange>& slots) NewCoverageInfo() argument
|