Home
last modified time | relevance | path

Searched defs:slots (Results 1 – 25 of 70) sorted by relevance

123

/external/mesa3d/src/compiler/glsl/
Dlinker.h214 unsigned slots; member
Dlink_varyings.cpp1462 unsigned slots = type->count_attribute_slots(false); in record() local
1567 const unsigned slots = (slot_end / 4u) - (*location / 4u) + 1; in assign_locations() local
1996 uint64_t slots = 0; in reserved_varying_slot() local
/external/autotest/client/site_tests/firmware_TouchMTB/tests/
Dfake_input_device.py9 def __init__(self, number_fingers=0, slots={}): argument
/external/valgrind/memcheck/tests/solaris/
Dpkcs11.c22 CK_SLOT_ID_PTR slots = malloc(slot_count * sizeof(CK_SLOT_ID)); in main() local
/external/v8/src/heap/
Dremembered-set.h115 SlotSet* slots = GetSlotSet(chunk); in IterateMemoryChunks() local
128 SlotSet* slots = GetSlotSet(chunk); in Iterate() local
167 TypedSlotSet* slots = GetTypedSlotSet(page); in RemoveRangeTyped() local
194 TypedSlotSet* slots = GetTypedSlotSet(chunk); in IterateTyped() local
/external/libunwind/include/tdep-ia64/
Drse.h48 uint64_t slots = (bsp - bspstore) >> 3; in rse_num_regs() local
/external/curl/tests/unit/
Dunit1603.c32 static const int slots = 3; variable
/external/curl/lib/
Dhash.h55 int slots; member
Dhash.c60 int slots, in Curl_hash_init()
/external/f2fs-tools/fsck/
Ddir.c19 static int room_for_filename(const u8 *bitmap, int slots, int max_slots) in room_for_filename()
175 int slots = GET_DENTRY_SLOTS(len); in f2fs_update_dentry() local
198 int slots = GET_DENTRY_SLOTS(name_len); in f2fs_add_link() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_link.cpp247 const nir_state_slot *const slots = var->state_slots; in brw_link_shader() local
Dbrw_nir_uniforms.cpp34 const nir_state_slot *const slots = var->state_slots; in brw_nir_setup_glsl_builtin_uniform() local
/external/avb/libavb_ab/
Davb_ab_flow.h94 AvbABSlotData slots[2]; member
/external/llvm/lib/CodeGen/
DStackColoring.cpp445 SmallVector<int, 4> &slots, in isLifetimeStartOrEnd()
588 SmallVector<int, 4> slots; in collectMarkers() local
692 SmallVector<int, 4> slots; in calculateLiveIntervals() local
/external/mesa3d/src/compiler/nir/
Dnir_gather_info.c87 const unsigned slots = in mark_whole_variable() local
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarState.java337 Slot[] slots = new Slot[count]; in popReverse() local
345 Slot[] slots = popReverse(count); in popReverse() local
468 private static boolean verifySlots(Slot[] slots, Type type) { in verifySlots()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp397 const ir_state_slot *const slots = var->get_state_slots(); in st_nir_get_mesa_program() local
/external/v8/src/builtins/
Dbuiltins-constructor.cc326 Node* function, Node* slots, Node* context, ScopeType scope_type) { in EmitFastNewFunctionContext()
387 Node* slots = Parameter(FastNewFunctionContextDescriptor::kSlots); in TF_BUILTIN() local
395 Node* slots = Parameter(FastNewFunctionContextDescriptor::kSlots); in TF_BUILTIN() local
/external/python/cpython2/Doc/reference/
Ddatamodel.rst1647 .. _slots: target
/external/python/cpython2/Objects/
Dframeobject.c494 int i, slots; in frame_traverse() local
524 int i, slots; in frame_clear() local
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_dump.cpp352 static const char *slots = "xyzwt"; in dump() local
Dsb_sched.h114 alu_node * slots[5]; variable
/external/v8/src/
Dfeedback-vector.h171 int slots() const { return slot_count_; } in slots() function
198 int slots() const { return static_cast<int>(slot_kinds_.size()); } in slots() function
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c298 unsigned slots = r600_isa_alu_slots(bc->isa->hw_class, alu->op); in is_alu_vec_unit_inst() local
304 unsigned slots = r600_isa_alu_slots(bc->isa->hw_class, alu->op); in is_alu_trans_unit_inst() local
311 unsigned slots = r600_isa_alu_slots(bc->isa->hw_class, alu->op); in is_alu_any_unit_inst() local
1262 struct r600_bytecode_alu *slots[5]; in r600_bytecode_add_alu_type() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
DJDWPMethodVariableTableTestCase.java314 int slots = reply.getNextValueAsInt(); in checkMethodVariableTable() local

123