Home
last modified time | relevance | path

Searched defs:slots (Results 26 - 50 of 114) sorted by relevance

12345

/third_party/glfw/tests/
H A Devents.c547 Slot* slots; in main() local
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io_to_vector.c160 unsigned slots = 0; in get_flat_type() local
H A Dnir_gather_xfb_info.c282 unsigned slots = util_bitcount(xfb->outputs[i].component_mask); in nir_gather_xfb_info_with_varyings() local
/third_party/musl/src/malloc/mallocng/
H A Dmeta.h38 struct meta slots[]; member
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H A Dmeta.h38 struct meta slots[]; member
/third_party/node/deps/v8/src/compiler/
H A Dframe.h147 int slots = AlignedSlotAllocator::NumSlotsForWidth(actual_width); in AllocateSpillSlot() local
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-constructor-gen.cc342 FastNewFunctionContext( TNode<ScopeInfo> scope_info, TNode<Uint32T> slots, TNode<Context> context, ScopeType scope_type) FastNewFunctionContext() argument
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_sched.h114 alu_node * slots[5]; member in r600_sb::alu_group_tracker
H A Dsb_shader.cpp45 bool shader::assign_slot(alu_node* n, alu_node *slots[5]) { in assign_slot() argument
/third_party/skia/src/gpu/effects/
H A DGrSkSLFP.cpp77 size_t slots = type->slotCount(); variable
/third_party/python/Objects/
H A Dstructseq.c567 PyType_Slot slots[8]; in _PyStructSequence_NewType() local
[all...]
/third_party/f2fs-tools/fsck/
H A Ddir.c20 static int room_for_filename(const u8 *bitmap, int slots, int max_slots) in room_for_filename() argument
204 int slots = GET_DENTRY_SLOTS(len); in f2fs_update_dentry() local
227 int slots = GET_DENTRY_SLOTS(name_len); in f2fs_add_link() local
/third_party/icu/tools/unicode/c/genprops/
H A Dcasepropsbuilder.cpp955 uint32_t slots[8]; in makeException() local
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_shader.c691 unsigned slots = in tu_gather_xfb_info() local
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_variables.cpp674 ir_state_slot *slots = in add_uniform() local
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_program.c74 struct v3d_varying_slot slots[PIPE_MAX_SO_OUTPUTS * 4]; in v3d_set_transform_feedback_outputs() local
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c589 unsigned slots = var->data.compact ? DIV_ROUND_UP(glsl_get_length(var->type), 4) in lvp_pipeline_xfb_init() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr.h122 virtual uint32_t slots() const {return 0;}; in slots() function in r600::Instr
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp478 const nir_state_slot *const slots = var->state_slots; in st_glsl_to_nir_post_opts() local
[all...]
/third_party/libinput/src/
H A Devdev-totem.c50 struct totem_slot *slots; member
803 struct totem_slot *slots; in evdev_totem_create() local
[all...]
H A Devdev-fallback.h104 struct mt_slot *slots; member
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp1025 uint16_t slots = calcSlots(type, prog->getType(), nir->info, true, var); in assignSlots() local
1080 uint16_t slots = calcSlots(type, prog->getType(), nir->info, false, var); assignSlots() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DStackColoring.cpp583 isLifetimeStartOrEnd(const MachineInstr &MI, SmallVector<int, 4> &slots, bool &isStart) isLifetimeStartOrEnd() argument
722 SmallVector<int, 4> slots; collectMarkers() local
835 SmallVector<int, 4> slots; calculateLiveIntervals() local
[all...]
/third_party/skia/third_party/externals/brotli/research/
H A Ddurchschlag.cc86 MetaSlot* slots = map->data(); in buildCandidatesList() local
178 MetaSlot* slots = map->data(); in rebuildCandidatesList() local
[all...]
/third_party/rust/crates/regex/src/
H A Dexec.rs949 let mut slots = [None, None]; shortest_nfa_type() variables
973 let mut slots = [None, None]; find_nfa() variables
[all...]

Completed in 28 milliseconds

12345