| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_state.h | 628 static inline unsigned si_get_constbuf_slot(unsigned slot) in si_get_constbuf_slot() argument 634 static inline unsigned si_get_shaderbuf_slot(unsigned slot) in si_get_shaderbuf_slot() argument 640 static inline unsigned si_get_sampler_slot(unsigned slot) in si_get_sampler_slot() argument 647 si_get_image_slot(unsigned slot) si_get_image_slot() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_program.c | 747 emit_fragment_varying(struct vc4_compile *c, gl_varying_slot slot, in emit_fragment_varying() argument 772 emit_fragment_input(struct vc4_compile *c, int attr, gl_varying_slot slot) in emit_fragment_input() argument 782 add_output(struct vc4_compile *c, uint32_t decl_offset, uint8_t slot, uint8_t swizzle) add_output() argument 2516 struct vc4_varying_slot *slot = &c->input_slots[i]; vc4_setup_compiled_fs_inputs() local [all...] |
| H A D | vc4_qir.h | 298 uint8_t slot; member
|
| /third_party/libinput/src/ |
| H A D | evdev-mt-touchpad.c | 259 tp_get_touch(struct tp_dispatch *tp, unsigned int slot) in tp_get_touch() argument 2107 tp_sync_touch(struct tp_dispatch *tp, struct evdev_device *device, struct tp_touch *t, int slot) tp_sync_touch() argument [all...] |
| H A D | evdev-mt-touchpad.h | 290 unsigned int slot; /* current slot */ member
|
| /third_party/libinput/tools/ |
| H A D | libinput-record.c | 310 int slot = libevdev_get_current_slot(dev->evdev_prev); in print_evdev_event() local 391 unsigned int slot = libevdev_get_current_slot(evdev); in handle_evdev_frame() local 634 int32_t slot, seat_slot; in print_touch_event() local [all...] |
| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| H A D | instruction-selector-arm.cc | 494 int slot = frame_->AllocateSpillSlot(rep.size(), rep.alignment()); in VisitStackSlot() local 1733 int slot = static_cast<int>(n); in EmitPrepareArguments() local
|
| /third_party/node/deps/v8/src/compiler/backend/mips/ |
| H A D | instruction-selector-mips.cc | 274 int slot = frame_->AllocateSpillSlot(rep.size(), alignment); in VisitStackSlot() local 1339 int slot = kCArgSlotCount; in EmitPrepareArguments() local
|
| /third_party/node/deps/v8/src/compiler/backend/x64/ |
| H A D | code-generator-x64.cc | 2704 int slot = MiscField::decode(instr->opcode()); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/s390/ |
| H A D | code-generator-s390.cc | 2009 int slot = i.InputInt32(1); in AssembleArchInstruction() local [all...] |
| H A D | instruction-selector-s390.cc | 686 int slot = frame_->AllocateSpillSlot(rep.size(), rep.alignment()); in VisitStackSlot() local 2128 int slot = kStackFrameExtraParamSlot; in EmitPrepareArguments() local
|
| /third_party/node/deps/v8/src/handles/ |
| H A D | global-handles.cc | 833 Acquire( Object value, uintptr_t slot) Acquire() argument 890 Verify(GlobalHandles* global_handles, const Address* const* slot) Verify() argument 961 CreateTraced(Object value, Address* slot, GlobalHandleStoreMode store_mode) CreateTraced() argument 968 CreateTraced(Object value, Address* slot, GlobalHandleStoreMode store_mode, bool is_on_stack) CreateTraced() argument 990 CreateTraced(Address value, Address* slot, GlobalHandleStoreMode store_mode) CreateTraced() argument 1008 SetSlotThreadSafe(Address** slot, Address* val) SetSlotThreadSafe() argument [all...] |
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | objects-printer.cc | 495 PrintEmbedderData(Isolate* isolate, std::ostream& os, EmbedderDataSlot slot) PrintEmbedderData() argument 1182 FeedbackSlot slot = iter.Next(); FeedbackMetadataPrint() local 1216 FeedbackSlot slot = iter.Next(); FeedbackVectorPrint() local 1234 FeedbackSlotPrint(std::ostream& os, FeedbackSlot slot) FeedbackSlotPrint() argument [all...] |
| /third_party/node/deps/v8/src/ic/ |
| H A D | ic.cc | 193 IC::IC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot, in IC() argument 310 FeedbackSlot slot = nexus()->slot(); in OnFeedbackChanged() local 311 OnFeedbackChanged(isolate(), vector, slot, reason); in OnFeedbackChanged() local 315 OnFeedbackChanged(Isolate* isolate, FeedbackVector vector, FeedbackSlot slot, const char* reason) OnFeedbackChanged() argument 2685 Handle<TaggedIndex> slot = args.at<TaggedIndex>(2); RUNTIME_FUNCTION() local 2752 Handle<TaggedIndex> slot = args.at<TaggedIndex>(1); RUNTIME_FUNCTION() local 2780 Handle<TaggedIndex> slot = args.at<TaggedIndex>(1); RUNTIME_FUNCTION() local 2798 Handle<TaggedIndex> slot = args.at<TaggedIndex>(3); RUNTIME_FUNCTION() local 2814 Handle<TaggedIndex> slot = args.at<TaggedIndex>(2); RUNTIME_FUNCTION() local 2833 Handle<TaggedIndex> slot = args.at<TaggedIndex>(1); RUNTIME_FUNCTION() local 2863 Handle<TaggedIndex> slot = args.at<TaggedIndex>(1); RUNTIME_FUNCTION() local 2916 Handle<TaggedIndex> slot = args.at<TaggedIndex>(1); RUNTIME_FUNCTION() local 2952 Handle<TaggedIndex> slot = args.at<TaggedIndex>(1); RUNTIME_FUNCTION() local 2999 Handle<TaggedIndex> slot = args.at<TaggedIndex>(1); RUNTIME_FUNCTION() local 3043 Handle<TaggedIndex> slot = args.at<TaggedIndex>(1); RUNTIME_FUNCTION() local 3070 Handle<TaggedIndex> slot = args.at<TaggedIndex>(1); RUNTIME_FUNCTION() local 3130 Handle<TaggedIndex> slot = args.at<TaggedIndex>(4); RUNTIME_FUNCTION() local 3262 FeedbackSlot slot = FeedbackVector::ToSlot(index); RUNTIME_FUNCTION() local 3265 FeedbackNexus nexus(Handle<FeedbackVector>::cast(maybe_vector), slot); RUNTIME_FUNCTION() local 3439 Handle<TaggedIndex> slot = args.at<TaggedIndex>(2); RUNTIME_FUNCTION() local [all...] |
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | bytecode-array-builder.cc | 953 CreateClosure( size_t shared_function_info_entry, int slot, int flags) CreateClosure() argument
|
| /third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
| H A D | ppir.h | 697 ppir_node_schedulable_slot(ppir_node *node, enum ppir_instr_slot slot) ppir_node_schedulable_slot() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineVertexInputTests.cpp | 469 deUint32 slot = 0; in VertexInputTest() local
|
| /third_party/toybox/toys/pending/ |
| H A D | xzcat.c | 612 uint32_t slot; in bcj_ia64() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineVertexInputTests.cpp | 405 deUint32 slot = 0; in VertexInputTest() local
|
| /third_party/mbedtls/programs/ssl/ |
| H A D | ssl_server2.c | 949 mbedtls_svc_key_id_t slot; member 964 mbedtls_svc_key_id_t const slot = head->slot; in psk_free() local 1133 unsigned slot; member 1161 unsigned slot; in ssl_async_start() local 1310 psa_setup_psk_key_slot(mbedtls_svc_key_id_t *slot, psa_algorithm_t alg, unsigned char *psk, size_t psk_len) psa_setup_psk_key_slot() argument [all...] |
| /third_party/mesa3d/src/broadcom/compiler/ |
| H A D | nir_to_vir.c | 2391 struct v3d_varying_slot slot = in ntq_setup_gs_inputs() local 3666 struct v3d_varying_slot slot = c->input_slots[i]; in ntq_emit_intrinsic() local 1132 add_output(struct v3d_compile *c, uint32_t decl_offset, uint8_t slot, uint8_t swizzle) add_output() argument
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_compiler.c | 744 clamp_slot_type(const struct glsl_type *type, unsigned slot) in clamp_slot_type() argument 783 get_slot_components(nir_variable *var, unsigned slot, unsigne argument 810 find_packed_output(const struct pipe_stream_output_info *so_info, uint8_t *reverse_map, unsigned slot) find_packed_output() argument 825 unsigned slot = 0; update_so_info() local 850 unsigned slot = reverse_map[output->register_index]; update_so_info() local 900 unsigned slot = reverse_map[output->register_index]; update_so_info() local 1373 unsigned slot = var->data.location; assign_producer_var_io() local 1425 unsigned slot = var->data.location; assign_consumer_var_io() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | nir_to_spirv.c | 1351 find_propagate_var(nir_shader *nir, unsigned slot) in find_propagate_var() argument 1369 unsigned slot = so_info->so_info_slots[i] << 2 | so_output.start_component; in emit_so_info() local 1413 unsigned slot = bit + VARYING_SLOT_VAR0; in emit_so_info() local 1476 unsigned slot = so_info->so_info_slots[i]; emit_so_outputs() local 1678 unsigned slot = bit + VARYING_SLOT_VAR0; emit_so_outputs() local [all...] |
| /third_party/lzma/C/ |
| H A D | LzmaEnc.c | 213 unsigned slot;
in LzmaEnc_FastPosInit() local 1398 unsigned slot;
in GetOptimum() local 2268 unsigned slot;
in FillDistancesPrices() local [all...] |
| /third_party/node/deps/v8/src/compiler/backend/mips64/ |
| H A D | instruction-selector-mips64.cc | 345 int slot = frame_->AllocateSpillSlot(rep.size(), alignment); in VisitStackSlot() local 1773 int slot = kCArgSlotCount; in EmitPrepareArguments() local
|